Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-29 | don't grab the key if the keysym doesn't map to a keycode | Shawn Betts | |
Also, remove the restriction that a keysym must have a keycode in order to be bound. | |||
2008-05-28 | Use AC_HELP_STRING for all help texts. | Bernhard R. Link | |
2008-05-28 | Only check for xft.pc if xft is not disabled. | Bernhard R. Link | |
If xft is explicitly requested, not finding it causes an error. The CPP and LD flags for the different libraries are put in specific variables and only added in the Makefile. | |||
2008-05-25 | update news and authors wrt xft | Shawn | |
2008-05-25 | use PKG_CHECK_MODULES to detect xft | Shawn | |
2008-05-25 | don't free defaults.font when xft is enabled | Shawn | |
2008-05-25 | properly indent calls to rp_text_width and rp_draw_string | Shawn | |
2008-05-25 | change -1 to the proper string length in some calls to rp_text_width and ↵ | Shawn | |
rp_draw_string | |||
2008-05-24 | fix whitespace errors in xft patch | Shawn | |
2008-05-24 | Add xft support | Midare Kiyura | |
2008-05-02 | make read_any_key a proper prototype | Bernhard R. Link | |
2008-04-18 | Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoison | Shawn | |
2008-04-18 | fix off by one bug in rpws | Shawn | |
2008-04-18 | bump version to 1.4.4-GIT | Shawn | |
2008-04-18 | add 1.4.3 newsv1.4.3 | Shawn | |
2008-02-22 | remove AC_CANONICAL_HOST and bin-dist target as only user of it | Bernhard R. Link | |
2008-02-21 | update debian/ directory | Bernhard R. Link | |
2008-02-21 | fix syntax errors in the manpage | Bernhard R. Link | |
2008-02-19 | grab top level key bindings asynchronously | Shawn | |
2008-02-11 | return a value in read_single_key | Shawn Betts | |
2008-02-11 | Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoison | Shawn Betts | |
2008-02-11 | ifdef out Xtst library calls | Shawn Betts | |
2008-02-06 | Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoison | Shawn | |
2008-02-06 | Change the way input is read | Shawn | |
Before rp used xgrabkeyboard to read a key. Instead, the keyboard is frozen when a top level key is read. Then when rp reads a key it first sets the input focus to a suitable location such as key_window or input_window, then thaws the keyboard and waits for a keypress. When a key is pressed the keyboard is frozen again and the process repeats until ratpoison is done reading input. At that point the keyboard is thawed in a way that future keystrokes do not refreeze the keyboard. | |||
2008-02-06 | add TAGS to .gitignore | Shawn | |
2007-12-07 | call switchwin hook when a window in unmapped or destroyed | Shawn Betts | |
2007-10-22 | bump the version number in the docs to 1.4.3 | Shawn Betts | |
2007-10-11 | Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoison | Shawn Betts | |
2007-10-11 | Properly shell-escape ratpoison commands for perl bindings. | Shawn Betts | |
2007-10-08 | Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoison | Shawn Betts | |
2007-10-08 | add more ignored files | Shawn Betts | |
2007-10-08 | Update debian/ directory | Bernhard R. Link | |
2007-10-06 | bump version to 1.4.3-GIT | Shawn Betts | |
2007-10-06 | add NEWS for 1.4.2v1.4.2 | Shawn Betts | |
2007-10-06 | Remove .cvsignore files. add .gitignore files | Shawn Betts | |
2007-08-14 | src/main.c (xvsprintf): limit memory allocation to 200K when vsnprintf ↵ | brl | |
return -1. | |||
2007-07-19 | src/manage.c (update_window_name): call get_class_hints directly to avoid it ↵ | brl | |
being called two times | |||
2007-07-19 | src/manage.c (get_wmname): always try XmbTextPropertyToTextList first to ↵ | brl | |
also support UTF-8 window titles when encoded as XA_STRING | |||
2007-07-18 | free more stuff at termination time to make valgrind output better readable | brl | |
2007-05-19 | * src/manage.c (get_wmname): free buffer to close memory hole | brl | |
2007-05-17 | * src/actions.c (cmd_windows): free buffer to close memory hole | brl | |
2007-05-07 | (init_defaults): only load the backup font when the | sabetts | |
default font fails. | |||
2007-05-06 | update debian/ subdirectory to 1.4.1-3 | brl | |
2007-05-04 | * src/main.c (init_defaults): if the default font fails, use the | sabetts | |
backup font. * src/conf.h (BACKUP_FONT): new define | |||
2007-04-25 | *** empty log message *** | sabetts | |
2007-04-23 | (update_modifier_map): don't map both super and | sabetts | |
hyper to the same modifier slot. | |||
2007-03-08 | * src/split.c (set_active_frame): call switch_frame hook | sabetts | |
(show_frame_indicator): only show frame indicator (set_active_frame): new arg force_indicator. all callers updated. (show_frame_indicator): new arg force. all callers updated. * src/main.c (init_defaults): init bar_in_padding * src/globals.c (rp_switch_screen_hook): new hook * src/data.h (struct rp_defaults): new slot, bar_in_padding * src/bar.c (bar_x): honour bar_in_padding setting (bar_y): likewise * src/actions.c (init_set_vars): add barinpadding (set_barinpadding): new function * src/globals.h: new global rp_switch_screen_hook | |||
2007-01-31 | * src/frame.c (frame_read): fix bug to never set dedicated | brl | |
2006-12-20 | update 'debian/'-files to new upload | brl | |
2006-12-19 | *** empty log message ***v1.4.1 | sabetts | |