Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-17 | (goto_window_by_name, rename_current_window, command) | algernon | |
(shell_command, switch_to, xterm_command): changed static char[100]s to dynamic char *s, as get_input() now supports this | |||
2001-02-17 | copyright year update & stuff | algernon | |
2001-02-17 | reflect get_input chage | algernon | |
2001-02-17 | (get_input): use dynamically allocated strings | algernon | |
2001-02-16 | removed | rcyeske | |
2001-02-15 | added my changes | algernon | |
2001-02-15 | header cleanup & copyright blurb addition | algernon | |
2001-02-15 | copyright year update | algernon | |
2001-02-15 | (handle_key): use dynamic strings | algernon | |
2001-02-15 | header cleanups & copyright year update & co | algernon | |
2001-02-15 | (display_msg_bar): changed an fprintf to a PRING_DEBUG | algernon | |
2001-02-15 | added copyright blurb | algernon | |
2001-02-15 | fixed a small warning | algernon | |
2001-02-15 | *** empty log message *** | rcyeske | |
2001-02-15 | fixed ANSI violations | rcyeske | |
2001-02-15 | *** empty log message *** | rcyeske | |
2001-02-15 | *** empty log message *** | rcyeske | |
2001-02-15 | added xterm prompt message | rcyeske | |
2001-02-15 | added xterm_command and keybindings | rcyeske | |
2001-02-15 | added generate_key_event | rcyeske | |
2001-02-15 | *** empty log message *** | rcyeske | |
2001-02-14 | *** empty log message *** | rcyeske | |
2001-02-14 | reformatting | rcyeske | |
2001-02-14 | xor highlighting of current window | rcyeske | |
2001-02-14 | all displayed messages can have highlighted portions | rcyeske | |
2001-02-14 | changed skins | rcyeske | |
2001-02-14 | removed bold coloring | rcyeske | |
2001-02-14 | cannot over modify keystrokes | rcyeske | |
2001-02-14 | removed bold color | rcyeske | |
2001-02-14 | updated language | rcyeske | |
2001-02-14 | rewrote bar highlighting | rcyeske | |
2001-02-14 | added interactive commands | rcyeske | |
2001-02-12 | *** empty log message *** | rcyeske | |
2001-02-12 | #include "sbuf.h" | rcyeske | |
removed duplicate #include "messages.h" | |||
2001-02-12 | *** empty log message *** | rcyeske | |
2001-02-12 | (ratpoison_SOURCES): added sbuf.c sbuf.h | rcyeske | |
2001-02-12 | (calc_bar_width): removed function | rcyeske | |
(update_window_names): now builds up the entire window list string in dynamic storage before printing the window list. No longer displays the current window in a different colour. | |||
2001-02-11 | *** empty log message *** | rcyeske | |
2001-02-11 | (set_sig_handler): Added | sabetts | |
(main): Uses set_sig_handler() instead of signal() | |||
2001-02-11 | * manage.h (set_state): Added prototype | sabetts | |
* manage.c (send_configure): Now sends the window's x,y,width,height coordinates. (set_state): Added * events.c (map_request): Calls set_state when mapping an unmapped window. * actions.c (maximize_transient): takes an rp_window as the argument. Removed code to handle void *data. Incremental resizing only happens if the maximum size isn't set. Removed actual X maximization code. (maximize): Moved meat to maximize_normal(). | |||
2001-02-11 | *** empty log message *** | rcyeske | |
2001-02-11 | #include "messages.h" | rcyeske | |
2001-02-11 | (goto_window_number): moved prototype to actions.h | rcyeske | |
2001-02-11 | *** empty log message *** | rcyeske | |
2001-02-11 | (ratpoison_SOURCES): added messages.h | rcyeske | |
2001-02-11 | * actions.c (prev_window): display correct message when there is | rcyeske | |
no other window or there are no windows at all. (next_window): display correct message when there is no other window or there are no windows at all. (key_actions): all number keys call goto_window_number with an argument instead of a dedicated function. * actions.c: replaced all user message strings with #define'd messages. * actions.h (goto_window): removed (goto_window_0): removed (goto_window_1): removed (goto_window_2): removed (goto_window_3): removed (goto_window_4): removed (goto_window_5): removed (goto_window_6): removed (goto_window_7): removed (goto_window_8): removed | |||
2001-02-10 | * communications.c (send_restart, send_kill): Added | sabetts | |
* ratpoison.h: includes communications.h * main.c (send_restart, send_kill): Moved to communications.c * list.c (get_mouse_root_position): Added (add_to_window_list): Initialize new rp_window fields (save_mouse_position): Added (set_active_window): Added code to save and restore the position of the mouse * events.c (property_notify): Added code to listen for a WM_TRANSIENT_FOR property change. * data.h (struct rp_window): Added transient, transient_for, mouse_x, mouse_y. * actions.c (maximize_transient): Added (maximize): Added code to handle transient windows differently * Makefile.am (ratpoison_SOURCES): Added communications.h and communications.c | |||
2001-02-04 | *** empty log message *** | rcyeske | |
2001-02-04 | (prev_window): do not set active window when recursing. | rcyeske | |
(next_window): do not set active window when recursing. | |||
2001-01-28 | * actions.c: changed rename_current_window key to `A', bound `a' to show_clock | rcyeske | |