Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-15 | * actions.c (maximize): increment size in hints->width_inc and ↵ | sabetts | |
hints->height_inc intervals * manage.c (manage): set the dimension members of the rp_window struct | |||
2000-12-15 | * manage.c (manage): added ColormapChangeMask and | sabetts | |
StructureNotifyMask to events listened for on managed windows. * manage.c (update_window_name): fixed memory leak. Not freeing the win->name before updating it. (manage): Gets the colormap now. | |||
2000-12-15 | added commenting | sabetts | |
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-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-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 | added unmanaged windows and window padding | rcyeske | |
2000-10-20 | added get_window_name | 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-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 a standard error reporting function PRINT_ERROR and a standard | sabetts | |
debug output function PRINT_DEBUG. | |||
2000-09-07 | restructured tree, added automake and autoconf to the build process. | sabetts | |