Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-22 | Merge pull request #361 from rundfunk47/guiimprovements | Eugene Sandulenko | |
GUI: Various GUI Improvements | |||
2013-08-22 | THEME: Add back entry for color when hovering over button | Narek Mailian | |
2013-08-20 | MORTEVIELLE: Add credits | Strangerke | |
2013-08-20 | CREDITS: Add credits for The Neverhood engine | Filippos Karapetis | |
2013-08-19 | GUI: Clear dirty rects when initializing ThemeEngine. | Johannes Schickel | |
This avoids nasty invalid writes to the overlay when the overlay is being resized. | |||
2013-08-16 | GRAPHICS: Gradient blending on borders of rounded squares | Narek Mailian | |
2013-08-16 | GRAPHICS: Add support for Soft Shadows with rounded squares | Narek Mailian | |
2013-08-16 | GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) | Narek Mailian | |
Includes code from https://github.com/inisider/scummvm/ , which has been squashed and bugfixed | |||
2013-08-16 | GUI: Add code to default theme generation to reduce string length. | D G Turner | |
The additional code skips the extraneous spaces after the end of an XML close brace (>) reducing the string literal by 3106 characters, thus bringing it within the limit for C++ string literals. Have regenerated the default.inc from scummclassic with this change. | |||
2013-08-16 | GUI: Add too long string literal warning code to theme generation tool. | D G Turner | |
This has the same effect as clang's -Woverlength-strings warning of string literals longer than C++ compilers are specified to work with. | |||
2013-08-12 | Merge pull request #377 from lordhoto/config-manager-cleanup | Johannes Schickel | |
Config Manager Cleanup | |||
2013-08-12 | Merge pull request #359 from rundfunk47/32bitguioverlay | Eugene Sandulenko | |
GUI: Add option to render GUI in 32-bits | |||
2013-08-10 | GUI: Initialise _hotkey in ButtonWidget constructor | Thierry Crozat | |
One of the two ButtonWidget constructor did not initialise _hotkey when given a non-null value. This caused valgrind to report an access to uninitialised variable in Dialog::handleKeyDown(). | |||
2013-08-08 | GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPP | Narek Mailian | |
2013-08-08 | GUI: Change name of GUI-renderers to remove "16-bit" | Narek Mailian | |
2013-08-08 | GUI: Allow GUI cursor creation to work with abitrary 2/4Bpp formats. | Johannes Schickel | |
2013-08-08 | GUI: Use Domain::const_iterator in EventRecorder code when possible. | Johannes Schickel | |
2013-08-03 | GUI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | GUI: Prefer getBasePtr instead of direct Surface::pixels access. | Johannes Schickel | |
2013-07-18 | Merge pull request #353 from clone2727/eventrec_timer_fix | Eugene Sandulenko | |
ALL: Don't use EventRecorder at all when not compiled in | |||
2013-07-15 | GUI: Mark some intentional fall throughs in switches. | Johannes Schickel | |
All of these are for handling kCloseCmd. | |||
2013-07-15 | GUI: Allow the event recorder dialog to be closed. | Johannes Schickel | |
This is a regression from 6e4217e1ba1df9fd2ee4cd0d61151ed7dfc53021. setResult does not automatically close the dialog. However, Dialog::handleCommand will close the dialog when kCloseCmd is received. | |||
2013-07-14 | RECORDER: Fix indenting | Sven Hesse | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-14 | RECORDER: Fix CID 1046887. Missing break in switch | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046882. Uninitalized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variables in accoudance with our code style | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046883. Uninitialized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046881. Unused value | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046888. Wrong check. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variable in accoudance with our code style. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046884. Uninitialized class variables. | Eugene Sandulenko | |
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops | |
2013-07-04 | Merge pull request #350 from chrisws/tizen_port_1_6_0a | Johannes Schickel | |
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp | |||
2013-07-04 | GUI: Cleanup EventRecorder::getSurface. | Johannes Schickel | |
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation. | |||
2013-07-04 | RECORDER: Fix crash at startup | Eugene Sandulenko | |
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko | |
GSoC2012: Event Recorder (reworked) | |||
2013-07-03 | TIZEN: bada port updated to tizen | Chris Warren-Smith | |
2013-06-01 | Merge pull request #332 from bluegr/roland_gs_cleanup | Johannes Schickel | |
SCUMM: iMuse - Clean-up of Roland GS code (updated) | |||
2013-05-26 | GUI: Fix the spelling of some variable/class names | Matthew Hoops | |
2013-05-26 | GUI: Add missing include for IBAction | Matthew Hoops | |
Hopefully will fix compilation on older Mac versions | |||
2013-05-26 | Merge pull request #307 from criezy/filebrowser-hidden-osx | Alyssa Milburn | |
OSX: Allow user to display hidden files in the browser dialog. | |||
2013-05-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-05-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-11 | GUI: Update Roland GS description in MT-32 tab | tcarey | |
Clarified the Roland GS settings. The current description is only partially accurate and confusing at best. | |||
2013-05-08 | I18N: Fix missing quote in Ukrainian translation | Thierry Crozat | |
2013-05-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-05 | I18N: Updated translations.dat | Eugene Sandulenko | |