summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-01Fix lock window functionality in outfits window.Andrei Karas1-2/+0
2011-09-01Fix windows max x and y position.Andrei Karas1-4/+4
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas23-13/+86
2011-08-31Always draw party members on same map in minimap.Andrei Karas1-4/+44
2011-08-30Show guild members on minimap.Andrei Karas1-0/+5
2011-08-30Fix code style and compilation warnings.Andrei Karas1-2/+2
2011-08-30Add auction bot support switch.Andrei Karas1-4/+14
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas2-2/+5
2011-08-29Fix possible crashes in item amount window and spells editor.Andrei Karas2-2/+2
2011-08-28Fixed invite to guild/kick from guild.Andrei Karas1-0/+11
2011-08-28Add support for auto download content fixes.Andrei Karas2-10/+79
2011-08-28Fix code style.Andrei Karas2-2/+8
2011-08-28Move simple colors to themes.Andrei Karas4-29/+48
2011-08-28Add support for guild invitation in guild bot integration.Andrei Karas1-2/+9
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas3-39/+39
2011-08-27Impliment additional guild bot intergration functions.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas6-25/+354
2011-08-26Add auction buttons in shop window for send buy or sell list to auction bot.Andrei Karas2-0/+16
2011-08-25Fix copyright in sdlinput.cpp.Andrei Karas1-0/+1
2011-08-23Add protection against infinite loop in viewport and add debug messageAndrei Karas1-8/+17
2011-08-22Improve draw perfomance.Andrei Karas39-124/+183
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas10-14/+20
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas10-23/+32
2011-08-22Add highlight list option.Andrei Karas4-4/+33
2011-08-22Replace typo dont to don't.Andrei Karas4-5/+5
2011-08-21Fix compilation with external guichan library.Andrei Karas1-0/+2
2011-08-20Fix compilation warning.Andrei Karas1-1/+1
2011-08-19Fix adding items to trade.Andrei Karas4-14/+31