summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-12change grename arg type to arg_RESTShawn
2008-10-12add grename commandAli Gholami Rudi
2008-10-11cmd_swap checks that both frames are on the same screenBernhard R. Link
2008-10-10document gotherShawn
2008-10-10mark the last group in cmd_groupsShawn
2008-10-10add gother commandAli Gholami Rudi
2008-10-10src/actions.c: fix memory leak in cmd_groups()Ali Gholami Rudi
2008-10-10in get_net_wm_window_type, only call XFree on successShawn
This fixes a crash bug that was reproduced by running dolphin (the kde file manager).
2008-10-10bind nextscreen/prevscreen to C-t N and C-t PShawn
2008-10-10choose a better approach to setting the border color in remove_frameShawn
* remove call to give_window_focus in remove_frame * set the border color in hide_window calling give_window_focus in remove_frame was plain incorrect. setting it in hide_window might be considered overkill but I believe it will catch this case and any others that might be lurking.
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-10-10clean up set_active_window_body() with 2 new helper functionsJ.R. Mauro
2008-10-10doc/ratpoison.texi: fix argument order of execfBernhard R. Link
2008-06-22document new %M in manpageBernhard R. Link
2008-06-22make xstrdup argument const char*Bernhard R. Link
2008-06-22Mark command arguments as arg_COMMANDBernhard R. Link
2008-06-22remove unused history_list_items functionBernhard R. Link
2008-06-20support the netwm dialog window typeShawn
2008-06-20add a maxsize formatter character to format_stringShawn
2008-06-16update copyright noticeShawn Betts
2008-05-29don't grab the key if the keysym doesn't map to a keycodeShawn Betts
Also, remove the restriction that a keysym must have a keycode in order to be bound.
2008-05-28Use AC_HELP_STRING for all help texts.Bernhard R. Link
2008-05-28Only 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-25update news and authors wrt xftShawn
2008-05-25use PKG_CHECK_MODULES to detect xftShawn
2008-05-25don't free defaults.font when xft is enabledShawn
2008-05-25properly indent calls to rp_text_width and rp_draw_stringShawn
2008-05-25change -1 to the proper string length in some calls to rp_text_width and ↵Shawn
rp_draw_string
2008-05-24fix whitespace errors in xft patchShawn
2008-05-24Add xft supportMidare Kiyura
2008-05-02make read_any_key a proper prototypeBernhard R. Link
2008-04-18Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoisonShawn
2008-04-18fix off by one bug in rpwsShawn
2008-04-18bump version to 1.4.4-GITShawn
2008-04-18add 1.4.3 newsv1.4.3Shawn
2008-02-22remove AC_CANONICAL_HOST and bin-dist target as only user of itBernhard R. Link
2008-02-21update debian/ directoryBernhard R. Link
2008-02-21fix syntax errors in the manpageBernhard R. Link
2008-02-19grab top level key bindings asynchronouslyShawn
2008-02-11return a value in read_single_keyShawn Betts
2008-02-11Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoisonShawn Betts
2008-02-11ifdef out Xtst library callsShawn Betts
2008-02-06Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoisonShawn
2008-02-06Change the way input is readShawn
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-06add TAGS to .gitignoreShawn
2007-12-07call switchwin hook when a window in unmapped or destroyedShawn Betts
2007-10-22bump the version number in the docs to 1.4.3Shawn Betts
2007-10-11Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoisonShawn Betts
2007-10-11Properly shell-escape ratpoison commands for perl bindings.Shawn Betts
2007-10-08Merge branch 'master' of ssh://sabetts@git.sv.gnu.org/srv/git/ratpoisonShawn Betts