Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-15 | * data.h (struct rp_window): Added colormap member | sabetts | |
* data.h (struct rp_window): Added XSizeHints member | |||
2000-12-15 | * actions.c (prev_window): No longer uses rp_current_window to | sabetts | |
keep track of state (next_window): No longer uses rp_current_window to keep track of state * actions.c (maximize): Adhere to the window's Size Hints | |||
2000-12-15 | *** empty log message *** | sabetts | |
2000-12-15 | *** empty log message *** | sabetts | |
2000-12-15 | (add_to_window_list): Added init code for `hints' | sabetts | |
2000-12-15 | added prototype | sabetts | |
2000-12-15 | added commenting | sabetts | |
2000-12-15 | (property_notify): Added handler for XA_WM_NORMAL_HINTS. | sabetts | |
2000-12-15 | (struct rp_window): Added XSizeHints member | sabetts | |
2000-12-15 | (maximize): Adhere to the window's Size Hints | sabetts | |
2000-12-13 | removed gross tabs from key_actions definition. Add | sabetts | |
C-t space to go to next window. | |||
2000-12-09 | * data.h (struct rp_window): added x, y, width, height, border; | sabetts | |
* events.c (configure_request): Now honours request, but then maximizes it afterwards. (configure_request): updates the rp_window's geometry fields * manage.c (manage): commented out XMoveResizeWindow call (send_configure): added * actions.h (maximize): added prototype * actions.c (maximize): added | |||
2000-12-09 | (cook_keycode): updated comments | sabetts | |
2000-12-09 | * input.c (cook_keycode): properly handle LockMask | sabetts | |
* input.h: added prototype for keysym_to_string * input.c (keysym_to_string): added * bar.c (show_bar): update_window_names(s) is called whether the bar is raised or not. * conf.h: Added BAR_Y_PADDING BAR_X_PADDING * list.c (goto_window_name): return success or failure * list.h: updated prototype for goto_window_name * events.c (handle_key): Added a message indicating an unbound key. * bar.c (display_msg_in_bar): added (update_window_names): uses BAR_X_PADDING instead of `5' (update_window_names): Updated BAR_PADDING to BAR_Y_PADDING * input.c (cook_keycode): mod is now an usigned int (read_key): Ignores modifier keys. Now returns keysym and modifiers. (get_input): Updated BAR_PADDING to BAR_Y_PADDING and BAR_X_PADDING. * events.c (handle_key): uses read_key instead of XMaskEvent to read a key. * actions.c (goto_window_number): window list is displayed on failure. (bye): added (switch_to): added (execute_command): no longer seg faults when no windows exist. | |||
2000-12-04 | * input.h (cook_keycode): added prototype | sabetts | |
* actions.c: key_actions now uses the #define'd keysyms from X11/keysym.h * events.c (handle_key): calls cook_keycode() before processing the keysym. * input.c (read_key): calls cook_keycode() before returning the keysym (cook_keycode): added. | |||
2000-12-01 | p out unmapped windows in find_window_by_name | sabetts | |
2000-11-28 | fixed window focus problems in handle_key | sabetts | |
2000-11-27 | fixed some problems with modifiers for key events | sabetts | |
2000-11-04 | *** empty log message *** | rcyeske | |
2000-11-04 | * Makefile.am (ratpoison_SOURCES): added getopt.c, getopt1.c and | rcyeske | |
getopt.h | |||
2000-10-31 | *** empty log message *** | rcyeske | |
2000-10-31 | * actions.h (execute_command): added prototype | rcyeske | |
2000-10-31 | * actions.c (rename_current_window): added test to skip renaming if user ↵ | rcyeske | |
entered an empty string (execute_command): added command (key_actions): execute_command is called by pressing ':' | |||
2000-10-31 | initial release | sabetts | |
2000-10-30 | removed PointerMotionMask from the events ratpoison polls windows for | sabetts | |
2000-10-30 | added ifdef's to toggle the hide mouse feature | sabetts | |
2000-10-25 | *** empty log message *** | rcyeske | |
2000-10-25 | fixed right hand side bar location: right-most border now shows | rcyeske | |
2000-10-21 | for windows that don't grab the mouse, ratpoison restores the rat to | sabetts | |
its position before it was hidden by a keystroke when it receives a PointerMotion event. | |||
2000-10-20 | *** empty log message *** | sabetts | |
2000-10-20 | fixed MODIFIER_PREFIX bug | sabetts | |
2000-10-20 | added initial support for hiding the rat on key events | sabetts | |
2000-10-20 | free pointer and test for NULL names in unmanaged_window() | rcyeske | |
2000-10-20 | adjusted PADDING_* offset. added comment describing UNMANAGED_WINDOW_LIST | sabetts | |
2000-10-20 | added unmanaged windows and window padding | rcyeske | |
2000-10-20 | fixed badwindow errors when deleting windows by ignoring badwindow errors in ↵ | sabetts | |
destroy_window | |||
2000-10-20 | key 't' should be KEY_PREFIX. fixed. | sabetts | |
2000-10-20 | *** empty log message *** | sabetts | |
2000-10-20 | added get_window_name | sabetts | |
2000-10-17 | *** empty log message *** | sabetts | |
2000-10-17 | emacs now maximizes properly rxvt seems to too, but more testing will be needed. | sabetts | |
2000-10-17 | fixed bug that lost focus of any window when the current window was unmapped. | sabetts | |
moved key strokes into a structure in actions.c along with all key stroke functi ons. added ability to ignore badwindow errors. fixed up unmap_notify function. w hen waiting for a keystroke after the prefix has been hit, pressing a modifier d oesn't count as a 'keystroke' and doesn't abort the current key combination bein g keyed | |||
2000-10-15 | *** empty log message *** | sabetts | |
2000-10-15 | added --kill and --restart to kill and restart a running ratpoison process | sabetts | |
2000-10-05 | fixed wimpy c++ style comment | sabetts | |
2000-09-15 | now quits when it receives an invalid command line option. | sabetts | |
2000-09-15 | minor change to update_window_name to get rid of a compiler warning | sabetts | |
when debugging messages are not enabled. | |||
2000-09-15 | added DEBUG | sabetts | |
2000-09-15 | Added a standard error reporting function PRINT_ERROR and a standard | sabetts | |
debug output function PRINT_DEBUG. | |||
2000-09-07 | added copyright notice | sabetts | |