summaryrefslogtreecommitdiff
path: root/src/actions.c
AgeCommit message (Expand)Author
2009-05-31only add command to general history if it was entered interactivelywinliststyle-row_worksBernhard R. Link
2009-04-30fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...Shawn Betts
2009-04-13grab the keyboard and pointer in cmd_resizeShawn Betts
2009-04-13make ratinfo and ratrelinfo work with ratpoison -c and return coordinates rel...Shawn Betts
2009-04-13fix segfault in banishrel and make it banish to the corner of the frame when ...Shawn Betts
2009-04-13Add ratinfo, ratrelinfo, and banishrel commandsRob Paisley
2009-01-16Move screen activation code to new (de)activate_screen functions,Bernhard R. Link
2008-11-01in cmd_tmpwm wait for a second if it failed to re-select the root events.Shawn
2008-11-01fix (i hope) the tmpwm race condition and the bug that sometimes keys don't w...Shawn
2008-10-22make history expansion an option (switched off by default)Bernhard R. Link
2008-10-22add 'set historysize' and 'set historycompaction' (defaulting to true) to com...Bernhard R. Link
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22SHELLCMD history only shows execute arguments, things to execute are stored a...Bernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-10-22return the correct value when set_barinpadding is called without argumentsAntti Nykänen
2008-10-19disallow duplicate group namesAli Gholami Rudi
2008-10-12don't delete the last groupAli Gholami Rudi
2008-10-12change grename arg type to arg_RESTShawn
2008-10-12add grename commandAli Gholami Rudi
2008-10-11cmd_swap checks that both frames are on the same screenBernhard R. Link
2008-10-10mark the last group in cmd_groupsShawn
2008-10-10add gother commandAli Gholami Rudi
2008-10-10src/actions.c: fix memory leak in cmd_groups()Ali Gholami Rudi
2008-10-10bind nextscreen/prevscreen to C-t N and C-t PShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-06-22Mark command arguments as arg_COMMANDBernhard 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-11Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoisonShawn Betts
2008-02-11ifdef out Xtst library callsShawn Betts
2008-02-06Change the way input is readShawn
2007-07-18free more stuff at termination time to make valgrind output better readablebrl
2007-05-17* src/actions.c (cmd_windows): free buffer to close memory holebrl
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-11-17* src/split.c (show_frame_indicator): use defaults.frame_fmtsabetts
2006-09-27(initialize_default_keybindings): bind "swap" to C-t x and C-t C-xsabetts
2006-09-27*** empty log message ***sabetts
2006-09-26* src/manage.c (update_window_name): return 1 if anything changed. 0 otherwise.sabetts
2006-08-27(parse_args): gobble spaces at the beginning ofsabetts
2006-05-24* src/actions.c (spawn): pass cmd twice to execclsabetts
2006-05-24* src/actions.c (spawn): pass NULL to execclsabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-05-22*** empty log message ***sabetts
2006-05-15* src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmapsabetts
2006-04-29* src/bar.c (marked_message): print NULL if msg is null in debug outputsabetts
2006-04-29(cmd_getenv): return an empty string forsabetts