aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2015-11-22CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's creditsStrangerke
2015-11-22CREDITS: Add credits for Access engineStrangerke
2015-11-21CREDITS: Use full names for Sherlock's special thanksStrangerke
2015-11-21CREDITS: Add BBVSStrangerke
2015-11-21CREDITS: Add credits for Sherlock and a special thanks related to the sources.Strangerke
Update the AUTHOR and credit.h files with Raspberry Pi port credits
2015-11-21I18N: Update translations.datEugene Sandulenko
2015-11-09GUI: Use after freeBertrand Augereau
2015-11-09GUI: strncat needs a destination C-stringBertrand Augereau
2015-11-07GUI: Removed 64k limit on built-in theme XML sizeEugene Sandulenko
2015-11-07BBVS: Implement file chooser for Air Guitar minigameEugene Sandulenko
2015-11-07GUI: Make disabled EditTextWidget not allowing to edit the stringEugene Sandulenko
2015-10-20I18N: Update translations data fileThierry Crozat
2015-10-12I18N: Update Hungarian translation (patch #1614)Thierry Crozat
2015-10-11I18N: Mark additional string for translationThierry Crozat
2015-10-11I18N: Regenerate translations data fileThierry Crozat
2015-09-06I18N: Add missing files in list of files to parse. Regenerate translation files.Pawel Kolodziejski
2015-08-30DEBUGGER: Add clarifying commentTorbjörn Andersson
2015-08-29DEBUGGER: Add function for printing a StringArray in columnsTorbjörn Andersson
2015-08-16I18N: Update translations data fileThierry Crozat
2015-07-12I18N: Regenerate translations data fileThierry Crozat
2015-07-12CREDITS: Update credits (run 'make credits')Thierry Crozat
2015-07-07GUI: Simplify OPL option code a bit.Johannes Schickel
2015-07-07ZVISION: Change mentions of ZVision to Z-VisionDavid Russo
To match official documentation (e.g. game manual, credits).
2015-06-25I18N: Synchronize translation template file with current codeThierry Crozat
2015-06-25GUI: Mark "Mass Add..." and "Record..." for translation.Thierry Crozat
2015-03-21GUI: Fix bug #6813, "GUI: Tooltips eat keypresses"Torbjörn Andersson
The tooltip isn't really interested in any keyboard and mouse events, other than as a signal to close itself, so pass them back to the parent dialog. From what I understand, the tooltip isn't part of the dialog, so there should be no risk of going into an infinite loop here.
2015-03-21GUI: Adjust x and y to handleMouseWheel() for consistencyTorbjörn Andersson
This means x and y has the same meaning as in the other handlers, e.g. handleMouseUp(). Though as far as I can tell, these coordinates aren't actually used anywhere at the moment.
2015-03-05CREDITS: Mention skristiansson for his initial SDL2 support work.Johannes Schickel
2015-01-18JANITORIAL: Update copyright yearThierry Crozat
2014-12-29GUI: Do not overwrite write protected saves in grid based save dialog.Johannes Schickel
This fixes overwriting of, for example, autosaves in the grid based save load dialog when using "New Save".
2014-12-28DEBUGGER: Extend the md5 and md5mac commands to handle any chunk lengthFilippos Karapetis
This will be useful in matching the MD5 checksums with what the advanced detector returns
2014-12-27CREDITS: Update the credits for the ZVISION engineFilippos Karapetis
2014-12-21CREDITS: Add credits for Sfinx translation to EnglishThierry Crozat
2014-12-05Merge pull request #497 from eriktorbjorn/md5-debugDavid Turner
Add "md5" command to the debugger
2014-12-05GUI: use newer define for OS X 10.10+Pawel Kolodziejski
2014-12-05GUI: remove not used constPawel Kolodziejski
2014-12-01CGE2: Update credits the right way.uruk
2014-11-29I18N: Update translations data fileThierry Crozat
2014-11-16CREDITS: Add Tobia TesanWillem Jan Palenstijn
2014-10-31DEBUGGER: Add FIXME comment about file name vs base nameTorbjörn Andersson
2014-10-28CREDITS: Properly sync trailing whitespace changes in all filesFilippos Karapetis
This was initially only done for the AUTHORS file in commit f50715a
2014-10-28GUI: Remove trailing whitespaceFilippos Karapetis
2014-10-18GUI: Fix for bug 6719 (last line of help missing)Ben Castricum
Since 1.4 the font changed from a 14 to 15 pixel height wich causes one line of help text no longer to be shown. By changing the padding of the buttons the last lines fits again.
2014-10-04I18N: Update translation data fileThierry Crozat
2014-09-07DEBUGGER: Let "md5mac" print the MD5 sum of both resource and dataTorbjörn Andersson
2014-09-07DEBUGGER: Changed usage output from "md5mac"Torbjörn Andersson
I don't know of any good way of transforming file names to base file names, so document that "md5mac" expects the base file name. Even though it currently will accept MacBinary file names.
2014-09-07DEBUGGER: Sort "md5" output, when using wildcards.Torbjörn Andersson
2014-09-07I18N: Regenerate translations data fileThierry Crozat
2014-09-07I18N: Update credits for Dutch translationBen Castricum
2014-09-03Merge pull request #492 from BenCastricum/miscJohannes Schickel
GUI: replace "savegame" by "saved game".