summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-22fix code style.Andrei Karas1-1/+0
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-0/+2
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+5
2013-10-19move virtual member calls from gui constuctor into postInit.Andrei Karas1-1/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-4/+4
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-0/+2
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-08-31move input related files into input dir.Andrei Karas1-3/+4
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-6/+2
2013-08-24fix compilation errors with SDL1.2Andrei Karas1-0/+4
2013-08-24fix gui text input in SDL2.Andrei Karas1-0/+5
2013-08-24fix mouse cursor drawing in SDL2.Andrei Karas1-2/+2
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+5
2013-07-12add option for enable/disable double click support.Andrei Karas1-7/+51
2013-07-03add support for drag skill from skills window.Andrei Karas1-0/+3
2013-07-02add support for drag and drop in spells window.Andrei Karas1-3/+13
2013-06-07Fix code style.Andrei Karas1-1/+0
2013-06-02In drag and drop use ints and images but not pointer to item.Andrei Karas1-9/+5
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-6/+31
2013-05-31Change mouserelease gui function.Andrei Karas1-1/+43
2013-05-07improve gui class.Andrei Karas1-5/+3
2013-05-04prevent mouse cursor moving in android in onscreen controls.Andrei Karas1-1/+12
2013-04-20fix style in gui directory.Andrei Karas1-2/+8
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+11
2013-03-23Fix profiler labels.Andrei Karas1-2/+0
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-0/+16
2013-02-26Improve string usage in other files.Andrei Karas1-12/+12
2013-02-10Improve font cache cleaning.Andrei Karas1-5/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-15Allow hide popup list if focus lost.Andrei Karas1-0/+10
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-0/+10
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-2/+3
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-0/+3
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-0/+42
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+13
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+0
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-1/+1
2012-09-23fix code style.Andrei Karas1-1/+0
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas1-0/+32
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-06Improve constructors in some classes.Andrei Karas1-2/+3
2012-08-27Add const to more classes.Andrei Karas1-13/+13
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21next code style changes.Andrei Karas1-2/+2
2012-06-29Fix npc font leak on exit.Andrei Karas1-0/+2