summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update and rebuild translations.Andrei Karas1-1/+1
2011-10-10Add option to show/hide MVP messages.Andrei Karas1-0/+3
2011-10-08Fix global message sound hightligt. It was broken for some time.Andrei Karas1-10/+4
2011-10-08Fix online list dialog resize on error.Andrei Karas1-0/+1
2011-10-07Fix resize in skills dialog and social window.Andrei Karas5-0/+23
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas4-1/+42
2011-10-03Remove debug message "incorrect player position" from debug tab.Andrei Karas1-2/+2
2011-10-02Add new move to target mode for archers.Andrei Karas2-0/+8
2011-09-28Hide popups in different hidden windows.Andrei Karas11-6/+71
2011-09-28Add some checks after previous commit.Andrei Karas2-2/+4
2011-09-28Fixed item popup still visible after closing inventory window.Erik Schilling5-1/+19
2011-09-28Add amount text field to buy dialog.Andrei Karas5-11/+62
2011-09-28Show current experience after 99 level.Andrei Karas1-1/+2
2011-09-26Add ability to scrolling in scrollareas like chat by mouse draging.Andrei Karas2-0/+62
2011-09-26Split keyboard keys to groups.Andrei Karas1-7/+26
2011-09-24Replace compare function in who is online to functuator.Andrei Karas1-17/+21
2011-09-24Fix number of servers type with enabled manaserv.Andrei Karas1-0/+4
2011-09-23Fix default size for social and status windows.Andrei Karas2-3/+3
2011-09-21Add option to disable advanced mouse targeting.Andrei Karas1-0/+3
2011-09-20Auto hide filter in invetory if window size too small.Andrei Karas3-20/+74
2011-09-19Unhide method widgetResized. Removed empty widgetResized from some classes.Andrei Karas7-29/+1
2011-09-19Add comment field to spells/commands.Andrei Karas4-22/+61
2011-09-18Fix compilation warnings.Andrei Karas1-1/+0
2011-09-16Fix crash in context menu.Andrei Karas1-13/+2
2011-09-16Fix code style.Andrei Karas1-2/+0
2011-09-16Fix status popup height.Andrei Karas1-1/+2
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas3-329/+227
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas1-1/+1
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas4-0/+39
2011-09-14Show in context menu some missing items.Andrei Karas1-8/+74
2011-09-14Replace some size() calls to empty().Andrei Karas1-1/+1
2011-09-11Fix code style.Andrei Karas2-4/+4
2011-09-11Add own theme xml configuration for each shortcuts based window.Andrei Karas2-3/+7
2011-09-11Add own theme image for progressbar. If no own image it fallback to vscroll i...Andrei Karas1-1/+3
2011-09-11Add own xml configuration for missing windows.Andrei Karas18-22/+39
2011-09-11Add support for padding in theme configuration files.Andrei Karas3-111/+122
2011-09-10Allow load for each window own xml theme file.Andrei Karas37-44/+88
2011-09-10Remove some push/pop clip areas.Andrei Karas1-9/+1
2011-09-10Change empty strings initializations.Andrei Karas6-8/+8
2011-09-09Fix code style.Andrei Karas1-1/+2
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas12-153/+153
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas23-82/+80
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas10-16/+15
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas19-128/+124
2011-09-09Add to inventory filter by letters from item names.Andrei Karas6-21/+69
2011-09-08Add additional sorting methods to inventory:Andrei Karas5-15/+123
2011-09-08Fix register in some auto complete strings.Andrei Karas1-2/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas28-85/+104
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas2-0/+12
2011-09-06Add ability to move by clicking on minimap.Andrei Karas2-23/+48