summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2014-02-20improve includes.Andrei Karas4-6/+8
2014-02-17combine focushandler into one file.Andrei Karas1-1/+1
2014-02-17Move key into input directory.Andrei Karas3-4/+311
2014-02-17combine mouseinput into one file.Andrei Karas2-1/+217
2014-02-16Combine keyinput into one file.Andrei Karas2-47/+194
2014-02-16Remove Exception class.Andrei Karas1-23/+6
2014-02-16Move inputevent into events directory.Andrei Karas6-84/+5
2014-02-16move keyevent into events directory.Andrei Karas2-113/+0
2014-02-15move exguichan files into gui/base/Andrei Karas3-5/+5
2014-02-08Add action for open trade window.Andrei Karas2-1/+9
2014-02-07add missing const and static keywords.Andrei Karas2-3/+3
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02add actions for select next/previous tab in spells/commands window.Andrei Karas2-0/+16
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas2-1/+17
2014-02-02Add missing const and static into input classes.Andrei Karas4-9/+9
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas2-3/+3
2014-01-14fix code style.Andrei Karas1-1/+1
2014-01-13allow create screenshot before connecting to game.Andrei Karas1-1/+1
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas3-5/+17
2014-01-11remove debug log string.Andrei Karas1-1/+1
2014-01-11Block moving character by arrow keys in buy/sell dialogs.Andrei Karas3-11/+31
2014-01-08fix code style.Andrei Karas2-2/+2
2014-01-08fix named input actions in gui before logging into game.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas16-16/+16
2013-12-18add restrict into inputmanager.Andrei Karas2-2/+3
2013-11-16add new gui keys for some letters.Andrei Karas2-1/+89
2013-11-03better not add new input actions in middleAndrei Karas2-9/+9
2013-11-03add action "move forward" default key unassigned.Andrei Karas2-0/+8
2013-11-02add missing check.Andrei Karas1-0/+2
2013-11-01Move timers from client into timers file.Andrei Karas2-2/+5
2013-10-19fix deletion in keyboardconfig.Andrei Karas1-1/+1
2013-10-11Use first finger as right mouse click target.Andrei Karas1-1/+1
2013-10-10fix code style.Andrei Karas2-4/+4
2013-10-07emulate right click with SDL2 by multitouch two fingers click.Andrei Karas3-1/+167
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-7/+9
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-22by default assign back button to quit in SDL2 on Android.Andrei Karas1-0/+8
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-0/+4
2013-09-13fix code style.Andrei Karas1-2/+2
2013-09-13Fix compilation errors with different flags.Andrei Karas2-0/+8
2013-09-12remove unused includes from input files.Andrei Karas6-17/+2
2013-09-02Improve setup input window.Andrei Karas1-1/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas14-0/+4550