aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
AgeCommit message (Expand)Author
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-13Commit salty-horse's fix for bug #2854261 "GUI: Launcher list doesn't highlig...Johannes Schickel
2009-08-20Cleanup.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-06-07Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)Max Horn
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
2008-11-07Formatting.Johannes Schickel
2008-01-30Add ListWidget version with immediate parameters.Eugene Sandulenko
2007-11-04- made Widget::_flags privateJohannes Schickel
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-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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-27Override the list widget's FindWidget() function, to allow it to return theTorbjörn Andersson
2006-05-27Major GUI update:Eugene Sandulenko
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-16- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...Eugene Sandulenko
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-28Applied my own patch #1416897, in an attempt to speed up list widgetTorbjörn Andersson
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-03Cleanup.Torbjörn Andersson
2005-05-16Fixed drawing of the caret. (It was drawn using the GUI font, rather thanTorbjörn Andersson
2005-05-15Use big font in ListWidget if it is in kBigScrollBarWidth modeMax Horn
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...Max Horn
2005-04-06Removed unnecessary semi-colons.Torbjörn Andersson
2005-03-27Patch #1171300: ListWidget + Chooser PatchMax Horn
2005-03-12Fix popup widget in scaled GUI modeMax Horn
2005-01-29Move more text editing code into class EditableWidget; ListWidget now has all...Max Horn
2005-01-29Started to merge the text editing code in ListWidget and EditTextWidgetMax Horn
2005-01-01Updated copyrightMax Horn
2004-10-01Patch #896096 (Restoring last selected game selection) with some personal mod...Max Horn
2004-07-21Allow user to select ListWidget entries by typing them (see FR #922921)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-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-03added NumberingMode enum typeMax Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn