summaryrefslogtreecommitdiff
path: root/src/manage.c
AgeCommit message (Collapse)Author
2001-02-17renamed display_msg_in_bar() to message(); it and get_input() no longer take ↵rcyeske
a screen_info param
2001-02-15header cleanups & copyright year update & coalgernon
2001-02-11* manage.h (set_state): Added prototypesabetts
* manage.c (send_configure): Now sends the window's x,y,width,height coordinates. (set_state): Added * events.c (map_request): Calls set_state when mapping an unmapped window. * actions.c (maximize_transient): takes an rp_window as the argument. Removed code to handle void *data. Incremental resizing only happens if the maximum size isn't set. Removed actual X maximization code. (maximize): Moved meat to maximize_normal().
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 andsabetts
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-15added commentingsabetts
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-30removed PointerMotionMask from the events ratpoison polls windows forsabetts
2000-10-30added ifdef's to toggle the hide mouse featuresabetts
2000-10-20added initial support for hiding the rat on key eventssabetts
2000-10-20free pointer and test for NULL names in unmanaged_window()rcyeske
2000-10-20added unmanaged windows and window paddingrcyeske
2000-10-20added get_window_namesabetts
2000-10-17fixed 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-15minor change to update_window_name to get rid of a compiler warningsabetts
when debugging messages are not enabled.
2000-09-15Added a standard error reporting function PRINT_ERROR and a standardsabetts
debug output function PRINT_DEBUG.
2000-09-07restructured tree, added automake and autoconf to the build process.sabetts