summaryrefslogtreecommitdiff
path: root/src/actions.h
AgeCommit message (Expand)Author
2017-09-17keymap_free can be staticJérémie Courrèges-Anglas
2016-11-23Keep frame undo/redo local to actions.cJérémie Courrèges-Anglas
2016-11-23Move more stuff from actions.h to actions.cJérémie Courrèges-Anglas
2016-11-23Dead definesJérémie Courrèges-Anglas
2016-11-23Move some implementation details from actions.h to actions.cJérémie Courrèges-Anglas
2016-11-23Consistent #include styleJérémie Courrèges-Anglas
2016-11-23Implement a "commands" command to dump all available... commandsJérémie Courrèges-Anglas
2013-05-26Add initial cmd_gnumber implementation.cos
2009-04-13Add ratinfo, ratrelinfo, and banishrel commandsRob Paisley
2008-10-12add grename commandAli Gholami Rudi
2008-10-10add gother commandAli Gholami Rudi
2007-07-18free more stuff at termination time to make valgrind output better readablebrl
2006-11-26*** empty log message ***sabetts
2006-09-27*** empty log message ***sabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-04-21* src/actions.h: new command sfrestoresabetts
2006-03-16* src/window.c (_XOPEN_SOURCE): new definesabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15(init_user_commands): add optional argument to "info"sabetts
2005-10-20* src/window.c: include unistd.hsabetts
2005-06-11* src/main.c (clean_up): call del_frame_undo not pop_frame_undosabetts
2005-06-11remove the non-existant command, last.sabetts
2005-04-17* src/actions.h: new prototype compatsabetts
2005-02-10(parse_keydesc): return a cmdret error in thesabetts
2005-01-22* src/actions.h (argtype): add arg_RAWsabetts
2005-01-15*** empty log message ***sabetts
2005-01-15 * src/actions.c (ARG_STRING): new definesabetts
2004-12-13(cmd_appendsel): new functionsabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-19* src/actions.c (set_vars): add maxundossabetts
2004-11-17*** empty log message ***sabetts
2004-11-12* src/actions.c (cmd_ratclick): new functionsabetts
2004-10-05new command, sselectsabetts
2004-04-19* src/messages.h (MESSAGE_PROMPT_SELECT_VAR): new definesabetts
2004-04-04* src/main.c (init_defaults): init frame_selectors.sabetts
2003-09-02* src/main.c (show_welcome_message): search the root keymap forsabetts
2003-08-23* src/split.c (remove_all_splits): only hide the windows in thesabetts
2003-08-10* src/actions.h (cmd_listhook): new prototypesabetts
2003-07-17* src/window.c (set_active_window): run the switch window hook.sabetts
2003-05-25* src/actions.c (cmd_gmerge): show a message if the groupsabetts
2003-05-25* src/window.c: do not include ctype.hsabetts
2003-05-16* src/window.c (add_to_window_list): add the window to the currentsabetts
2003-05-09* src/manage.h (clear_unmanaged_list): new prototypesabetts
2003-04-07* src/actions.h: All cmd_* functions take char* instead ofsabetts
2003-04-06* src/window.c (get_window_list): if window_list_style is STYLE_COLUMN thensabetts
2003-04-05* src/window.c (get_window_list): if wrap_window_list is on thensabetts
2003-04-04* src/actions.c (cmd_setenv): properly parse the environment namesabetts
2003-03-07* src/split.h (find_frame_number): new prototypesabetts