summaryrefslogtreecommitdiff
path: root/src/input.c
AgeCommit message (Expand)Author
2017-09-17Turn utf8 macros into functions with less ugly namesJérémie Courrèges-Anglas
2017-02-15Merge branch 'xrandr'Jérémie Courrèges-Anglas
2016-11-23Kill keysym_to_keycodes, commented out since 2006Jérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
2016-11-11Introduce multiple completion styles.Mathieu OTHACEHE
2014-09-17Comment on why XKeycodeToKeysym is still needed.Jérémie Courrèges-Anglas
2014-03-29Detect XKB support at build and runtime.Jérémie Courrèges-Anglas
2014-02-20Kill noisy local variable.Jérémie Courrèges-Anglas
2014-02-20Amend / kill weak comments.Jérémie Courrèges-Anglas
2014-02-20Simplify using sbuf_free_struct.Jérémie Courrèges-Anglas
2014-02-20Stop using XKeycodeToKeysym (deprecated).Jérémie Courrèges-Anglas
2014-01-04Ansify read_any_key().Jérémie Courrèges-Anglas
2014-01-03Get rid of useless casts of xmalloc/realloc return value.Jérémie Courrèges-Anglas
2013-11-26Don't check for usleep, useless since Dec. 2004Jérémie Courrèges-Anglas
2013-04-15Support UTF-8 in the input barJérémie Courrèges-Anglas
2013-04-13get_more_input: use a proper while loop and a switch statementJérémie Courrèges-Anglas
2013-04-13get_more_input: remove useless variableJérémie Courrèges-Anglas
2013-04-10Get rid of several unused variablesJérémie Courrèges-Anglas
2013-02-06rp_text_width: remove "font" argumentJérémie Courrèges-Anglas
2009-07-15do not shadow identifiers (silencing gcc's -Wshadow warnings)Bernhard R. Link
2009-07-04fix inverted text when using xftwinliststyle-row_brokenShawn Betts
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-05-29don't grab the key if the keysym doesn't map to a keycodeShawn Betts
2008-05-25properly indent calls to rp_text_width and rp_draw_stringShawn
2008-05-24fix whitespace errors in xft patchShawn
2008-05-24Add xft supportMidare Kiyura
2008-02-19grab top level key bindings asynchronouslyShawn
2008-02-11return a value in read_single_keyShawn Betts
2008-02-06Change the way input is readShawn
2007-04-23(update_modifier_map): don't map both super andsabetts
2006-12-14*** empty log message ***sabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-05-14(update_modifier_map): use XGetKeyboardMapping.sabetts
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-04-02(handle_key): call XAllowEventssabetts
2006-04-02*** empty log message ***sabetts
2006-04-01(grab_key): grab the keyboard synchronouslysabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2005-02-22* src/main.c (read_startup_files): use xsprintf when generatingsabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-04*** empty log message ***sabetts
2004-05-20* src/input.c (rp_mask_to_x11_mask): handle the shift modifiersabetts
2004-05-05(grab_key): use keysym_to_keycode_mod to get thesabetts
2004-04-24* src/data.h (struct rp_defaults): new members, font_string,sabetts
2004-04-18* src/manage.h (ungrab_keys_all_wins): new prototypesabetts
2003-11-02(cook_keycode): null terminate the string.sabetts
2003-08-31* src/input.c (get_more_input): use XGrabKeyboard and XUngrabKeyboardsabetts
2003-08-29* src/window.c (give_window_focus): use set_rp_window_focus.sabetts