Age | Commit message (Expand) | Author |
2009-08-16 | Added Ninteno DS specific hack, which takes care of tab button width problems... | Johannes Schickel |
2009-01-18 | GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some d... | Max Horn |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-07 | Game Options menu parsing. | Vicent Marti |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-11 | Fixed memory leaking of TabWidget. (thanks to jvprat for pointing out) | Johannes Schickel |
2007-11-04 | - made Widget::_flags private | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-06-07 | Added TabWidget::removeTab method; and updated some comments in TabWidget.h | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-15 | Fixing some memory leaks in the GUI code | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-06-15 | - Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restor... | Johannes Schickel |
2006-06-15 | Fix bug with tab navigation buttons jumping on resolution change. | Eugene Sandulenko |
2006-06-15 | Fixed regression with the override checkboxes in the "Edit game" dialog. The | Torbjörn Andersson |
2006-06-15 | Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling. | Eugene Sandulenko |
2006-06-14 | Implements new Tab drawing for modern theme (nearlly matches mockups now) | Johannes Schickel |
2006-06-11 | Re-calculate tab width when the screen changes. | Torbjörn Andersson |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson |
2006-05-31 | Update _tabHeight on screen changes. | Torbjörn Andersson |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-02-13 | Implemented new tab drawing, should look nicer now. (The border under the act... | Johannes Schickel |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-03 | Cleanup. | Torbjörn Andersson |
2005-05-17 | Added "big" version of the Tab widget, and made use of it. | Torbjörn Andersson |
2005-04-04 | Fix for bug #1166231 (GUI: Caret not removed when switching tabs) | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-25 | Draw the active tab differently: remove the horizontal line at the bottom (in... | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | fixed memory leak in TabWidget | Max Horn |
2003-11-03 | Fixed compile error under codewarrior for PalmOS | Chris Apers |
2003-11-03 | distinguish selected tab by size, too (not just by color) | Max Horn |
2003-11-03 | automatically compute tab width | Max Horn |
2003-11-02 | more changes to allow widget nesting to fully work | Max Horn |
2003-11-02 | added initial TabWidget stub (if you want to try it, I added some testing cod... | Max Horn |