Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | GUI: Fix TabWidget height issues | Alexander Tkachev | |
Changes theme stx files to specify TabWidget's type. That fixes wrong TabWidget height. Changes TabWidget's getHeight() to return not only "children" height, but also tabs height. That fixes wrong clipping area. Changes Widget's findWidget to use getHeight(). That fixes bug when widgets in the bottom of TabWidget were not reacting to the mouse events. | |||
2016-07-03 | GUI: Add checks in Widget::getBossClipRect() | Alexander Tkachev | |
Prints a warning if clipping area is invalid and fixes it. | |||
2016-07-03 | JANITORIAL: Remove trailing spaces | Alexander Tkachev | |
2016-07-03 | GUI: Update scummmodern.zip | Alexander Tkachev | |
2016-07-03 | GUI: Use clipping everywhere | Alexander Tkachev | |
2016-07-03 | GUI: Fix PopUpDialog | Alexander Tkachev | |
2016-07-03 | GUI: Fix blitAlphaBitmapClip() | Alexander Tkachev | |
2016-07-03 | GUI: Add blipClip() | Alexander Tkachev | |
2016-07-03 | GUI: Add drawTabClip() | Alexander Tkachev | |
2016-07-03 | GUI: Add drawSquareClip() | Alexander Tkachev | |
2016-07-03 | GUI: Add VectorRendererSpec::drawTriangleClip() | Alexander Tkachev | |
2016-07-03 | GUI: Fix TabWidget's padding in layout_lowres.stx | Alexander Tkachev | |
2016-07-03 | GUI: Add ThemeLayoutTabWidget | Alexander Tkachev | |
2016-07-03 | GUI: Fix Dialog's and TabWidget's reflowLayout() | Alexander Tkachev | |
2016-07-03 | GUI: Hide scrollbar in ScrollContainerWidget when needed | Alexander Tkachev | |
2016-07-03 | GUI: Fix ScrollContainerWidget's reflowLayout() | Alexander Tkachev | |
2016-07-03 | GUI: Update ScrollContainerWidget | Alexander Tkachev | |
2016-07-03 | GUI: Fix ScrollContainerWidget look a bit | Alexander Tkachev | |
2016-07-03 | GUI: Make ScrollContainerWidget do full redraw | Alexander Tkachev | |
2016-07-03 | GUI: Fix ThemeItemTextData's dirty rectangle | Alexander Tkachev | |
2016-07-03 | GUI: Make ScrollContainerWidget hide children | Alexander Tkachev | |
2016-07-03 | GUI: Make PopUpWidget clip | Alexander Tkachev | |
2016-07-03 | GUI: drawRoundedSquareClip() | Alexander Tkachev | |
2016-07-03 | GUI: clippingRect propagated deeper | Alexander Tkachev | |
2016-07-03 | GUI: Prepare button to be clipped | Alexander Tkachev | |
2016-07-03 | GUI: Remove _clippingArea from ScrollContainer | Alexander Tkachev | |
2016-07-03 | GUI: Cleanup in ScrollContainer | Alexander Tkachev | |
2016-07-03 | GUI: Add ScrollContainer | Alexander Tkachev | |
2016-07-03 | GUI: Use boss's x/y/w/h instead of clippingArea | Alexander Tkachev | |
2016-06-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-06-07 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-06-06 | GUI: Do not change aspect ratio setting when it is disabled | Eugene Sandulenko | |
2016-06-06 | GUI: Fix regression | Eugene Sandulenko | |
2016-06-06 | GUI: Fixed negative index check | Eugene Sandulenko | |
2016-06-06 | GUI: Add credits for Gnap | Strangerke | |
2016-06-05 | GUI: Prevent potential negative index access | Eugene Sandulenko | |
2016-06-05 | GUI: Fix possible negative index access | Eugene Sandulenko | |
2016-06-01 | GUI: Initialize pointers to NULL, not false | Torbjörn Andersson | |
2016-06-01 | GRAPHICS: Restore layout debugging capabilities | Eugene Sandulenko | |
2016-06-01 | GUI: More object initialization cleanup | Eugene Sandulenko | |
2016-06-01 | GUI: Cleanup class initialization | Eugene Sandulenko | |
2016-05-29 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-05-22 | UPDATES: Fix signed/unsigned warning | Filippos Karapetis | |
2016-05-20 | CREDITS - Mark Clone2727 as Retired | Strangerke | |
2016-05-17 | CREDITS: Add Lubomyr to Android porters | Eugene Sandulenko | |
2016-05-16 | Merge pull request #722 from Abde-/master | Eugene Sandulenko | |
GUI: Redraw Widget when setAlign() called | |||
2016-05-16 | Merge pull request #745 from Cruel/3ds | Eugene Sandulenko | |
3DS: New Backend | |||
2016-05-02 | GUI: Initialize widget padding | Eugene Sandulenko | |
2016-04-17 | Merge pull request #749 from salty-horse/sticky_buttons | Eugene Sandulenko | |
GUI: Remove 'sticky button' feature | |||
2016-04-17 | Merge pull request #744 from salty-horse/dialog_focus_mouse | Eugene Sandulenko | |
GUI: When dialogs gain focus, inform them of the current mouse position |