summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Add new action for select closest monster without filters and sorting.Andrei Karas2-1/+10
2014-06-22Add profiler lines into some functions.Andrei Karas3-0/+28
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-31Move keyeventtype into separate file.Andrei Karas1-14/+6
2014-05-31fix code style.Andrei Karas1-3/+2
2014-05-30Move main window related code into windowmanager.Andrei Karas1-2/+5
2014-05-29Move variables definition into each file with class definition.Andrei Karas2-0/+3
2014-05-28In SDL2 build, prevent screenshot action if input field active.Andrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-25Fix license headers.Andrei Karas5-5/+5
2014-05-22allow open updater window from inside game.Andrei Karas2-0/+8
2014-05-19fix code style.Andrei Karas2-1/+3
2014-05-18Move inputaction into separate file.Andrei Karas6-971/+1003
2014-05-18Move inputconditions into separate file.Andrei Karas4-345/+392
2014-05-18Move keyfunction into separate file.Andrei Karas2-9/+37
2014-05-18Move keyitem into separate file.Andrei Karas2-15/+43
2014-05-18Move inputtype into separate file.Andrei Karas6-654/+684
2014-05-18Move keysortfunctor into separate file.Andrei Karas2-10/+43
2014-05-18Use mouseeventtype in mouseinput.Andrei Karas1-17/+5
2014-05-18Move mousebutton into separate file.Andrei Karas2-16/+7
2014-05-08Fix code style in other files.Andrei Karas1-1/+1
2014-04-30Fix code style in input.Andrei Karas4-6/+6
2014-03-26Swap X and Ctrl default key actions.Andrei Karas1-2/+2
2014-03-13add right ctrl for default ctrl action.Andrei Karas1-1/+1
2014-03-10Remove duplicate code from inputmanager.Andrei Karas2-51/+30
2014-03-08Add about button.Andrei Karas2-0/+8
2014-03-07Remove unused events flags.Andrei Karas1-86/+1
2014-03-02Dehardcode Fx keys in chat window.Andrei Karas2-0/+97
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