summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-19Fix memory leaks in equipment window.Andrei Karas1-0/+4
2011-08-18Load equipment window configuration from equipmentwindow.xml file.Andrei Karas2-19/+162
2011-08-18Create boxes in equipment window on the fly.Andrei Karas2-49/+60
2011-08-17Fix chat auto scroll to down if input field is visible.Andrei Karas1-1/+2
2011-08-16Show shop sign to other players only if shop is not empty.Andrei Karas4-0/+18
2011-08-16Enable japanese language in gettext.Andrei Karas3-16/+48
2011-08-16Add drop down widget for setup pages.Andrei Karas4-2/+118
2011-08-15Move setupitem class to widgets directory.Andrei Karas7-8/+6
2011-08-15Add button in status window to copy player stats to chat.Andrei Karas2-1/+40
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas1-0/+13
2011-08-15Add option to hide ip addresses on screenshots.Andrei Karas2-13/+36
2011-08-12Rename file name table to correct guitable.Andrei Karas5-4/+4
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas4-5/+5
2011-08-12Rename file name updatewindow to correct updaterwindow.Andrei Karas2-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas49-54/+54
2011-08-12Allow hide setup window by pressing key "Setup window".Andrei Karas2-2/+9
2011-08-12Add ability to add comments to npcs.Andrei Karas4-6/+32
2011-08-11Fix saving opened tabs state.Andrei Karas3-11/+12