summaryrefslogtreecommitdiff
path: root/src/events.c
AgeCommit message (Expand)Author
2017-09-18Move #ifdef HAVE_XRANDR in xrandr.cJérémie Courrèges-Anglas
2016-12-09Adapt function nameJérémie Courrèges-Anglas
2016-12-08Remove useless argument from is_rp_window_for_screen functionMathieu OTHACEHE
2016-11-23define HAVE_XRANDR/link with libXrandr when we actually want toJérémie Courrèges-Anglas
2016-11-23Keep on handling ConfigureNotify if we don't have xrandrJérémie Courrèges-Anglas
2016-11-23Reinstate code that should stay: we may not have xrandrJérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
2014-03-24Ensure NULL is treated as a pointer in execl* callsJérémie Courrèges-Anglas
2014-01-03if (ptr) free(ptr) is not a good idiom.Jérémie Courrèges-Anglas
2013-04-10destroy_window: frame could be NULLJérémie Courrèges-Anglas
2013-02-22make ratpoison -c provide a useful exit statusJérémie Courrèges-Anglas
2013-02-06make TEXT atoms global variablesJérémie Courrèges-Anglas
2010-12-23don't follow a pointer that might be NULL (HIDE_MOUSE specific)Bernhard R. Link
2010-05-18add a titlechanged hookZed Lopez
2009-01-16Move screen activation code to new (de)activate_screen functions,Bernhard R. Link
2008-02-19grab top level key bindings asynchronouslyShawn
2008-02-06Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoisonShawn
2008-02-06Change the way input is readShawn
2007-12-07call switchwin hook when a window in unmapped or destroyedShawn Betts
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
2006-12-14*** empty log message ***sabetts
2006-11-26*** empty log message ***sabetts
2006-10-04(handle_key): demote the 'no matching key' error to debug output.sabetts
2006-09-26* src/manage.c (update_window_name): return 1 if anything changed. 0 otherwise.sabetts
2006-05-24* src/events.c (handle_signals): pass NULL to execlpsabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-05-15* src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmapsabetts
2006-04-20(property_notify): Only map the first window in the launch frame.sabetts
2006-04-04* src/messages.h (MESSAGE_MAP_TRANSIENT_GROUP): new definesabetts
2006-04-02(handle_key): call XAllowEventssabetts
2006-03-162006-03-15 Bernhard R. Link <brlink@debian.org>sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15*** empty log message ***sabetts
2006-03-14* src/manage.c (ungrab_top_level_keys): unconditionally ungrab every key.sabetts
2006-02-26* src/window.c (add_to_window_list): only change the window'ssabetts
2005-11-05* src/events.c (handle_signals): xsync after hiding all windowssabetts
2005-11-05* src/manage.h (unhide_all_windows): new prototypesabetts
2005-10-20* src/window.c: include unistd.hsabetts
2005-04-17* src/messages.h (MESSAGE_RAISE_TRANSIENT_GROUP): new definesabetts
2005-01-15* src/globals.h (rp_exec_newwm): new extern.sabetts
2005-01-15 * src/actions.c (ARG_STRING): new definesabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-09* src/messages.h (MESSAGE_NO_OTHER_WINDOW): remove padding spacessabetts
2004-12-09*** empty log message ***sabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-18* src/window.c (unhide_transient_for): add a newline to debuggingsabetts
2004-11-03* src/group.c (group_last_window): add argument, the screen to find thesabetts
2004-10-05(property_notify): pass the root window tosabetts
2004-10-05* src/screen.h (is_a_root_window): new prototypesabetts