aboutsummaryrefslogtreecommitdiff
path: root/gui/EditTextWidget.h
AgeCommit message (Expand)Author
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-12-30Fix for bug #1091801 (ALL: Possible to create corrupt config file)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-18oopsMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-05-05Patch #732707: EditTextWidget: long string supportMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn