aboutsummaryrefslogtreecommitdiff
path: root/backends/keymapper
AgeCommit message (Expand)Author
2012-01-07KEYMAPPER: Add failsafe code for popping into Keymapper itselfTarek Soliman
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2012-01-07KEYMAPPER: Rename inherit flag to transparentTarek Soliman
2011-12-30KEYMAPPER: Remap dialog shows buttons before labelsTarek Soliman
2011-12-30KEYMAPPER: Use single column in remap dialogTarek Soliman
2011-12-30KEYMAPPER: Fix clear button behavior in remap dialogTarek Soliman
2011-12-30KEYMAPPER: Simplify calling getKeymapTarek Soliman
2011-12-30COMMON: Perform some keymapper-related changes to the KeyState structFilippos Karapetis
2011-12-30KEYMAPPER: Use hasFlags() in findHardwareKey()Filippos Karapetis
2011-12-30KEYMAPPER: Disable the (accidentally reenabled automatic mapper againFilippos Karapetis
2011-12-30KEYMAPPER: Fix broken implementation of findHardwareKey()Filippos Karapetis
2011-12-13KEYMAPPER: Switch to using addClearButton()Tarek Soliman
2011-12-12KEYMAPPER: Add Common::KeyActionEntry for making simple keymap tablesTarek Soliman
2011-11-02Revert "KEYMAPPER: Make global keymap that is always active"Tarek Soliman
2011-10-28KEYMAPPER: Improved clear buttonTarek Soliman
2011-10-28KEYMAPPER: Add tooltip text for clear buttonsTarek Soliman
2011-10-27KEYMAPPER: Only skip the top GUI keymap when populating the active keymapTarek Soliman
2011-10-27KEYMAPPER: Skip GUI keymap when displaying active keymap in keymapper dialogTarek Soliman
2011-10-27KEYMAPPER: Make global keymap that is always activeTarek Soliman
2011-10-27KEYMAPPER: Added clear buttons in remap dialogTarek Soliman
2011-10-27KEYMAPPER: Debugging and minor cleanupTarek Soliman
2011-10-27KEYMAPPER: Fix showing active keymap in remap dialogTarek Soliman
2011-10-27KEYMAPPER: Disable the broken auto mapping codeTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-29BACKENDS: Really *really* fix keymapper codeMax Horn
2011-04-29BACKENDS: Really fix keymapperMax Horn
2011-04-29BACKENDS: Fix compilation of keymapper codeMax Horn
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-06-15Keymapper: sync with recent GUI changes.Eugene Sandulenko
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-03-18Make keymapper compilable againMax Horn
2010-01-08Fix header guardMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-07-25- Adapt DefaultEventManager to use Common::ArtificialEventSourceJohannes Schickel
2009-06-12Rename KeyRemapper dialog to KeyMapperEugene Sandulenko
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-12Allow ESC button also be assigned in keymapper.Eugene Sandulenko
2009-05-11Increase HW key ID size so all modifiers fit too.Eugene Sandulenko
2009-05-11Define hardware keys for 101 keyboard in SDL backend.Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-05-10Actually save keymap after remappingEugene Sandulenko
2009-05-10Store global keymaps into a separate sectionEugene Sandulenko
2009-05-10whitespacesEugene Sandulenko
2009-05-09Original GSoC'08 keymapper now works.Eugene Sandulenko
2009-05-05Fix keymapper compilationEugene Sandulenko