aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2014-01-15AVALANCHE: Repair rest of the credits.uruk
2014-01-11GUI: Fix menu layout for low-res classic themeMarcus Comstedt
2014-01-02BUILD: Support libedit readline wrapperWillem Jan Palenstijn
2014-01-01JANITORIAL: Update copyright yearEugene Sandulenko
2013-11-24GUI: Do not draw text outside edit rect in EditableWidget.Johannes Schickel
2013-11-24GUI: Fix undrawing caret glitch when the edit text is inversed.Johannes Schickel
2013-11-24GUI: Document EditableWidget::getEditRect.Johannes Schickel
2013-11-24GUI: Draw caret over the whole height of the edit rect.Johannes Schickel
2013-11-24GUI: Fix out-of-bounds check in EditableWidget::drawCaret.Johannes Schickel
2013-11-24GUI: Fix character redrawing behind caret in EditTextWidgets.Johannes Schickel
2013-11-24GUI: Fix EditTextWidget::getEditRect's returned height.Johannes Schickel
2013-11-24GUI: Fix ListWidget::getEditRect's returned height.Johannes Schickel
2013-11-14GUI: Use Common::String for console history, to ensure buffer safety.Joel Teichroeb
2013-11-14GUI: Fix for potential bad cursor palette access in warning case.Joel Teichroeb
2013-11-03GUI: Skip useless assignment. CID 1002117Eugene Sandulenko
2013-10-30CREDITS: Add credits for game translationsThierry Crozat
2013-10-20Merge pull request #408 from lordhoto/opengl-replacementJohannes Schickel
2013-10-19GUI: Check for screen change whenever an event is polled.Johannes Schickel
2013-10-17Merge branch 'zvision'Willem Jan Palenstijn
2013-10-17Merge branch 'avalanche'Willem Jan Palenstijn
2013-10-14ZVISION: Use credits.pl to update AUTHORS and credits.hRichieSams
2013-10-07AVALANCHE: Fix savegame patternsStrangerke
2013-10-07AVALANCHE: Repair credits.huruk
2013-10-06CREDITS: Add Keith for some pegasus patchesMatthew Hoops
2013-10-06AVALANCHE: Update credit files.uruk
2013-10-02GUI: Do not return current input on cancel in PredictiveDialog.Johannes Schickel
2013-10-02GUI: Initialize PredictiveDialog::_predictiveResult.Johannes Schickel
2013-10-02GUI: Clean up calloc use in PredictiveDialog.Johannes Schickel
2013-10-02GUI: Fix compilation with clang and C++11.Johannes Schickel
2013-09-30GUI: Fix compiler warningEugene Sandulenko
2013-09-30GUI: Fix missing initializers for ListWidget. CID 1002259.D G Turner
2013-09-09RECORDER: Fix warningEugene Sandulenko
2013-08-22Merge pull request #361 from rundfunk47/guiimprovementsEugene Sandulenko
2013-08-22THEME: Add back entry for color when hovering over buttonNarek Mailian
2013-08-20MORTEVIELLE: Add creditsStrangerke
2013-08-20CREDITS: Add credits for The Neverhood engineFilippos Karapetis
2013-08-19GUI: Clear dirty rects when initializing ThemeEngine.Johannes Schickel
2013-08-16GRAPHICS: Gradient blending on borders of rounded squaresNarek Mailian
2013-08-16GRAPHICS: Add support for Soft Shadows with rounded squaresNarek Mailian
2013-08-16GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)Narek Mailian
2013-08-16GUI: Add code to default theme generation to reduce string length.D G Turner
2013-08-16GUI: Add too long string literal warning code to theme generation tool.D G Turner
2013-08-12Merge pull request #377 from lordhoto/config-manager-cleanupJohannes Schickel
2013-08-12Merge pull request #359 from rundfunk47/32bitguioverlayEugene Sandulenko
2013-08-10GUI: Initialise _hotkey in ButtonWidget constructorThierry Crozat
2013-08-08GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPPNarek Mailian
2013-08-08GUI: Change name of GUI-renderers to remove "16-bit"Narek Mailian
2013-08-08GUI: Allow GUI cursor creation to work with abitrary 2/4Bpp formats.Johannes Schickel
2013-08-08GUI: Use Domain::const_iterator in EventRecorder code when possible.Johannes Schickel
2013-08-03GUI: Take advantage of Surface::getPixels.Johannes Schickel