summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-1/+1
2013-10-19fix const in definition in viewport.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-6/+0
2013-09-11remove unused includes from gui files.Andrei Karas1-5/+1
2013-06-13add copy to clipboard in npc dialog.Andrei Karas1-0/+3
2013-05-28improve viewport.Andrei Karas1-4/+4
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add context menu to browserbox http links.Andrei Karas1-0/+2
2012-12-30Add popup menu for text fields.Andrei Karas1-0/+3
2012-12-21Fix possible crash with nav poinst rename dialog.Andrei Karas1-0/+2
2012-11-25Add relative mouse moving.Andrei Karas1-0/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-11/+11
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-6/+6
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-2/+3
2012-09-05another some const fixes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-33/+36
2012-08-23Remove useless includes.Andrei Karas1-1/+1
2012-05-05Add pickup ignore list.Andrei Karas1-0/+2
2012-04-27Improve screen position calculation.Andrei Karas1-5/+5
2012-03-31Fix move issue with mouse.Andrei Karas1-0/+2
2012-02-29Allow use context menu in minimap.Andrei Karas1-0/+2
2012-02-08Fix code style with new tool.Andrei Karas1-1/+3
2012-02-03Add some missing getters.Andrei Karas1-5/+5
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas1-0/+6
2012-01-23Add moving camera commands from npc.Andrei Karas1-0/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-09-05Add option to enable/disable lazy scrolling.Andrei Karas1-0/+1
2011-09-02Add option to disable self heal with mouse click.Andrei Karas1-0/+1
2011-07-13Close popup menu by quit key (ESC).Andrei Karas1-0/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-06-15Fix context menu positions in some windows.Andrei Karas1-0/+2
2011-06-04Add support for colors to shortcuts panel.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-0/+2
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-1/+1
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas1-0/+3
2011-04-21Impliment attack filter.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-10Impliment show/hide bars in left top corner.Andrei Karas1-1/+4
2011-02-03Add option to enable\disable player popups.Andrei Karas1-0/+1
2011-01-02Initial commit.Andrei Karas1-0/+298