Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-27 | code cleanup, unmap_notify bug fixes | sabetts | |
2001-08-18 | commands can be called interactively and non-interactively. commands return ↵ | sabetts | |
a result string | |||
2001-03-29 | better command functionality | sabetts | |
2001-03-19 | * src/main.c (ratpoison_longopts): add --command to recognized | sabetts | |
command-line options. * src/communications.h (send_command): new function prototype * src/data.h (rp_command): new global variable * src/events.c (receive_command): new function (property_notify): handles rp_command Atoms * src/communications.c (send_command): new function * src/main.c (print_help): prints help for --command (main): handles --command command-line option | |||
2001-02-15 | header cleanups & copyright year update & co | algernon | |
2001-02-10 | * communications.c (send_restart, send_kill): Added | sabetts | |
* 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 |