Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-08 | CREDITS: Add credits for Czech translation | Thierry Crozat | |
Also add missing html entities conversion for rtf and tex outputs (hopefully I got them right). svn-id: r55834 | |||
2011-02-08 | I18N: Add Czech translation (patch #3174438) | Thierry Crozat | |
svn-id: r55833 | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-02-07 | GUI: Change SaveLoadChooser to not 'public subclass' GUI::Dialog | Max Horn | |
svn-id: r55817 | |||
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn | |
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815 | |||
2011-01-22 | I18N: Add polish translation (patch #3162838) | Thierry Crozat | |
svn-id: r55435 | |||
2011-01-20 | GUI: Fix Memory Leak from PicButtonWidget _gfx Member. | David Turner | |
This widget is only currently used by Hugo. svn-id: r55364 | |||
2011-01-19 | I18N: Update credits and NEWS file after adding two new GUI translations | Thierry Crozat | |
svn-id: r55339 | |||
2011-01-19 | I18N: Add Norwegian Nynorsk and Danish translations | Thierry Crozat | |
Norwegian Nynorsk translation was submitted in patch #3142157 Danish translation was submitted in patch #3153476 svn-id: r55338 | |||
2011-01-18 | GUI: Fix implicit signed to unsigned conversion warnings for some compilers. | Johannes Schickel | |
svn-id: r55313 | |||
2011-01-16 | GUI: Fix language popup in the game options. | Johannes Schickel | |
r49786 introduced a regression which made the game options menu set the game language to "zh-cn" in case "<default>" was selected. Also in case no language key was present in the game's config domain no text was shown at all, now it shows "<default>" in that case again. svn-id: r55267 | |||
2011-01-03 | GUI: Implement PicButtonWidget | Eugene Sandulenko | |
It is a button with picture intead of text. To be used by Hugo engine svn-id: r55099 | |||
2010-12-31 | COPYRIGHT: Update copyright year - Happy new year! | Arnaud Boutonné | |
svn-id: r55082 | |||
2010-12-23 | PLUGINS: switched plugin manager to inheritance rather than #defines | Yotam Barnoy | |
The reason for this was that I found issues where the wrong functions were called in EngineManager for single plugin operation. Rather than inserting more messy #defines, I preferred to change the PluginManager to use virtual functions, which also makes EngineManager simpler. svn-id: r55024 | |||
2010-12-17 | GUI: Adapt GUI themes to latest Mohawk resolution change. | Johannes Schickel | |
svn-id: r54944 | |||
2010-12-12 | I18N: Add Norwegian (Bokmaal) translation (patch #3134466) | Thierry Crozat | |
svn-id: r54876 | |||
2010-12-08 | I18N: Update Brazilian Portuguese translation (from patch #3131421) | Thierry Crozat | |
svn-id: r54836 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-12-05 | I18N: Update Brazilian Portuguese translation | Thierry Crozat | |
svn-id: r54788 | |||
2010-12-02 | GUI: Prevent high res versions of the themes to be picked for 544x333. | Johannes Schickel | |
This fixes a problem in case the high resolution theme file was picked up before the low resolution theme file and thus it was directly chosen. svn-id: r54746 | |||
2010-12-02 | GUI: Change the themes to use their low res version for 544x333. | Johannes Schickel | |
This fixes an assertion in Myst when opening the GMM. The GMM in Myst looks a bit odd now though. svn-id: r54745 | |||
2010-12-02 | I18N: Update Hungarian translation (from patch #3124359) | Thierry Crozat | |
svn-id: r54738 | |||
2010-11-30 | I18N: Don't build TranslationManager when translation is disabled. | Jordi Vilalta Prat | |
svn-id: r54684 | |||
2010-11-28 | i18N: Update all translation files from template file. | Thierry Crozat | |
German has also an updated translation. svn-id: r54548 | |||
2010-11-25 | GUI: Changed wording of "Disable dithering" to "Enable undithering" | Filippos Karapetis | |
svn-id: r54467 | |||
2010-11-23 | I18N: Updating French, Portuguese and Hungarian translations. | Thierry Crozat | |
All other translation files are also updated from the template file but without change in the translations. svn-id: r54450 | |||
2010-11-21 | I18N: Add Brazilian Portuguese (from patch #3114669) | Thierry Crozat | |
svn-id: r54411 | |||
2010-11-18 | GUI: Make activeDialog in runLoop const, since it should not be changed. | Johannes Schickel | |
svn-id: r54346 | |||
2010-11-18 | GUI: Simplify Tooltip implementation. | Johannes Schickel | |
Formerly there was much special handling for the Tooltip dialog in GuiManager::runLoop. This was replaced by overloading the event handling functions in Tooltip. Also the Tooltip was adapted to be run like every other normal dialog. svn-id: r54337 | |||
2010-11-18 | GUI: changed tooltip to be deleted when inactive | Yotam Barnoy | |
Before, it could be instantiated after an engine loaded and then was never deleted, causing memory fragmentation. Also removed inner tooltip call to the GuiManager runloop, which makes the logic simpler since the tooltip is a bit of a hack. I had to remove it because deleting _tooltip in the inner loop (called from tooltip itself) is trouble. svn-id: r54311 | |||
2010-11-16 | GUI: Fixed build failure in console due to missing header. | David Turner | |
svn-id: r54268 | |||
2010-11-16 | GUI: Push down some header (inter)dependencies | Max Horn | |
svn-id: r54267 | |||
2010-11-16 | GUI: Commit some changes missing in my previous commit (oops) | Max Horn | |
svn-id: r54266 | |||
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn | |
svn-id: r54265 | |||
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 | |||
2010-11-16 | GUI: Fixed Memory Leak in RadiobuttonGroup usage in Options Dialog. | David Turner | |
RadiobuttonGroup has a destructor which must be called to avoid leaking memory. Have also added missing NULL init() declarations on object member pointers to avoid any future issues. svn-id: r54260 | |||
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn | |
This makes it possible to write DECLARE_SINGLETON(foo); instead of DECLARE_SINGLETON(foo) without causing a warning about an extra semicolon. The extra semicolon helps some editors at parsing the C++ code. svn-id: r54258 | |||
2010-11-15 | GUI: Fix bug in ThemeEngine::addFont related to localized fonts | Max Horn | |
Basically, it was remembering the font under its non-localized name. This resulted in a leak, and potentially could have caused the wrong font to be used in a localization. svn-id: r54256 | |||
2010-11-15 | GUI: Tweak ThemeEngine methods to use Common::String params & const qualifier | Max Horn | |
svn-id: r54255 | |||
2010-11-15 | CREDITS: Add Hungarian translator. | Thierry Crozat | |
svn-id: r54252 | |||
2010-11-15 | I18N: Update Hungarian translation and add iso-8859-2 fonts to themes. | Thierry Crozat | |
The new Hungarian translation is from patch #3109396 svn-id: r54251 | |||
2010-11-09 | GUI: Added IS8859-7 fonts. Helvetica is missing | Eugene Sandulenko | |
svn-id: r54172 | |||
2010-11-09 | GUI: Generate iso8859-2 codepage fonts | Eugene Sandulenko | |
svn-id: r54171 | |||
2010-11-09 | GUI: Added original 5x8 font | Eugene Sandulenko | |
svn-id: r54170 | |||
2010-11-07 | CREDITS: Add myself to the Infrastructure section (after talking with Max). | Johannes Schickel | |
svn-id: r54112 | |||
2010-11-07 | CREDITS: Mark Joachim Eberhard as retired. | Johannes Schickel | |
svn-id: r54110 | |||
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy | |
I reduced memory fragmentation using 2 principles: Plugins should be loaded for as little time as possible, and long lasting memory allocations should be allocated before plugins are loaded. There might still be a little fragmentation left. Note that command line settings that require plugins to be loaded don't work yet, but they didn't work (properly) before either. svn-id: r54097 | |||
2010-11-05 | GUI: Better description of the dithering checkbox | Filippos Karapetis | |
svn-id: r54092 | |||
2010-11-05 | Grammar | Filippos Karapetis | |
svn-id: r54091 |