| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | Fix compile failure when X_HAVE_UTF8_STRING is not defined | Peter Åstrand | |
| 2012-09-30 | Use the KeyCode to directly find the modifier mask. (Fix bug 5173) | Dana Jansens | |
| We were finding the KeySym first, and then converting back to a modifier mask. But KeySym on a key's release can differ from on its press, and we don't need them to determine the modmask from the keycode. [setxkbmap -option "grp:shifts_toggle"] turns Shift_L into XK_ISO_Prev_Group on key release, and Shift_R into XK_ISO_Next_Group. | |||
| 2011-10-16 | Remove unused variable | Dana Jansens | |
| 2011-01-24 | don't free the XIC if it wasn't created. this appears to cause a crash | Dana Jansens | |
| 2010-09-16 | Fix a copypasto that broke interactive keybinds with meta and hyper keys | Mikael Magnusson | |
| 2010-05-17 | remove a debug print in the keyboard obt stuff | Dana Jansens | |
| 2010-02-19 | make array large enough | Dana Jansens | |
| 2010-02-19 | get the modifier mask for a modifier key that is pressed/released more ↵ | Dana Jansens | |
| accurately, using the table we built already for other purposes | |||
| 2010-02-12 | use g_slice_new() instead of g_new() part 3 | Dana Jansens | |
| 2010-02-12 | destroy XIC's that belong to an XIM before closing the XIM, else Xlib will ↵ | Dana Jansens | |
| seggie! | |||
| 2010-02-11 | dont print warnings when reading keys which dont generate text | Dana Jansens | |
| 2010-02-11 | make control keys work in menus/dialogs/etc with the new obt code, using ↵ | Dana Jansens | |
| XLookup stuff | |||
| 2010-02-11 | make obt translate keypress events to a valid utf8 character (note this ↵ | Dana Jansens | |
| makes openbox not compile) | |||
| 2010-02-11 | add interface in obt to create an Input Context for a window | Dana Jansens | |
| 2010-02-11 | create an X Input Method in obt for the app to use for all input | Dana Jansens | |
| 2010-02-09 | dont assert when there is no valid key layout present | Dana Jansens | |
| 2009-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 2008-02-15 | () -> (void) | Mikael Magnusson | |
| 2008-01-31 | make menu event handling work more like how other events are handled, less ↵ | Dana Jansens | |
| special-casey | |||
| 2008-01-20 | make the obt library branch compile again with all the changes merged in ↵ | Dana Jansens | |
| from backport | |||
| 2008-01-20 | change openbox to use the libotk's keyboard.[ch] stuff instead of the old ↵ | Dana Jansens | |
| modkeys.[ch] and some of translate.[ch] | |||
| 2008-01-20 | add keyboard.[ch] to libobt. these are for tracking modifier keys, and ↵ | Dana Jansens | |
| translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public) | |||
