Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-16 | Fixed bug: In-game console doesn't stay centered when switching resolutions ↵ | Vicent Marti | |
on the fly. svn-id: r42540 | |||
2009-07-16 | Fixed bug 2820514 ("Help dialog causes crash") | Vicent Marti | |
svn-id: r42537 | |||
2009-07-16 | Update classic and builtin theme after r42529. | Johannes Schickel | |
svn-id: r42531 | |||
2009-07-16 | Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵ | Vicent Marti | |
regressions. svn-id: r42529 | |||
2009-07-15 | Slightly brighten up the active tab color in the modern theme. | Johannes Schickel | |
svn-id: r42518 | |||
2009-07-15 | Fix ugly spacing between tabs in classic theme (as reported by sunmax on ↵ | Johannes Schickel | |
-devel). svn-id: r42517 | |||
2009-07-15 | Fix formatting of some switch statements. | Johannes Schickel | |
svn-id: r42513 | |||
2009-07-15 | For 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-15 | Fix 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-15 | Fix "search" filter being settings lost in launcher, when using the "Edit ↵ | Johannes Schickel | |
Game..." menu for example. svn-id: r42510 | |||
2009-07-13 | Completed name of the creator of our logo | Max Horn | |
svn-id: r42459 | |||
2009-07-13 | Add Drascula engine to the credits | Eugene Sandulenko | |
svn-id: r42441 | |||
2009-07-12 | Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle ↵ | Johannes Schickel | |
uppercase properly". svn-id: r42418 | |||
2009-07-05 | Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should ↵ | Johannes Schickel | |
only be pushed by the backend. svn-id: r42138 | |||
2009-07-05 | Got rid of HACK, which was used to setup new cursor on theme change. | Johannes Schickel | |
svn-id: r42137 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-07-02 | Enhanced 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 sense | Max 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-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function ↵ | Max Horn | |
getDrawingFunctionCallback which maps strings to draw funcs svn-id: r41931 | |||
2009-06-19 | Added myself to the CRUISE engine credits | Paul Gilbert | |
svn-id: r41665 | |||
2009-06-12 | Rename KeyRemapper dialog to KeyMapper | Eugene Sandulenko | |
svn-id: r41462 | |||
2009-06-07 | Added Clear button for search box. Looks a bit off, but we do not yet have | Eugene Sandulenko | |
skinned buttons. svn-id: r41355 | |||
2009-06-07 | Added current keymapper dialog to all themes so it could be tested by other | Eugene Sandulenko | |
devs. svn-id: r41352 | |||
2009-06-07 | Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches) | Max Horn | |
svn-id: r41334 | |||
2009-06-06 | GUI: Tweaked the launcher so that TAB switches focus between the list and ↵ | Max Horn | |
the quick search field svn-id: r41311 | |||
2009-06-06 | GUI: Pressing 'ESC' in the Launcher's quick search field now resets the ↵ | Max Horn | |
search filter svn-id: r41310 | |||
2009-06-06 | GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add ↵ | Max Horn | |
more graphics in the future ;) svn-id: r41309 | |||
2009-06-06 | Make script executable | Eugene Sandulenko | |
svn-id: r41304 | |||
2009-06-06 | Made fix for empty game list on starting MassAdd a bit more robust. | Johannes Schickel | |
svn-id: r41301 | |||
2009-06-06 | Bring old 'quick search' behavior of games list back. | Eugene Sandulenko | |
svn-id: r41296 | |||
2009-06-06 | Fixed assertion when starting mass add and there are no games currently in ↵ | Filippos Karapetis | |
the game list svn-id: r41293 | |||
2009-06-06 | Restore search.bmp which was lost | Eugene Sandulenko | |
svn-id: r41288 | |||
2009-06-06 | Bump theme version to 0.5 due to number of recent changes. | Eugene Sandulenko | |
svn-id: r41287 | |||
2009-06-06 | Disable MIDI controls if GUIO_NOMIDI is set | Eugene Sandulenko | |
svn-id: r41281 | |||
2009-06-06 | Disable load from the launcher button for AGOS and Gob games with use of GUI ↵ | Eugene Sandulenko | |
options svn-id: r41277 | |||
2009-06-06 | Do not change list content if filter was not changed | Eugene Sandulenko | |
svn-id: r41276 | |||
2009-06-06 | Implement FR#862150: "GUI: Show subtitles/speech options only for speech games" | Eugene Sandulenko | |
Add generic per-game GUI options support along the way ;) svn-id: r41275 | |||
2009-06-06 | Fix item selection on filtered out list in launcher | Eugene Sandulenko | |
svn-id: r41271 | |||
2009-06-06 | Fix font size in EditTextWidget on screen resolution change. | Eugene Sandulenko | |
svn-id: r41270 | |||
2009-06-06 | Improvements to laucher dialog | Eugene Sandulenko | |
- Made quicksearch turned off in the launcher game list - Turn ListWidget into CommandSender - Turn quicksearch off in launcher game list - Connect laucher list widget with search box so search is initiated by typing svn-id: r41269 | |||
2009-06-06 | Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes" | Eugene Sandulenko | |
svn-id: r41268 | |||
2009-06-06 | Add to launcher not yet functional search widget. | Eugene Sandulenko | |
Make EditableWidget CommandSender svn-id: r41267 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko | |
svn-id: r41265 | |||
2009-06-06 | Sync all themes with improvements of mass dialog. Fixed list positioning | Eugene Sandulenko | |
svn-id: r41264 | |||
2009-06-06 | Implement FR#2707442: "GUI: Improve Mass Add dialog" | Eugene Sandulenko | |
svn-id: r41263 | |||
2009-06-06 | Improved look of popup widget, buttons, checkbox and tab widget | Eugene Sandulenko | |
svn-id: r41262 | |||
2009-06-06 | Make PopUp widget look more balanced | Eugene Sandulenko | |
svn-id: r41261 | |||
2009-06-06 | Implement FR#1522626: "GUI: Friendlier "Add Game" session" | Eugene Sandulenko | |
svn-id: r41236 | |||
2009-06-06 | Add Mute control to all themes | Eugene Sandulenko | |
svn-id: r41235 |