aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.cpp
AgeCommit message (Expand)Author
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
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-26remove unused variableEugene Sandulenko
2006-05-26- Put scrollbar inside of list widgetEugene Sandulenko
2006-04-20If I understand things correctly, this should fix the caret drawing in listTorbjörn Andersson
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-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-02-24CleanupTorbjörn Andersson
2006-02-24Fix redraw glitches when typing very long - enough to be truncated - strings.Torbjörn Andersson
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-01Implemented shadow drawing, also extended the theme config againJohannes Schickel
2006-01-29Limit the maximum line width.Torbjörn Andersson
2006-01-28Applied my own patch #1416897, in an attempt to speed up list widgetTorbjörn Andersson
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-10-15Try do display the virtual keyboard only when a string input widget has focus.Marcus Comstedt
2005-09-03Change PalmOS identChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03Cleanup.Torbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-16Use the same offset - string width for the item number - for every line inTorbjö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-05-08Comply to our coding conventionsMax Horn
2005-04-17Allow usage of ScrollBarWidget with a non-standard widthMax Horn
2005-04-09Init _editModeMax Horn
2005-03-27Patch #1171300: ListWidget + Chooser PatchMax Horn
2005-03-12Fix popup widget in scaled GUI modeMax Horn