Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-04 | - made Widget::_flags private | Johannes Schickel | |
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403 | |||
2007-07-17 | Implemented FR #1754616 - "GUI: Add option to delete games using the "Del" Key" | Filippos Karapetis | |
svn-id: r28131 | |||
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn | |
svn-id: r27786 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn | |
svn-id: r23662 | |||
2006-06-24 | listwidget: handle clicking outside of the list more gracefully | Willem Jan Palenstijn | |
svn-id: r23295 | |||
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ↵ | Max Horn | |
copying strings needlessly svn-id: r22873 | |||
2006-05-27 | Override the list widget's FindWidget() function, to allow it to return the | Torbjörn Andersson | |
scrollbar widget. svn-id: r22672 | |||
2006-05-27 | Major GUI update: | Eugene Sandulenko | |
- Implemented padding in console - Update only current line in console instead of whole screen - Fixed caret positioning in edit text widget - Improved buttons drawing, now they look more realistic - Added label spacing in popup widget - Correct shadow in popup widget - Fixed up with selected popup widget being drawn on wrong tab - Added shading to list dialog - Adjusted shading of inactive widgets - Proper coloring of browset (add game) dialog - Introduced Container widget - Used Container widget in scumm save/load dialog. Now it looks properly - Adjusted button colors even more. Now they match almost perfectly albeit with banding - Made scrollbar appear only when it is really needed svn-id: r22670 | |||
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel | |
(some little things could be missing yet though) svn-id: r22017 | |||
2006-04-16 | - Implemented text padding in ListWidget and PopUpWidget. Right padding does ↵ | Eugene Sandulenko | |
not work yet. - Implemented highlisght padding in ListWidget - Eval::getVar() method with default value - Removed unused constructors for ListWidget and PoUpWidget - cleanup - bumped theme version svn-id: r21934 | |||
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko | |
o Converted global options dialog to new scheme. svn-id: r21137 | |||
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko | |
o Implemented special alias 'prev' o Added new calling scheme to several widgets o Partially converted launcher dialog to new scheme o Converted couple widgets of chooser dialog svn-id: r21118 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-01-28 | Applied my own patch #1416897, in an attempt to speed up list widget | Torbjörn Andersson | |
redrawing. There may be regressions, but none are known at the moment. svn-id: r20271 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18319 | |||
2005-05-16 | Fixed drawing of the caret. (It was drawn using the GUI font, rather than | Torbjörn Andersson | |
the widget's font.) svn-id: r18130 | |||
2005-05-15 | Use big font in ListWidget if it is in kBigScrollBarWidth mode | Max Horn | |
svn-id: r18118 | |||
2005-05-15 | Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a ↵ | Max Horn | |
param to the ListWidget constructor to choose a 'big' variant svn-id: r18115 | |||
2005-04-06 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r17418 | |||
2005-03-27 | Patch #1171300: ListWidget + Chooser Patch | Max Horn | |
svn-id: r17260 | |||
2005-03-12 | Fix popup widget in scaled GUI mode | Max Horn | |
svn-id: r17099 | |||
2005-01-29 | Move more text editing code into class EditableWidget; ListWidget now has ↵ | Max Horn | |
all the editing capabilities of EditTextWidget svn-id: r16694 | |||
2005-01-29 | Started to merge the text editing code in ListWidget and EditTextWidget | Max Horn | |
svn-id: r16692 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-10-01 | Patch #896096 (Restoring last selected game selection) with some personal ↵ | Max Horn | |
modifications svn-id: r15372 | |||
2004-07-21 | Allow user to select ListWidget entries by typing them (see FR #922921) | Max Horn | |
svn-id: r14295 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-18 | cleanup; fixed return/enter in ListWidget when not in editing mode | Max Horn | |
svn-id: r11346 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-03 | added NumberingMode enum type | Max Horn | |
svn-id: r11109 | |||
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards ↵ | Max Horn | |
making it possible to nest widgets (needed for TabWidget) svn-id: r11052 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii ↵ | Max Horn | |
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691 | |||
2002-11-21 | factored out ChooserDialog into it's own header/source file, and made the ↵ | Max Horn | |
title adjustable; added a dummy file for EditFieldWidget (not implemented yet); some other cleanup svn-id: r5658 | |||
2002-11-14 | Browser already can display files and navigate down; TOOD: go up, choose | Max Horn | |
svn-id: r5551 | |||
2002-10-23 | use a 'real' caret instead of appending an understcore while editing | Max Horn | |
svn-id: r5289 | |||
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but ↵ | Max Horn | |
we're hopefully getting closer. Feedback welcome svn-id: r5189 | |||
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn | |
svn-id: r5169 | |||
2002-10-01 | fixed ListWidget drawin/behaviour if there are less items than fit on one ↵ | Max Horn | |
page; enhanced launcher dialog to disable start button if nothing is selected svn-id: r5068 | |||
2002-09-30 | fixed key repeat in NewGui; made the launcher game list non-editable | Max Horn | |
svn-id: r5052 | |||
2002-09-26 | added simple message dialog | Max Horn | |
svn-id: r5020 | |||
2002-09-08 | changed the way listbox draw selected items; list box now has a frame & ↵ | Max Horn | |
different spacing; clicking outside any widget doesn't cause the focus widget to loose focus; other tweaks svn-id: r4906 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 |