Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-23 | * main.c (main): passes return value of find_window_other() to | sabetts | |
set_active_window(). * list.h (remove_from_window_list): removed prototype (find_window_in_list): new prototype (append_to_list): likewise (insert_into_list): likewise (remove_from_list): likewise * list.c: propogated use of rp_unmapped_window_sentinel and rp_mapped_window_sentinel. (find_window_in_list): new function (find_window): calls find_window_in_list to search mapped and unmapped window lists. (remove_from_window_list): removed function (init_window_list): initialized sentinels (find_window_prev): searches only the mapped window list. (find_window_next): likewise (find_window_other): likewise (append_to_list): new function (insert_into_list): new function (remove_from_list): new function * events.c (unmap_notify): Searches only the mapped window list. moves the window from the unmapped window list to the mapped window list. * data.h: removed rp_window_head and rp_window_tail, updated dependant files. Added rp_mapped_window_sentinel and rp_unmapped_window_sentinel globals. * bar.c (update_window_names): loops only through mapped window list. | |||
2001-02-23 | *** empty log message *** | rcyeske | |
2001-02-22 | *** empty log message *** | rcyeske | |
2001-02-22 | commented out broken sort stuff | rcyeske | |
2001-02-22 | comment out broken sort_window_list_by_number call | rcyeske | |
2001-02-22 | added preliminar keybinding support | rcyeske | |
2001-02-21 | fixed generate prefix stupidity | rcyeske | |
2001-02-20 | added config.h.in | rcyeske | |
2001-02-20 | removed key_actions table, replaced with set of functions | rcyeske | |
2001-02-19 | moved bar back to upper right (oops) | rcyeske | |
2001-02-19 | added theme support | rcyeske | |
2001-02-19 | renamed functions | rcyeske | |
2001-02-19 | propogated function renames | rcyeske | |
2001-02-19 | renamed FONT and COLOR defines | rcyeske | |
2001-02-19 | tweaks | rcyeske | |
2001-02-19 | added message macro and marked_message() | rcyeske | |
2001-02-19 | added more_input routine | rcyeske | |
2001-02-19 | renamed all user commands | rcyeske | |
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 | |