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