summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-25Add npc font size with 13 pixels size.Andrei Karas1-3/+21
2012-06-17Fix double click support in gui class.Andrei Karas1-0/+6
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-2/+2
2012-05-13Fix code style.Andrei Karas1-5/+4
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-17/+27
2012-05-05Improve images drawing and remove some useless code.Andrei Karas1-5/+0
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-2/+3
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-5/+11
2012-04-09Fix code style.Andrei Karas1-2/+2
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-1/+89
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-01-30Add some missing checks to window resize code.Andrei Karas1-4/+7
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-2/+12
2012-01-22Replace particle font to japan font if need.Andrei Karas1-5/+14
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-18/+18
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-08-16Enable japanese language in gettext.Andrei Karas1-2/+11
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-04Replace some lists to vectors.Andrei Karas1-1/+2
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-1/+1
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+6
2011-05-31Add secure font. Now unused.Andrei Karas1-0/+17
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-26Fix some imageset memory leaks.Andrei Karas1-0/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2