Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-03 | Cleanup. (I think you can see the pattern here. :-) | Torbjörn Andersson | |
svn-id: r18322 | |||
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson | |
that all our widgets are able to scale themselves now, but I could be mistaken. svn-id: r18192 | |||
2005-05-16 | Made the file/directory browser dialog scale itself. | Torbjörn Andersson | |
svn-id: r18126 | |||
2005-04-16 | Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser ↵ | Max Horn | |
mode for OSX, too; fixed some memory leaks in the launcher svn-id: r17639 | |||
2005-04-10 | Fix compilation on OS X | Max Horn | |
svn-id: r17515 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson | |
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn | |
svn-id: r16108 | |||
2004-11-21 | Fixed behaviour of return key in the file browser | Max Horn | |
svn-id: r15852 | |||
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client ↵ | Max Horn | |
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-) svn-id: r15848 | |||
2004-03-17 | Fix (workaround?) for bugs #917700 and #917697 | Max Horn | |
svn-id: r13323 | |||
2004-02-11 | fix OSX nav dialog in fullscreen mode | Max Horn | |
svn-id: r12823 | |||
2004-02-11 | This is not a test, I repeat, this is not a test! | James Brown | |
svn-id: r12822 | |||
2004-02-01 | native directory browser on Mac OS X | Max Horn | |
svn-id: r12694 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-08-10 | stdafx.h needs to be included before scummsys.h because of the #define of free. | Marcus Comstedt | |
svn-id: r9628 | |||
2003-05-20 | memory init | Max Horn | |
svn-id: r7743 | |||
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn | |
svn-id: r7226 | |||
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn | |
svn-id: r6871 | |||
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn | |
svn-id: r6862 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski | |
svn-id: r6721 | |||
2002-11-21 | remember last directory (or rather, don't lobotomize yourself :-) | Max Horn | |
svn-id: r5647 | |||
2002-11-19 | added some preliminary game auto detect code to the launcher; this required ↵ | Max Horn | |
a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work svn-id: r5600 | |||
2002-11-15 | enabled 'Go Up' button | Max Horn | |
svn-id: r5572 | |||
2002-11-14 | Browser already can display files and navigate down; TOOD: go up, choose | Max Horn | |
svn-id: r5551 | |||
2002-11-14 | added completly useless non functional browser dialog skeleton. Just to show ↵ | Max Horn | |
Endy I really have started working on it finally <g> svn-id: r5547 |