summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-4/+4
2014-02-22Move color into gui dir.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-10/+10
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-6/+4
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-3/+3
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-3/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26Show popup on pets.Andrei Karas1-1/+2
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-15/+15
2013-10-19fix casting in viewport.Andrei Karas1-2/+2
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from popupmenu constuctor into postInit.Andrei Karas1-0/+1
2013-10-19add postInit function into popup.Andrei Karas1-0/+2
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-7/+7
2013-09-30move popups into popups directory.Andrei Karas1-3/+4
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-14/+1
2013-09-02fix compilation warning.Andrei Karas1-1/+0
2013-09-02dehardcode shift key to stop mouse moving.Andrei Karas1-2/+4
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+1
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