aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.cpp
AgeCommit message (Expand)Author
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-10-11Hopefully avoiding an assert in the MSVC debug CRT library when entering an u...Johannes Schickel
2009-09-13Commit salty-horse's fix for bug #2854261 "GUI: Launcher list doesn't highlig...Johannes Schickel
2009-08-20Implement automatic clearing of "Untitled Savestate" in edit mode of the Save...Johannes Schickel
2009-08-20Partial implementation of feature request #2834637 "GUI: Allow greying out du...Johannes Schickel
2009-07-30Change code to use our fractional utilities.Johannes Schickel
2009-07-15For a smoother user experience, use different colors for inverted text of the...Johannes Schickel
2009-07-15Fix bug, which caused the ListWidget to draw a widget background around the s...Johannes Schickel
2009-07-15Fix "search" filter being settings lost in launcher, when using the "Edit Gam...Johannes Schickel
2009-07-12Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle upperc...Johannes Schickel
2009-07-02Enhanced the quicksearch box in the launcher to match words in the search str...Max Horn
2009-06-07Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)Max Horn
2009-06-06Do not change list content if filter was not changedEugene Sandulenko
2009-06-06Fix item selection on filtered out list in launcherEugene Sandulenko
2009-06-06Improvements to laucher dialogEugene Sandulenko
2009-06-06Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes"Eugene Sandulenko
2009-06-06Add to launcher not yet functional search widget.Eugene Sandulenko
2009-06-06Implement FR#2707442: "GUI: Improve Mass Add dialog"Eugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-11Use lowercase form for quickselect in ListWidget.Willem Jan Palenstijn
2009-03-11Fixed bug #2619802 (Game name overwrites scroll bar).Vicent Marti
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-10Bugfix: Selection background too short when scrollbar not present.Vicent Marti
2008-08-10Bugfix: Several text-drawing issues.Vicent Marti
2008-08-10Reverted debug layout drawing.Vicent Marti
2008-08-09Finished support for theme loading.Vicent Marti
2008-08-08Browser dialog.Vicent Marti
2008-08-06Bugfix: Text selection background in list widget overlays scrollbar (finally).Vicent Marti
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-01-30Add ListWidget version with immediate parameters.Eugene Sandulenko
2007-12-24Fix for bug #1670082 "GUI: Modern theme gfx glitch in launcher".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-07-17Implemented FR #1754616 - "GUI: Add option to delete games using the "Del" Key"Filippos Karapetis
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-22Use KEYCODE constants.Torbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-08-12The ListWidget constructor already did most of what reflowLayout() does, exceptTorbjörn Andersson
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-06-24listwidget: handle clicking outside of the list more gracefullyWillem Jan Palenstijn
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-05-31Cleanup. We no longer need these widget size parameters.Torbjörn Andersson
2006-05-29- Fixes list position after screen change.Johannes Schickel
2006-05-27Override the list widget's FindWidget() function, to allow it to return theTorbjörn Andersson