Age | Commit message (Expand) | Author |
2001-04-15 | * src/messages.h (MESSAGE_WELCOME): new define | sabetts |
2001-04-13 | * src/actions.c (cmd_clock): doesn't allocate memory. displays the | sabetts |
2001-04-13 | * src/split.h (blank_frame): new prototype | sabetts |
2001-04-07 | * src/split.h (hide_frame_indicator): new prototype | sabetts |
2001-04-07 | * src/split.c (remove_all_splits): only maximize the current | sabetts |
2001-04-06 | * src/split.h (h_split_frame): renamed frome h_split_window | sabetts |
2001-04-05 | (initialize_default_keybindings): Add keybinding for :banish. | rcyeske |
2001-04-05 | add banish to user_commands. | rcyeske |
2001-04-01 | * src/split.h (find_window_for_frame): new function prototype | sabetts |
2001-03-29 | better command functionality | sabetts |
2001-03-12 | merged rel-0-1-0 branch | sabetts |
2001-03-08 | (string_to_keysym): New function. | rcyeske |
2001-03-06 | formatting | rcyeske |
2001-03-06 | formatting | rcyeske |
2001-03-05 | remove silly C,M,A,S,H #defines and propagate | rcyeske |
2001-03-04 | (cmd_bind): Do not pollute the message bar with | rcyeske |
2001-03-02 | * actions.c (initialize_default_keybindings): removed emacs | sabetts |
2001-03-02 | * actions.c (cmd_source): Open the file. Error report as | rcyeske |
2001-03-02 | * actions.c (cmd_source): Open the file. Error report as | rcyeske |
2001-03-02 | Use PRINT_DEBUG instead of fprintf. Put useful error | rcyeske |
2001-02-28 | * actions.c (cmd_escape): updates the "other" command keybinding | sabetts |
2001-02-28 | * manage.h (ungrab_prefix_key): new prototype | sabetts |
2001-02-28 | * actions.c: "maximize" user command calls cmd_maximize | sabetts |
2001-02-27 | * actions.h: prototype for force_maximize added | sabetts |
2001-02-26 | added cmd_source | rcyeske |
2001-02-24 | fix key rebinding | rcyeske |
2001-02-22 | added preliminar keybinding support | rcyeske |
2001-02-21 | fixed generate prefix stupidity | rcyeske |
2001-02-20 | removed key_actions table, replaced with set of functions | rcyeske |
2001-02-19 | renamed all user commands | rcyeske |
2001-02-19 | * manage.c (manage): calls sort_window_list_by_number | sabetts |
2001-02-17 | renamed display_msg_in_bar() to message(); it and get_input() no longer take ... | rcyeske |
2001-02-17 | changed a bunch of fprintfs to PRINT_DEBUG | algernon |
2001-02-17 | (goto_window_by_name, rename_current_window, command) | algernon |
2001-02-15 | added xterm_command and keybindings | rcyeske |
2001-02-15 | added generate_key_event | rcyeske |
2001-02-14 | added interactive commands | rcyeske |
2001-02-11 | * manage.h (set_state): Added prototype | sabetts |
2001-02-11 | *** empty log message *** | rcyeske |
2001-02-11 | * actions.c (prev_window): display correct message when there is | rcyeske |
2001-02-10 | * communications.c (send_restart, send_kill): Added | sabetts |
2001-02-04 | (prev_window): do not set active window when recursing. | rcyeske |
2001-01-28 | * actions.c: changed rename_current_window key to `A', bound `a' to show_clock | rcyeske |
2001-01-02 | * actions.h (show_clock): added prototype | sabetts |
2000-12-15 | * actions.c (maximize): increment size in hints->width_inc and hints->height_... | sabetts |
2000-12-15 | * actions.c (prev_window): No longer uses rp_current_window to | sabetts |
2000-12-15 | (maximize): Adhere to the window's Size Hints | sabetts |
2000-12-13 | removed gross tabs from key_actions definition. Add | sabetts |
2000-12-09 | * data.h (struct rp_window): added x, y, width, height, border; | sabetts |
2000-12-09 | * input.c (cook_keycode): properly handle LockMask | sabetts |