summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-02-28* actions.c: "maximize" user command calls cmd_maximizesabetts
* manage.c (force_maximize): moved from actions.c (maximize): likewise (maximize_normal): likewise (maximize_transient): likewise * actions.c (cmd_maximize): New function
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 relativesabetts
to the root window. (set_active_window): warps the mouse relative to the root window.
2001-02-27* actions.h: prototype for force_maximize addedsabetts
* actions.c: the user command "maximize" calls force_maximize (force_maximize): New function
2001-02-26*** empty log message ***rcyeske
2001-02-26added cmd_sourcercyeske
2001-02-25removed themes.hrcyeske
2001-02-25s/fprintf/PRINT_DEBUG/rcyeske
2001-02-25removed dependancy on gnu extension: getline()rcyeske
2001-02-24added initialization file support "~/.ratpoisonrc"rcyeske
2001-02-24fix key rebindingrcyeske
2001-02-24remove themes supportrcyeske
2001-02-23* main.c (main): passes return value of find_window_other() tosabetts
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-22commented out broken sort stuffrcyeske
2001-02-22comment out broken sort_window_list_by_number callrcyeske
2001-02-22added preliminar keybinding supportrcyeske
2001-02-21fixed generate prefix stupidityrcyeske
2001-02-20added config.h.inrcyeske
2001-02-20removed key_actions table, replaced with set of functionsrcyeske
2001-02-19moved bar back to upper right (oops)rcyeske
2001-02-19added theme supportrcyeske
2001-02-19renamed functionsrcyeske
2001-02-19propogated function renamesrcyeske
2001-02-19renamed FONT and COLOR definesrcyeske
2001-02-19tweaksrcyeske
2001-02-19added message macro and marked_message()rcyeske
2001-02-19added more_input routinercyeske
2001-02-19renamed all user commandsrcyeske
2001-02-19added themes.hrcyeske
2001-02-19*** empty log message ***rcyeske
2001-02-19theme support filercyeske
2001-02-19* manage.c (manage): calls sort_window_list_by_numbersabetts
* 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-17renamed display_msg_in_bar() to message(); it and get_input() no longer take ↵rcyeske
a screen_info param
2001-02-17updated to reflect changesalgernon
2001-02-17changed a bunch of fprintfs to PRINT_DEBUGalgernon
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-17copyright year update & stuffalgernon
2001-02-17reflect get_input chagealgernon
2001-02-17(get_input): use dynamically allocated stringsalgernon
2001-02-16removedrcyeske
2001-02-15added my changesalgernon
2001-02-15header cleanup & copyright blurb additionalgernon
2001-02-15copyright year updatealgernon
2001-02-15(handle_key): use dynamic stringsalgernon
2001-02-15header cleanups & copyright year update & coalgernon
2001-02-15(display_msg_bar): changed an fprintf to a PRING_DEBUGalgernon
2001-02-15added copyright blurbalgernon