aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2009-08-16For a better user experience, clear all meta infos, when clicking on an ↵Johannes Schickel
unused slot in the GMM save/load dialog. svn-id: r43437
2009-08-16Added Ninteno DS specific hack, which takes care of tab button width ↵Johannes Schickel
problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem. svn-id: r43426
2009-08-16Fix options dialog's reflowLayout.Johannes Schickel
svn-id: r43425
2009-08-13Cleanup.Johannes Schickel
svn-id: r43353
2009-08-13Little fix of new modern theme layout in the launcher for 3x.Johannes Schickel
svn-id: r43352
2009-08-13Move version string in Modern theme beneath the Logo in high res mode, this ↵Johannes Schickel
saves some space and looks nicer. svn-id: r43350
2009-08-10Rename 'font_color' attribute for 'text' draw step to 'text_color'.Johannes Schickel
svn-id: r43206
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
svn-id: r43205
2009-08-09Fix for bug #2834250 "GUI: Incorrect behavior of sliders".Johannes Schickel
svn-id: r43172
2009-08-08Patch #2832247: "GMM: Enable loading & deleting of unnamed savegames"Eugene Sandulenko
svn-id: r43143
2009-08-08Implement FR#2821534: "GUI: Mute All disable volume sliders"Eugene Sandulenko
svn-id: r43131
2009-07-31Prevent high-resolution layouts to be loaded on low resolutions.Vicent Marti
svn-id: r42955
2009-07-30Fixed corrupted theme files.Vicent Marti
svn-id: r42953
2009-07-30Added Strangerke to credits, and moved wjp from Gob to SCI on his requestMax Horn
svn-id: r42947
2009-07-30Changed 10rdH070's nick back to LordHoto, and added Hkz to the creditsMax Horn
svn-id: r42946
2009-07-30Overhauled the credits: Retired members are now (partially) back to their ↵Max Horn
old sections, to make sure people really see all people who contribute to an engine/backend. Also added&fixed some entries, and moved the FreeSCI section svn-id: r42943
2009-07-30Fix Browser dialog name.Johannes Schickel
svn-id: r42941
2009-07-30Change code to use our fractional utilities.Johannes Schickel
svn-id: r42940
2009-07-30Add tanoku to our GUI credits section.Johannes Schickel
svn-id: r42929
2009-07-29Sort audio output rates numerically (see FR #2821525)Max Horn
svn-id: r42886
2009-07-29GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; ↵Max Horn
rather scroll a full page minus one line (see FR #2821508). This matches the behavior of the page up/down keys svn-id: r42881
2009-07-26Formatting.Johannes Schickel
svn-id: r42792
2009-07-25Add optional readline support to the text debugger console.Willem Jan Palenstijn
Make text/graphical console selectable with an option to configure. svn-id: r42787
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
svn-id: r42668
2009-07-19Fix compilation with USE_CONSOLE = 0Willem Jan Palenstijn
svn-id: r42623
2009-07-18Fix crash in tab completion if one command is a prefix of another.Willem Jan Palenstijn
svn-id: r42597
2009-07-16Fixed bug: In-game console doesn't stay centered when switching resolutions ↵Vicent Marti
on the fly. svn-id: r42540
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-16Update classic and builtin theme after r42529.Johannes Schickel
svn-id: r42531
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵Vicent Marti
regressions. svn-id: r42529
2009-07-15Slightly brighten up the active tab color in the modern theme.Johannes Schickel
svn-id: r42518
2009-07-15Fix ugly spacing between tabs in classic theme (as reported by sunmax on ↵Johannes Schickel
-devel). svn-id: r42517
2009-07-15Fix formatting of some switch statements.Johannes Schickel
svn-id: r42513
2009-07-15For a smoother user experience, use different colors for inverted text of ↵Johannes Schickel
the ListWidget, depending on whether the widget has focus or not. svn-id: r42512
2009-07-15Fix bug, which caused the ListWidget to draw a widget background around the ↵Johannes Schickel
selected item, when the ListWidget had no focus. svn-id: r42511
2009-07-15Fix "search" filter being settings lost in launcher, when using the "Edit ↵Johannes Schickel
Game..." menu for example. svn-id: r42510
2009-07-13Completed name of the creator of our logoMax Horn
svn-id: r42459
2009-07-13Add Drascula engine to the creditsEugene Sandulenko
svn-id: r42441
2009-07-12Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle ↵Johannes Schickel
uppercase properly". svn-id: r42418
2009-07-05Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should ↵Johannes Schickel
only be pushed by the backend. svn-id: r42138
2009-07-05Got rid of HACK, which was used to setup new cursor on theme change.Johannes Schickel
svn-id: r42137
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-02Enhanced the quicksearch box in the launcher to match words in the search ↵Max Horn
string individually svn-id: r42038
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function ↵Max Horn
getDrawingFunctionCallback which maps strings to draw funcs svn-id: r41931
2009-06-19Added myself to the CRUISE engine creditsPaul Gilbert
svn-id: r41665
2009-06-12Rename KeyRemapper dialog to KeyMapperEugene Sandulenko
svn-id: r41462
2009-06-07Added Clear button for search box. Looks a bit off, but we do not yet haveEugene Sandulenko
skinned buttons. svn-id: r41355
2009-06-07Added current keymapper dialog to all themes so it could be tested by otherEugene Sandulenko
devs. svn-id: r41352
2009-06-07Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)Max Horn
svn-id: r41334