summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Add new lines to translation and rebuild translation again.Andrei Karas3-62/+78
2011-03-29Fix typo in status popup window.Andrei Karas1-1/+1
2011-03-29Add gettext to statuspopup.Andrei Karas2-157/+149
2011-03-29Add translation for some strings in setup video tab.Andrei Karas1-2/+2
2011-03-28Fix compilation warnings.Andrei Karas2-7/+13
2011-03-27Fix uninitialised variable.Andrei Karas1-1/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas21-38/+69
2011-03-27Add no away to whisper chat context menu.Andrei Karas3-1/+28
2011-03-26Remove colors from nick if nick not real nick in whisper.Andrei Karas1-2/+3
2011-03-26Save chat tab options between client restarts.Andrei Karas1-2/+17
2011-03-26Add option to chat context menu to remove nicks.Andrei Karas4-4/+50
2011-03-26Fix code style.Andrei Karas1-2/+2
2011-03-26Fix scrollbar regression.Andrei Karas2-3/+15
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas12-21/+334
2011-03-20Disable scroll buttons in shortcuts windows.v1.1.3.20Andrei Karas1-2/+0
2011-03-19Add flag to enable or disable scroll buttons in tabbed area.Andrei Karas4-17/+78
2011-03-19Fix code style and add small optimisations.Andrei Karas4-6/+10
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas5-8/+14
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas16-30/+40
2011-03-15Fix mouse pickup. Before pickuptarget was removed while moving to target.Andrei Karas1-0/+2
2011-03-13Add ability to remap maps to different files.Andrei Karas2-3/+3
2011-03-13Replace befriend to be friend.Andrei Karas1-3/+3
2011-03-12Add /uptime chat command to show client uptime.Andrei Karas1-0/+1
2011-03-11Add checks to tabbedarea.Andrei Karas1-9/+14
2011-03-09Fix color picker position to free space for scrolling buttons in chat.Andrei Karas1-2/+2
2011-03-09Added a tab scrolling system in tabarea.Yohann Ferreira2-1/+189
2011-03-08Replace also color constants in pickup messages.Andrei Karas1-3/+28
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas2-6/+37
2011-03-08Add possible colors to item popups.Andrei Karas3-6/+12
2011-03-06Add translation for some strings/ Rebuild translations and update russian tra...Andrei Karas1-8/+12
2011-03-04Fix code style.Andrei Karas7-8/+18
2011-03-03Add colors to buy/sell dialogs.Andrei Karas7-31/+37
2011-03-03Chnage same methods with different parameters number to different names.Andrei Karas5-5/+5
2011-03-03Possible fix extended minimaps opacity.Andrei Karas1-0/+1
2011-03-03Merge branch 'coloritems'Andrei Karas4-14/+17
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-4/+4
2011-03-02Dont show "add to trade ..." menu items if trade window is hidden.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+2
2011-02-27Merge branch 'master' into coloritemsAndrei Karas2-2/+2
2011-02-27Fix compilation warning.Andrei Karas2-2/+2
2011-02-27Implement receiving item color from server.Andrei Karas2-9/+11
2011-02-26Allow kick player from party from context menu if player not here.Andrei Karas1-0/+20
2011-02-26Add ability to redownload update files if file checksum incorrect.Andrei Karas2-1/+15
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas3-11/+28
2011-02-24Add to item context menu "add to trade" items.Andrei Karas1-0/+42
2011-02-20Reorder store option to the top, so it is more useful.v1.1.2.20Ben Longbons1-16/+18
2011-02-20Fix some code style and some errors.Andrei Karas6-37/+24
2011-02-19Update copyrights.Andrei Karas210-398/+597
2011-02-19Fix race condition in guichan bugfix.Andrei Karas2-3/+55
2011-02-15Add auto wrap and lines limit for npc dialogs.Andrei Karas1-1/+2