summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-15Change version to 1.4.3.15v1.4.3.15Andrei Karas8-8/+22
2014-03-15update translations.Andrei Karas50-14564/+15551
2014-03-15fix code style.Andrei Karas22-94/+65
2014-03-14fix typo in help.Andrei Karas1-1/+1
2014-03-14Dont draw background on version and copyright labels.Andrei Karas1-5/+1
2014-03-13add right ctrl for default ctrl action.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas44-165/+172
2014-03-12fix about tmw help page.Andrei Karas3-0/+4
2014-03-11Show copyright at background.Andrei Karas5-14/+32
2014-03-11Improve a bit variables order in some classes.Andrei Karas8-57/+62
2014-03-11Do not allow select pet by mouse click on it.Andrei Karas1-18/+22
2014-03-11Fix removing old unused keys from main configuration file.Andrei Karas2-2/+5
2014-03-10Remove duplicate code from scrollarea.Andrei Karas2-34/+17
2014-03-10Remove duplicate code from whoisonline.Andrei Karas2-92/+69
2014-03-10Remove duplicate code from inputmanager.Andrei Karas2-51/+30
2014-03-10remove duplicate code from imagehelper.Andrei Karas10-278/+85
2014-03-10update translations.Andrei Karas18-4420/+4944
2014-03-10Remove duplicate code from renderers.Andrei Karas13-645/+261
2014-03-09fix movement with long press enabled.Andrei Karas2-9/+25
2014-03-09Change default on screen buttons values.Andrei Karas1-7/+7
2014-03-09fix long mouse press.Andrei Karas1-8/+9
2014-03-09Reoder variables in viewport.Andrei Karas2-30/+30
2014-03-09fix compilation warnings.Andrei Karas3-6/+6
2014-03-09Add support for long mouse press event.Andrei Karas6-113/+192
2014-03-09enable download music by default.Andrei Karas2-3/+6
2014-03-08Show all default top buttons on windows.Andrei Karas1-2/+0
2014-03-08Add about button.Andrei Karas8-2/+46
2014-03-08fix code style.Andrei Karas28-61/+39
2014-03-07Remove unused variabled from gui.Andrei Karas1-10/+0
2014-03-07Remove unused events flags.Andrei Karas8-244/+13
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas16-159/+146
2014-03-07fix emote command in crazy moves A.Andrei Karas4-8/+16
2014-03-07Add option to print server name in screenshots.Andrei Karas4-0/+22
2014-03-06improve a bit different code.Andrei Karas24-208/+204
2014-03-05Merger textfield and merge textbox.Andrei Karas10-1036/+665
2014-03-04Merge slider classes into one.Andrei Karas6-535/+368
2014-03-04Merge scrollarea classes into one.Andrei Karas24-1207/+824
2014-03-03fix selection image in equipmentwindow.Andrei Karas1-0/+4
2014-03-03Remove 2 from methods name in sdlinput.Andrei Karas3-22/+4
2014-03-03Remove 2 from methods name in gui.Andrei Karas2-5/+5
2014-03-03remove scrollarea from playerbox base classes.Andrei Karas2-5/+11
2014-03-03Remove unused guichan radiobutton.Andrei Karas2-431/+0
2014-03-03Merge radiobutton classes into one.Andrei Karas4-8/+259
2014-03-03Merge listbox classes in one.Andrei Karas6-525/+289
2014-03-03Merge label classes in one.Andrei Karas6-286/+150
2014-03-02Merge checkbox classes in one.Andrei Karas6-341/+175
2014-03-02Merge button classes in one.Andrei Karas6-435/+295
2014-03-02auto save config if it was changed in game each 10 seconds.Andrei Karas4-2/+23
2014-03-02In chat add key Ctrl+b for insert bold/normal font size.Andrei Karas3-3/+34
2014-03-02Simplify actions handling in textfield.Andrei Karas2-112/+25