aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2016-07-03GUI: Add drawSquareClip()Alexander Tkachev
2016-07-03GUI: Add VectorRendererSpec::drawTriangleClip()Alexander Tkachev
2016-07-03GUI: Fix TabWidget's padding in layout_lowres.stxAlexander Tkachev
2016-07-03GUI: Add ThemeLayoutTabWidgetAlexander Tkachev
2016-07-03GUI: Fix Dialog's and TabWidget's reflowLayout()Alexander Tkachev
2016-07-03GUI: Hide scrollbar in ScrollContainerWidget when neededAlexander Tkachev
2016-07-03GUI: Fix ScrollContainerWidget's reflowLayout()Alexander Tkachev
2016-07-03GUI: Update ScrollContainerWidgetAlexander Tkachev
2016-07-03GUI: Fix ScrollContainerWidget look a bitAlexander Tkachev
2016-07-03GUI: Make ScrollContainerWidget do full redrawAlexander Tkachev
2016-07-03GUI: Fix ThemeItemTextData's dirty rectangleAlexander Tkachev
2016-07-03GUI: Make ScrollContainerWidget hide childrenAlexander Tkachev
2016-07-03GUI: Make PopUpWidget clipAlexander Tkachev
2016-07-03GUI: drawRoundedSquareClip()Alexander Tkachev
2016-07-03GUI: clippingRect propagated deeperAlexander Tkachev
2016-07-03GUI: Prepare button to be clippedAlexander Tkachev
2016-07-03GUI: Remove _clippingArea from ScrollContainerAlexander Tkachev
2016-07-03GUI: Cleanup in ScrollContainerAlexander Tkachev
2016-07-03GUI: Add ScrollContainerAlexander Tkachev
2016-07-03GUI: Use boss's x/y/w/h instead of clippingAreaAlexander Tkachev
2016-06-13I18N: Regenerate translations data fileThierry Crozat
2016-06-07I18N: Regenerate translations.datLothar Serra Mari
2016-06-06GUI: Do not change aspect ratio setting when it is disabledEugene Sandulenko
2016-06-06GUI: Fix regressionEugene Sandulenko
2016-06-06GUI: Fixed negative index checkEugene Sandulenko
2016-06-06GUI: Add credits for GnapStrangerke
2016-06-05GUI: Prevent potential negative index accessEugene Sandulenko
2016-06-05GUI: Fix possible negative index accessEugene Sandulenko
2016-06-01GUI: Initialize pointers to NULL, not falseTorbjörn Andersson
2016-06-01GRAPHICS: Restore layout debugging capabilitiesEugene Sandulenko
2016-06-01GUI: More object initialization cleanupEugene Sandulenko
2016-06-01GUI: Cleanup class initializationEugene Sandulenko
2016-05-29I18N: Regenerate translations.datLothar Serra Mari
2016-05-22UPDATES: Fix signed/unsigned warningFilippos Karapetis
2016-05-20CREDITS - Mark Clone2727 as RetiredStrangerke
2016-05-17CREDITS: Add Lubomyr to Android portersEugene Sandulenko
2016-05-16Merge pull request #722 from Abde-/masterEugene Sandulenko
GUI: Redraw Widget when setAlign() called
2016-05-16Merge pull request #745 from Cruel/3dsEugene Sandulenko
3DS: New Backend
2016-05-02GUI: Initialize widget paddingEugene Sandulenko
2016-04-17Merge pull request #749 from salty-horse/sticky_buttonsEugene Sandulenko
GUI: Remove 'sticky button' feature
2016-04-17Merge pull request #744 from salty-horse/dialog_focus_mouseEugene Sandulenko
GUI: When dialogs gain focus, inform them of the current mouse position
2016-04-17Merge pull request #740 from fuzzie/readline-dropeventsEugene Sandulenko
DEBUGGER: Drop events when using readline debugger
2016-04-14GUI: Remove 'sticky button' featureOri Avtalion
This feature made pressed buttons wait a few moments before returning to an unpressed state. It was half-implemented, and caused several visual bugs. Fixes #7083.
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-13GUI: Remove highlighting when button widget is pressedOri Avtalion
Without this, buttons would stay highlighted after being un-pressed. Fixes #7094.
2016-04-12Merge pull request #715 from dudola/patch-1Johannes Schickel
GUI: Remove dummy FluidSynth Settings button from Edit Game
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵Eugene Sandulenko
GUI_ONLY_FULLSCREEN
2016-04-10I18N: Regenerate translations.datEugene Sandulenko
2016-04-09I18N: Regenerate translations data fileThierry Crozat
2016-04-06GUI: When dialogs gain focus, inform them of the current mouse positionOri Avtalion
Previously, they only reacted to the mouse position once it was moved. This meant that if the cursor was on a button that just gained focus, it did not highlight. Fixes #7101.