Age | Commit message (Expand) | Author |
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko |
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-04-11 | Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. | Vicent Marti |
2009-02-19 | Fixed regression in Options menu and disabled Save/Load buttons. | Vicent Marti |
2009-02-19 | Last minute fix (enabling/disabling widgets mid-frame). | Vicent Marti |
2009-02-07 | Third attemp at fixing release-critical #2472185. Also fixes regression repor... | Vicent Marti |
2009-02-06 | Reverted previous commit. | Vicent Marti |
2009-02-06 | Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ... | Vicent Marti |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-08 | Fixed release critical bug #2472185. All transparent buttons should now prope... | Vicent Marti |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn |
2008-12-25 | Renamed NewGui to GuiManager | Max Horn |
2008-12-24 | Added valueToBarWidth to calculate SliderWidget's bar width like it was done ... | Jordi Vilalta Prat |
2008-12-23 | Modify the SliderWidget value by using the mouse wheel | Jordi Vilalta Prat |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti |
2008-08-07 | Game Options menu parsing. | Vicent Marti |
2007-11-04 | - made Widget::_flags private | Johannes Schickel |
2007-10-28 | Fix potential MSVC warning | Eugene Sandulenko |
2007-10-28 | Proper implementation of ".enabled" theme widget property. | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-15 | Fixing some memory leaks in the GUI code | Max Horn |
2007-02-03 | Replaced 'typedef Common::String String' with explicit usages of Common::Stri... | Max Horn |
2006-06-28 | Since the slider's handleMouseMoved() clips the new value, there's no need to | Torbjörn Andersson |
2006-06-15 | Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling. | Eugene Sandulenko |
2006-06-05 | cleanup | Max Horn |
2006-06-04 | Fixes slider drawing. | Johannes Schickel |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-05-31 | More cleanup. We shouldn't need these widget size parameters either. | Torbjörn Andersson |
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson |
2006-05-29 | Introduces special switch for GraphicsWidget for use of theme transparency ag... | Johannes Schickel |
2006-05-29 | - adds option to fill GraphicsWidgets with a special color | Johannes Schickel |
2006-05-29 | - changes transparency parameter of Theme::drawSurface to alpha parameter. | Johannes Schickel |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-03-24 | Fix chechbox label alignment. | Eugene Sandulenko |
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t... | Max Horn |
2006-03-24 | o Move built-in evaluator constants to AssocArray to speed it up | Eugene Sandulenko |
2006-03-14 | Rearrange launcher. | Eugene Sandulenko |
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-03-07 | GUI widget positions: | Eugene Sandulenko |