summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-19Move mapitemtype into separate file.Andrei Karas1-1/+3
2014-05-18Move inputaction into separate file.Andrei Karas1-8/+8
2014-05-18Move mousebutton into separate file.Andrei Karas1-5/+5
2014-05-18Move mouseeventtype into separate file.Andrei Karas1-1/+1
2014-05-18fix code style.Andrei Karas1-2/+0
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-13Move actor type into separate file.Andrei Karas1-17/+17
2014-05-12Fix code styleAndrei Karas1-1/+1
2014-05-11Move maptype into separate file.Andrei Karas1-4/+5
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move speciallayer into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+2
2014-05-08Fix code style in gui.Andrei Karas1-1/+4
2014-04-30Fix code style in gui.Andrei Karas1-1/+1
2014-04-27Add UpdateStatusListener.Andrei Karas1-2/+3
2014-04-14Add quick fix for normal right click.Andrei Karas1-2/+1
2014-04-13Fix mouse events on Android.v1.4.4.12Andrei Karas1-0/+7
2014-03-30Fix possible crashAndrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-7/+5
2014-03-22Add context menu into windows.Andrei Karas1-0/+5
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-2/+2
2014-03-20Improve viewport.Andrei Karas1-26/+41
2014-03-15fix code style.Andrei Karas1-4/+4
2014-03-11Do not allow select pet by mouse click on it.Andrei Karas1-18/+22
2014-03-09fix movement with long press enabled.Andrei Karas1-9/+23
2014-03-09fix long mouse press.Andrei Karas1-8/+9
2014-03-09Reoder variables in viewport.Andrei Karas1-15/+15
2014-03-09fix compilation warnings.Andrei Karas1-3/+3
2014-03-09Add support for long mouse press event.Andrei Karas1-113/+162
2014-03-07Remove unused events flags.Andrei Karas1-4/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-142/+100
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