summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-06Move setup option "show being transparency" to correct group.Andrei Karas1-3/+3
2011-09-05Add scroll laziness configuration parameters to misc setup tab.Andrei Karas1-2/+8
2011-09-05Add option to enable/disable lazy scrolling.Andrei Karas3-44/+66
2011-09-05Restore visible state for some windows after restart.Andrei Karas3-1/+5
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas3-2/+6
2011-09-02Add option to disable self heal with mouse click.Andrei Karas3-4/+18
2011-09-02Add some more debug info in camera moving.Andrei Karas1-4/+9
2011-09-01Eliminate asserts from most files.Andrei Karas5-18/+14