aboutsummaryrefslogtreecommitdiff
path: root/gui/EditTextWidget.cpp
AgeCommit message (Expand)Author
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-09-14GUI: Fix caret undrawing. (Regression from r48551)Johannes Schickel
2010-06-15GUI: Added tooltips to more widgets.Eugene Sandulenko
2009-07-15For a smoother user experience, use different colors for inverted text of the...Johannes Schickel
2009-06-06GUI: Pressing 'ESC' in the Launcher's quick search field now resets the searc...Max Horn
2009-06-06Fix font size in EditTextWidget on screen resolution change.Eugene Sandulenko
2009-06-06Add to launcher not yet functional search widget.Eugene Sandulenko
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max 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-07Misc text drawing improvements.Vicent Marti
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-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-01-21When a user clicks on an editable string, use the correct font for calculatingTorbjörn Andersson
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
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-27Fixes caret drawing in EditTextWidgets.Johannes Schickel
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-19Call the inherited handleScreenChanged() method, so that the widget can resizeTorbjörn Andersson
2006-05-19Call handleScreenChanged() *before* calling setEditString(). OtherwiseTorbjörn Andersson
2006-05-18- Fix spelling in theme configEugene Sandulenko
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
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-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-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-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30Fix for bug #1091801 (ALL: Possible to create corrupt config file)Max Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax 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-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ellipsis...Max Horn