index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
widget.cpp
Age
Commit message (
Expand
)
Author
2012-06-13
GUI: Allow Surfaces with abitrary RGB pixel formats to be used in PicButtonWi...
Johannes Schickel
2012-06-12
GUI: Take advantage of Surface::fillRect in GraphicsWidget::setGfx.
Johannes Schickel
2012-05-07
GUI: Fix bug with button pressed state
Oleksiy Kurochko
2012-05-03
GUI: Implemented pressed state for buttons
Oleksiy Kurochko
2012-01-29
GUI: Slight formatting fix.
Johannes Schickel
2011-12-13
GUI: Handle adding clear buttons that don't exist in layouts
Tarek Soliman
2011-12-13
GUI: Move addClearButton() from options.cpp to widget.cpp
Tarek Soliman
2011-10-25
GUI: Made PicButtonWidget derivative of ButtonWidget
Eugene Sandulenko
2011-08-06
GUI: Consistent behavior of ButtonWidget::setLabel()
Eugene Sandulenko
2011-06-02
GUI: Replace some s(n)printf uses by Common::String::format
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
GUI: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-04-17
GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte d...
Johannes Schickel
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2011-01-20
GUI: Fix Memory Leak from PicButtonWidget _gfx Member.
David Turner
2011-01-03
GUI: Implement PicButtonWidget
Eugene Sandulenko
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-08-07
fixed a typo with hotkeys in ButtonWidget
Neeraj Kumar
2010-07-23
GUI: Fix tooltip drawing
Eugene Sandulenko
2010-07-21
Strip trailing whitespaces in our common code base.
Johannes Schickel
2010-07-04
Prevent GraphicsWidget from being assigned a surface which wouldn't fit in th...
Johannes Schickel
2010-07-04
Center the surface of a GraphicsWidget in case it is smaller than the widget'...
Johannes Schickel
2010-06-16
Fix for Tooltip calls causing valgrind errors.
David Turner
2010-06-15
GUI: Fix crash.
Eugene Sandulenko
2010-06-15
GUI: Implement tooltips. FR #2821513.
Eugene Sandulenko
2010-06-15
GUI: Implement radiobuttons.
Eugene Sandulenko
2010-06-15
GUI: Added in-place hotkeys for widgets.
Eugene Sandulenko
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
[next]