Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KEYMAPPER: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-03-02 | KEYMAPPER: Map non-key custom input events | Tarek Soliman | |
This also makes the keymapper be in charge of keymapping logic | |||
2012-02-09 | KEYMAPPER: Fix re-selecting the top keymap | Tarek Soliman | |
Re-selecting the top entry would always populate the actions from the GUI keymap since it is the active keymap (the remap dialog itself is GUI) The top keymap was correct during RemapDialog::open() because the gui keymap had not been pushed to the stack yet. | |||
2011-12-30 | KEYMAPPER: Use single column in remap dialog | Tarek Soliman | |
This is to allow for long labels like in the eob keymap | |||
2011-10-27 | KEYMAPPER: Added clear buttons in remap dialog | Tarek Soliman | |
This allows clearing of the assigned key for an action. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-29 | BACKENDS: Really fix keymapper | Max Horn | |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-05-12 | Allow ESC button also be assigned in keymapper. | Eugene Sandulenko | |
svn-id: r40511 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35975 | |||
2008-09-30 | Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control ↵ | Stephen Kennedy | |
inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. svn-id: r34706 | |||
2008-08-13 | Keymapper: support for saving to config file enabled | Stephen Kennedy | |
svn-id: r33850 | |||
2008-08-13 | RemapDialog now properly uses reflowLayout() and open(), so that the same ↵ | Stephen Kennedy | |
instance can be reopened svn-id: r33843 | |||
2008-08-13 | Keymapper WIP: | Stephen Kennedy | |
* Further improvement of automatic mapping * Remap dialog - added timeout feature svn-id: r33827 | |||
2008-08-13 | Keymapper WIP: | Stephen Kennedy | |
* Improved automatic mapping algorithm * Remap dialog overhaul - now displays active keymap(s) svn-id: r33821 | |||
2008-08-11 | Remap dialog WIP | Stephen Kennedy | |
svn-id: r33791 | |||
2008-08-08 | Keymapper WIP: | Stephen Kennedy | |
* Got rid of default keymaps as they over-complicated the API * Remapping dialog WIP svn-id: r33699 |