summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-16move mouseevent into events directory.Andrei Karas1-11/+12
2014-02-16move keyevent into events directory.Andrei Karas1-1/+2
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move focuslistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Remove useless graphics casts.Andrei Karas1-5/+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-1/+1
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-1/+5
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-2/+7
2014-01-14fix code style.Andrei Karas1-3/+3
2014-01-14add support for thread safe writing to log.Andrei Karas1-0/+10
2014-01-06add missing auto switch font to japanese or chinese for npc font.Andrei Karas1-5/+18
2014-01-05Add chinese font auto usage if detected chinese locale.Andrei Karas1-0/+14
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-2/+2
2013-12-17add restrict into gui.Andrei Karas1-1/+2
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+2
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