summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-21fix code style.Andrei Karas1-1/+1
2013-06-13add copy to clipboard in npc dialog.Andrei Karas1-0/+5
2013-05-28improve viewport.Andrei Karas1-70/+58
2013-05-24fix code style.Andrei Karas1-2/+1
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-2/+0
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-4/+4
2013-03-24fix code style.Andrei Karas1-2/+2
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-0/+5
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-8/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add context menu to browserbox http links.Andrei Karas1-0/+5
2012-12-30Add popup menu for text fields.Andrei Karas1-0/+6
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-5/+11
2012-12-25Fix tile distance numbers in debug mode map draw.Andrei Karas1-2/+3
2012-12-21Fix possible crash with nav poinst rename dialog.Andrei Karas1-0/+6
2012-12-12Fix mouse movement in classic way.Andrei Karas1-1/+1
2012-11-25Add relative mouse moving.Andrei Karas1-17/+103
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-7/+11
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-16Fix code style and some other minor issues.Andrei Karas1-8/+7
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-5/+6
2012-09-05Fix useless variables initialisations.Andrei Karas1-1/+1
2012-09-05another some const fixes.Andrei Karas1-1/+1
2012-09-01Fix code style.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-48/+50
2012-08-24Small style changes.Andrei Karas1-1/+1
2012-08-24fix includes.Andrei Karas1-1/+0
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-08-21next code style changes.Andrei Karas1-6/+10
2012-08-01Fix code style.Andrei Karas1-24/+21
2012-07-19Block moving in storage is open.Andrei Karas1-1/+2
2012-06-23Improve a bit iterators again.Andrei Karas1-2/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-05-05Add pickup ignore list.Andrei Karas1-0/+5
2012-04-28Fix code style and add some checks.Andrei Karas1-1/+1
2012-04-27Improve screen position calculation.Andrei Karas1-56/+45
2012-04-25Improve iterators part 1.Andrei Karas1-2/+4
2012-04-10Add two default keys to input layout.Andrei Karas1-1/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-6/+7
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-6/+6
2012-04-01Last part of fixes.Andrei Karas1-11/+7
2012-03-31Fix move issue with mouse.Andrei Karas1-0/+20
2012-02-29Simplify remove listener calls.Andrei Karas1-5/+1
2012-02-29Allow open conext menu from free tile if in free camera mode.Andrei Karas1-2/+7