summaryrefslogtreecommitdiff
path: root/src/actions.c
AgeCommit message (Expand)Author
2004-12-09(frestore): use strtok_r.sabetts
2004-12-09(frestore): use strtok_r.sabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-22 * src/actions.c (cmd_verbexec): rewritten to fix crash bug.sabetts
2004-11-20(cmd_rathold): change argument order. echo parsesabetts
2004-11-19(cmd_describekey): fix error messages.sabetts
2004-11-19* src/actions.c (set_vars): add maxundossabetts
2004-11-19* src/window.c (print_window_information): add argument,sabetts
2004-11-18* src/window.c (unhide_transient_for): add a newline to debuggingsabetts
2004-11-17*** empty log message ***sabetts
2004-11-17*** empty log message ***sabetts
2004-11-12* src/actions.c (cmd_ratclick): new functionsabetts
2004-11-03* src/group.c (group_last_window): add argument, the screen to find thesabetts
2004-10-28(set_padding): fix the padding order in xsprintf.sabetts
2004-10-25(cmd_set): check if var is NULL before checking strlen(var)sabetts
2004-10-08msgwait was accidentally deletedsabetts
2004-10-05* src/actions.c (cmd_source): display an error message if no file is supplied.sabetts
2004-10-05* src/actions.c (cmd_unsetenv): add an '=' to the string passed tosabetts
2004-10-05(parse_wingravity): accept numbers for gravity.sabetts
2004-10-05(cmd_version): add the build date and time.sabetts
2004-10-05new command, sselectsabetts
2004-10-05new command, sselectsabetts
2004-05-20* src/input.c (rp_mask_to_x11_mask): handle the shift modifiersabetts
2004-04-24* src/data.h (struct rp_defaults): new members, font_string,sabetts
2004-04-19* src/actions.c (cmd_set): if non-interactive and no arguments aresabetts
2004-04-19* src/messages.h (MESSAGE_PROMPT_SELECT_VAR): new definesabetts
2004-04-18* src/manage.h (ungrab_keys_all_wins): new prototypesabetts
2004-04-18(cmd_v_split, cmd_h_split): swap names.sabetts
2004-04-04* src/main.c (init_defaults): init frame_selectors.sabetts
2004-02-27* src/screen.c (screen_free_nums): new function. prototype addedsabetts
2004-02-27* src/window.c (give_window_focus): save the mouse position beforesabetts
2004-01-30xsync callsabetts
2004-01-26(sync_wins): Change list_for_each_entry torcyeske
2003-11-18* contrib/rpshowall.sh: store ratpoison binary location insabetts
2003-09-04(initialize_default_keybindings): use ROOT_KEYMAPsabetts
2003-09-02* src/main.c (show_welcome_message): search the root keymap forsabetts
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
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-08-02(cmd_number): rename the window's group numbersabetts
2003-07-17* src/window.c (set_active_window): run the switch window hook.sabetts
2003-06-26(cmd_gmove): prompt the user if no group is passedsabetts
2003-06-24(cmd_resize): fix error message textsabetts
2003-06-23(cmd_groups): always print a column in non-interactive mode.sabetts
2003-06-23(cmd_groups): print a * beside the currentsabetts
2003-06-02(group_completions): use a group's number if itsabetts
2003-05-27* src/completions.c (completions_next_completion): checksabetts
2003-05-27* src/editor.c (saved_command): new local globalsabetts