Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel | |
(some little things could be missing yet though) svn-id: r22017 | |||
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko | |
o Converted global options dialog to new scheme. svn-id: r21137 | |||
2006-02-13 | Implemented new tab drawing, should look nicer now. (The border under the ↵ | Johannes Schickel | |
active tab isn't drawn anymore) svn-id: r20669 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel | |
- adds a ImageMan and ImageDec class for loading and managing image files - adds a loader for zip files which is used by the new theme and the image manager - changes the widgets to use the new gui code - changes the scumm dialogs to use the new gui code - fixes a #include problem in the sky debugger with the new gui code To use the new gui copy gui/themes/default-theme.zip to your extrapath. If the theme zip can not be found the gui will fallback to the classic theme. If you want to change the gui styles use "gui_theme=classic" for the classic theme and "gui_theme=default-theme" for the new theme. Thanks to eriktorbjorn for testing and help with the new theme and to sev for reviewing this patch. svn-id: r20227 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18320 | |||
2005-05-17 | Added "big" version of the Tab widget, and made use of it. | Torbjörn Andersson | |
svn-id: r18134 | |||
2005-04-04 | Fix for bug #1166231 (GUI: Caret not removed when switching tabs) | Max Horn | |
svn-id: r17379 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-25 | Draw the active tab differently: remove the horizontal line at the bottom ↵ | Max Horn | |
(inspired by patch #1091165) svn-id: r16322 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-19 | new font code (currently disabled by default), which allows using ↵ | Max Horn | |
'arbitrary' BDF fonts (via convbdf) svn-id: r11350 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-07 | fixed memory leak in TabWidget | Max Horn | |
svn-id: r11191 | |||
2003-11-03 | Fixed compile error under codewarrior for PalmOS | Chris Apers | |
svn-id: r11092 | |||
2003-11-03 | distinguish selected tab by size, too (not just by color) | Max Horn | |
svn-id: r11079 | |||
2003-11-03 | automatically compute tab width | Max Horn | |
svn-id: r11072 | |||
2003-11-02 | more changes to allow widget nesting to fully work | Max Horn | |
svn-id: r11068 | |||
2003-11-02 | added initial TabWidget stub (if you want to try it, I added some testing ↵ | Max Horn | |
code to launcher.cpp which you just have to un-#if). This is not yet finished, obviously, but enough to 'get the idea', I hope svn-id: r11062 |