summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-14all displayed messages can have highlighted portionsrcyeske
2001-02-14changed skinsrcyeske
2001-02-14removed bold coloringrcyeske
2001-02-14cannot over modify keystrokesrcyeske
2001-02-14removed bold colorrcyeske
2001-02-14updated languagercyeske
2001-02-14rewrote bar highlightingrcyeske
2001-02-14added interactive commandsrcyeske
2001-02-12added to repositoryrcyeske
2001-02-12*** empty log message ***rcyeske
2001-02-12#include "sbuf.h"rcyeske
removed duplicate #include "messages.h"
2001-02-12*** empty log message ***rcyeske
2001-02-12(ratpoison_SOURCES): added sbuf.c sbuf.hrcyeske
2001-02-12(calc_bar_width): removed functionrcyeske
(update_window_names): now builds up the entire window list string in dynamic storage before printing the window list. No longer displays the current window in a different colour.
2001-02-11*** empty log message ***rcyeske
2001-02-11(set_sig_handler): Addedsabetts
(main): Uses set_sig_handler() instead of signal()
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().
2001-02-11*** empty log message ***rcyeske
2001-02-11#include "messages.h"rcyeske
2001-02-11(goto_window_number): moved prototype to actions.hrcyeske
2001-02-11*** empty log message ***rcyeske
2001-02-11(ratpoison_SOURCES): added messages.hrcyeske
2001-02-11* actions.c (prev_window): display correct message when there isrcyeske
no other window or there are no windows at all. (next_window): display correct message when there is no other window or there are no windows at all. (key_actions): all number keys call goto_window_number with an argument instead of a dedicated function. * actions.c: replaced all user message strings with #define'd messages. * actions.h (goto_window): removed (goto_window_0): removed (goto_window_1): removed (goto_window_2): removed (goto_window_3): removed (goto_window_4): removed (goto_window_5): removed (goto_window_6): removed (goto_window_7): removed (goto_window_8): removed
2001-02-10* communications.c (send_restart, send_kill): Addedsabetts
* ratpoison.h: includes communications.h * main.c (send_restart, send_kill): Moved to communications.c * list.c (get_mouse_root_position): Added (add_to_window_list): Initialize new rp_window fields (save_mouse_position): Added (set_active_window): Added code to save and restore the position of the mouse * events.c (property_notify): Added code to listen for a WM_TRANSIENT_FOR property change. * data.h (struct rp_window): Added transient, transient_for, mouse_x, mouse_y. * actions.c (maximize_transient): Added (maximize): Added code to handle transient windows differently * Makefile.am (ratpoison_SOURCES): Added communications.h and communications.c
2001-02-08added keystroke for `Show current time.'rcyeske
2001-02-05*** empty log message ***rcyeske
2001-02-05added keystroke for `Show current time.'rcyeske
2001-02-04*** empty log message ***rcyeske
2001-02-04(prev_window): do not set active window when recursing.rcyeske
(next_window): do not set active window when recursing.
2001-01-28* actions.c: changed rename_current_window key to `A', bound `a' to show_clockrcyeske
2001-01-28*** empty log message ***rcyeske
2001-01-02* actions.h (show_clock): added prototypesabetts
* actions.c (show_clock): added
2001-01-02added --with-xterm=PROG optionsabetts
2001-01-02*** empty log message ***sabetts
2001-01-02updated based on new configure scriptsabetts
2000-12-16debianizationsabetts
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*** empty log message ***sabetts
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-15(main): propagated changes to set_active_window usagesabetts
2000-12-15* list.c (set_active_window): Installs colormapsabetts
(set_active_window): sets rp_current_window to window passed in as parameter * list.c (add_to_window_list): sets member colormap to the DefaultColormap * list.c (add_to_window_list): Added init code for `hints'
2000-12-15* events.c: propagated changes to set_active_window usagesabetts
* events.c (property_notify): Added handler for XA_WM_NORMAL_HINTS.
2000-12-15* data.h (struct rp_window): Added colormap membersabetts
* data.h (struct rp_window): Added XSizeHints member
2000-12-15* actions.c (prev_window): No longer uses rp_current_window tosabetts
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-15added prototypesabetts
2000-12-15added commentingsabetts
2000-12-15(property_notify): Added handler for XA_WM_NORMAL_HINTS.sabetts