Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-19 | added themes.h | rcyeske | |
2001-02-19 | *** empty log message *** | rcyeske | |
2001-02-19 | theme support file | rcyeske | |
2001-02-19 | * manage.c (manage): calls sort_window_list_by_number | sabetts | |
* list.h (sort_window_list_by_number): Added prototype * list.c (swap_list_elements): Added (sort_window_list_by_number): Added * input.c (update_input_window): Added (get_input): calls update_input_window in place of xlib calls. (get_input): exits if realloc fails * conf.h: Added INPUT_WINDOW_SIZE * bar.c (update_window_names): loops through window list from head to tail. | |||
2001-02-18 | * conf.h: restructured comments. Added #define for AUTO_CLOSE. | sabetts | |
* manage.c (unmanage): kills ratpoison when there are no more windows. | |||
2001-02-17 | renamed display_msg_in_bar() to message(); it and get_input() no longer take ↵ | rcyeske | |
a screen_info param | |||
2001-02-17 | updated to reflect changes | algernon | |
2001-02-17 | changed a bunch of fprintfs to PRINT_DEBUG | algernon | |
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 | |