summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Fix GPL license.Andrei Karas31-60/+31
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-02-22Fix compilation for windows.Andrei Karas2-16/+1
2012-02-21Add vsync option.Andrei Karas2-0/+11
2012-02-21Fix code style.Andrei Karas1-1/+1
2012-02-21Bit cleanup visual settings page.Andrei Karas4-39/+35
2012-02-21Move some settings from video to visual page.Andrei Karas6-182/+281
2012-02-20Allow chage gui opacity in settings on the fly.Andrei Karas2-0/+15
2012-02-20Move gui opacity option to visual settings page.Andrei Karas8-23/+149
2012-02-19Add option to grab/ungrab input to game window.Andrei Karas1-0/+4
2012-02-19Add visual page in settings.Andrei Karas5-41/+114
2012-02-18Fix selection problem from last commits in browser box.v1.2.2.19Andrei Karas1-1/+1
2012-02-18Fix code style.Andrei Karas7-11/+11
2012-02-17Update servers list once a day.Andrei Karas2-1/+18
2012-02-17Add branding option for server list file name.Andrei Karas1-2/+4
2012-02-16Add race name to status and debug windows.Andrei Karas3-11/+23
2012-02-15Fix default servers dialog size.Andrei Karas1-7/+3
2012-02-15Add function to fix dir separator.Andrei Karas2-5/+10
2012-02-12Add option to enable/disable grouping friends in online list.Andrei Karas3-3/+19
2012-02-11Remove some unneeded includes.Andrei Karas1-1/+0
2012-02-10Show gms in online list with green color (evol server).Andrei Karas1-3/+5
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+1
2012-02-08Fix compilation errors and more style.Andrei Karas10-36/+36
2012-02-08Fix code style with new tool.Andrei Karas27-43/+38
2012-02-06Use client data translation. For now language same as gui language.Andrei Karas1-4/+4
2012-02-05Separate map class to map and maplayer.Andrei Karas4-0/+4
2012-02-05Move path functions from stringutils to paths.Andrei Karas2-0/+2
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas4-2/+6
2012-02-03Add some missing getters.Andrei Karas31-58/+69
2012-02-02Add "no frame" option to hide window frame. Disabled by default.Andrei Karas2-19/+33
2012-02-02Fix updates problem if player by mistake enable empty custom update host.Andrei Karas1-1/+2
2012-02-02Use translation for server descriptions in server list.Andrei Karas1-1/+6
2012-02-02Update and rebuild translations.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas9-13/+27
2012-02-01Fix compilation warnings after previous commits.Andrei Karas1-1/+1
2012-02-01Fix login dialog size.Andrei Karas1-6/+5
2012-02-01Remove description text from button of server dialog.Andrei Karas2-19/+0
2012-02-01Read description from online servers list.Andrei Karas1-0/+1
2012-02-01Rearrange text in server dialog servers list.Andrei Karas1-3/+7
2012-02-01Not allow enter not numeric chars in numeric text fields.Andrei Karas1-21/+35
2012-02-01Rename CustomServerDialog to EditServerDialog.Andrei Karas4-275/+187
2012-01-31Add CustomServerDialog from mana client.Andrei Karas2-0/+306
2012-01-31Keep a single blank line between NPC textsThorbjørn Lindeijer1-0/+1
2012-01-31Redesing char creation dialog.Andrei Karas2-44/+126
2012-01-31Add size limit to nick in char creation dialog.Andrei Karas2-1/+3
2012-01-31Add max chars limit for textfields.Andrei Karas2-2/+2
2012-01-31Extent max emotes count from 44 to 48 emotes.Andrei Karas1-1/+1
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas3-11/+11
2012-01-30Add option for enable/disable window resize.Andrei Karas2-21/+36
2012-01-30Add some missing checks to window resize code.Andrei Karas2-4/+9