Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-28 | *** empty log message *** | sabetts | |
2001-02-28 | * main.c (handler): Prepends error message with "ERROR: ". | sabetts | |
Displays error in message bar. Returns 0. * events.c (destroy_window): sets rp_current_window to NULL when there are no more mapped windows. (destroy_window): calls set_current_window and find_window_other directly instead of cmd_other. | |||
2001-02-27 | (save_mouse_position): stores the mouse position relative | sabetts | |
to the root window. (set_active_window): warps the mouse relative to the root window. | |||
2001-02-27 | * actions.h: prototype for force_maximize added | sabetts | |
* actions.c: the user command "maximize" calls force_maximize (force_maximize): New function | |||
2001-02-26 | *** empty log message *** | rcyeske | |
2001-02-26 | * configure.in (AC_OUTPUT): added man/Makefile | sabetts | |
* Makefile.am (SUBDIRS): added man dir | |||
2001-02-26 | added cmd_source | rcyeske | |
2001-02-25 | removed themes.h | rcyeske | |
2001-02-25 | s/fprintf/PRINT_DEBUG/ | rcyeske | |
2001-02-25 | removed dependancy on gnu extension: getline() | rcyeske | |
2001-02-24 | added initialization file support "~/.ratpoisonrc" | rcyeske | |
2001-02-24 | tweaks | rcyeske | |
2001-02-24 | fix key rebinding | rcyeske | |
2001-02-24 | remove themes support | rcyeske | |
2001-02-23 | new news | sabetts | |
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 | add new file | rcyeske | |
2001-02-22 | changed version to 0.0.6-cvs | 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 | swapped aclocal and autoheader ordering | 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 | removed man from SUBDIRS | rcyeske | |
2001-02-19 | trivial changes | 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 | configure warns the user if it can't find emacs. | sabetts | |
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-18 | removed man/Makefile from AC_OUTPUT | sabetts | |
2001-02-18 | Removed man for SUBDIRS | sabetts | |
2001-02-18 | updated | algernon | |
2001-02-18 | mention that ALL of the fixed size buffers are fixed. | algernon | |
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 | fuck autoconf. my docs say AC_CONFIG_HEADER is good, rc s ↵ | algernon | |
autoconf/automake/whatever barfs at it. We both have the same version. Damn it. |