summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-26Fix code style.Andrei Karas1-1/+2
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-04update and rebuild translations.Andrei Karas1-1/+2
2012-06-25Add more font sizes.Andrei Karas1-11/+18
2012-06-25Add npc font size with 13 pixels size.Andrei Karas1-16/+31
2012-02-28Add different sound effects for different events.Andrei Karas1-2/+2
Can be configured in audio tab in settings.
2012-02-27Add sliderlist setup item.Andrei Karas1-27/+2
2012-02-24More copyright fixes.Andrei Karas1-2/+2
2012-02-24Fix GPL license.Andrei Karas1-2/+1
Add missing manaplus copyright.
2011-11-29Update fr and pl (Derpella) translations.Andrei Karas1-1/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-5/+5
2011-11-05Fix languages names translation.Andrei Karas1-2/+2
2011-11-05Fix current language detection if using custom language.Andrei Karas1-1/+1
2011-11-04Add option to settings for select any supported language. (tab Theme)Andrei Karas1-14/+93
2011-08-16Enable japanese language in gettext.Andrei Karas1-14/+33
Add ability to use japanese font if current locale is japan locale.
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+3
2011-07-03Move some settings from video tab to other tabs.Andrei Karas1-12/+56
2011-05-31Add secure font. Now unused.Andrei Karas1-2/+20
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-01-02Initial commit.Andrei Karas1-0/+239
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.