summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Allow resize window on the fly from video settings tab.Andrei Karas1-0/+4
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer6-52/+76
2012-01-29Fix client detection in online list.Andrei Karas1-4/+4
2012-01-29Fix code style.Andrei Karas1-1/+1
2012-01-29Fix memory leak in tathena online list introducedAndrei Karas1-0/+7
2012-01-29Fix possible hiding methods issues.Andrei Karas7-27/+25
2012-01-29Fix incorrect level in update list in tmw server.Andrei Karas1-7/+6
2012-01-29Show race name in char creation dialog.Andrei Karas2-0/+9
2012-01-29Fix compilation warnings.Andrei Karas2-4/+4
2012-01-29Use appname in user agents string while downloading files.Andrei Karas1-2/+2
2012-01-28Add support for processing player statuses in evol server.Andrei Karas3-30/+66
2012-01-28Add basic support for extended online list on evol server.Andrei Karas3-57/+156
2012-01-27Cleanup outfits keys handling.Andrei Karas1-361/+18
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas3-2/+50
2012-01-25Fix code style.Andrei Karas1-1/+6
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-2/+6
2012-01-24Fix possible crash in server change.Andrei Karas1-0/+1
2012-01-23Add moving camera commands from npc.Andrei Karas2-0/+49
2012-01-22Add tab names P and F to translation.Andrei Karas1-2/+4
2012-01-22Add to translation word "key" from top right buttons.Andrei Karas1-1/+1
2012-01-22Replace particle font to japan font if need.Andrei Karas1-5/+14
2012-01-22Made the update window bigger and resizableThorbjørn Lindeijer1-3/+7
2012-01-21Change server list url to manaplus host.Andrei Karas1-2/+5
2012-01-21Fix more warnings.Andrei Karas3-7/+7
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas10-12/+14
2012-01-19Prevent adding double attributes to status window.Andrei Karas3-1/+14