summaryrefslogtreecommitdiff
path: root/src/actions.c
AgeCommit message (Expand)Author
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
2003-05-25* src/actions.c (cmd_gselect): if the user didn't type anything then return.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-25* src/bar.c (reset_alarm): new functionsabetts
2003-05-25(read_key): Do not wait for the key releasesabetts
2003-05-17(spawn): always put the DISPLAY string in thesabetts
2003-05-16* src/window.c (add_to_window_list): add the window to the currentsabetts
2003-05-15* src/data.h (struct rp_frame): renamed from rp_window_frame. Allsabetts
2003-05-15(struct rp_screen): rename fromsabetts
2003-05-09* src/manage.h (clear_unmanaged_list): new prototypesabetts
2003-05-09* src/split.c (split_frame): call update_bar() instead ofsabetts
2003-05-09* src/split.c (set_active_frame): update the window list aftersabetts
2003-04-14* src/main.c (init_screen): print the display string forsabetts
2003-04-11* src/window.c (window_name): use WIN_NAME_* defines for possiblesabetts