summaryrefslogtreecommitdiff
path: root/src/events.c
AgeCommit message (Expand)Author
2001-09-09* src/list.h (update_window_position): new prototypesabetts
2001-09-06numlock, caps lock, and scroll lock are ignored for the prefix key.sabetts
2001-08-27code cleanupsabetts
2001-08-27code cleanup, unmap_notify bug fixessabetts
2001-08-26raise request bug fixsabetts
2001-08-23new rudeness commandsabetts
2001-08-23new code to handle transient windowssabetts
2001-08-23another transient window hiding bug fixsabetts
2001-08-20fixed maximize bug in clean_framesabetts
2001-08-19window switching flicker bug fixedsabetts
2001-08-19fixed emacs20 maximize bugsabetts
2001-08-18commands can be called interactively and non-interactively. commands return a...sabetts
2001-08-18window flicker problems fixedsabetts
2001-06-11* src/events.c (grab_rat): wrap in ifdefsabetts
2001-06-11* src/main.c (rp_rat_bits): removesabetts
2001-06-05* src/manage.c (hide_window): ignore only StructureNotify events.sabetts
2001-06-02* src/manage.c (hide_window): ignore unmap_notify events whensabetts
2001-06-01iconic window map_request properlysabetts
2001-06-01transients appear overtop of other windowssabetts
2001-05-24* src/events.c (colormap_notify): ignore badwindows whensabetts
2001-05-18* src/input.c (update_modifier_map): rename fromsabetts
2001-04-16accidental commented out stuffsabetts
2001-04-15* src/messages.h (MESSAGE_WELCOME): new definesabetts
2001-04-13* src/split.h (blank_frame): new prototypesabetts
2001-04-10*** empty log message ***rcyeske
2001-04-07* src/split.h (hide_frame_indicator): new prototypesabetts
2001-04-06* src/split.h (h_split_frame): renamed frome h_split_windowsabetts
2001-04-01* src/split.h (find_window_for_frame): new function prototypesabetts
2001-03-29better command functionalitysabetts
2001-03-19* src/main.c (ratpoison_longopts): add --command to recognizedsabetts
2001-03-14* src/events.c (delegate_event): calls focus_change on FocusOutsabetts
2001-03-12merged rel-0-1-0 branchsabetts
2001-03-02* ratpoison.h (xmalloc, xrealloc, fatal): Prototype.rcyeske
2001-03-01* manage.c (map_window): calls update_window_information.sabetts
2001-02-28* manage.h (ungrab_prefix_key): new prototypesabetts
2001-02-28* main.c (handler): Prepends error message with "ERROR: ".sabetts
2001-02-23* main.c (main): passes return value of find_window_other() tosabetts
2001-02-22added preliminar keybinding supportrcyeske
2001-02-20removed key_actions table, replaced with set of functionsrcyeske
2001-02-19propogated function renamesrcyeske
2001-02-17renamed display_msg_in_bar() to message(); it and get_input() no longer take ...rcyeske
2001-02-15(handle_key): use dynamic stringsalgernon
2001-02-14cannot over modify keystrokesrcyeske
2001-02-11* manage.h (set_state): Added prototypesabetts
2001-02-10* communications.c (send_restart, send_kill): Addedsabetts
2000-12-15* events.c: propagated changes to set_active_window usagesabetts
2000-12-15(property_notify): Added handler for XA_WM_NORMAL_HINTS.sabetts
2000-12-09* data.h (struct rp_window): added x, y, width, height, border;sabetts
2000-12-09* input.c (cook_keycode): properly handle LockMasksabetts
2000-12-04* input.h (cook_keycode): added prototypesabetts