Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-20 | Fix typos and wrap line. | Jérémie Courrèges-Anglas | |
2014-02-20 | Fit line in 80 chars after last commit. | Jérémie Courrèges-Anglas | |
2014-02-20 | Add documentation of the rpwsm$i and rpwsm{n,p} aliases in rpws. | Vasil Zlatanov | |
2014-02-20 | Add the "current" option to rpws to print the current workspace. | Vasil Zlatanov | |
2013-12-05 | Added contrib/ratdate.sh and updated Makefile.am | Rob Paisley | |
2013-11-17 | Revert "Added contrib/ratdate.sh and Makefile for building" | Jérémie Courrèges-Anglas | |
This reverts commit 2e7e99fc780c4099861039ebaab0fb8629d7601b. Problems: - no copyright statement - CC BY-ND considered undesirable by myself. | |||
2013-11-17 | Added contrib/ratdate.sh and Makefile for building | Rob Paisley | |
ratdate.sh displays the date with a calendar inditacting today's date. Designed to replace ratpoison's default :time command. Suggest rebinding as follows: bind a exec exec ratdate.sh | |||
2013-06-25 | No path hardcoding when generating bindings. | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/sloppy.c: ensure $RATPOISON is set | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/sloppy.c: no need for grep(1) | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/{sloppy,unrat}.c: make this code actually readable... | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/{unrat,sloppy}.c: perror(3) makes no sense here | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/{unrat,sloppy}.c: main() takes void | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/{unrat,sloppy}.c: ansify defaulthandler() | Jérémie Courrèges-Anglas | |
2013-06-05 | contrib/sloppy.c: include unistd.h for fork(2) | Jérémie Courrèges-Anglas | |
2013-06-04 | contrib/genrpbindings: correct CL {pre,post}amble | Jérémie Courrèges-Anglas | |
2013-06-04 | contrib/genrpbindings: use $RATPOISON at runtime | Jérémie Courrèges-Anglas | |
Note: the Common-Lisp bindings now require the asdf-utils package | |||
2013-06-04 | .gitignore for contrib/ | Jérémie Courrèges-Anglas | |
2013-06-04 | contrib/sloppy.c: execl(3) wants a NULL pointer | Jérémie Courrèges-Anglas | |
from Ellington Santos, thanks! | |||
2013-05-26 | Check for and use $RATPOISON during runtime when possible.cr/perl_prefer_envvar | cos | |
2013-01-20 | basic contrib/ cleanup | Jérémie Courrèges-Anglas | |
* (*.pl, rpws) don't hardcode path to Perl but rely on /usr/bin/env * (allwindows.sh) don't require bash * (rpshowall.sh) properly handle arguments, use portable shell arithmetic * (*.sh) use more quotes * (*.pl, split.sh) use 'ratpoison' if RATPOISON isn't in the environment (and don't error out) | |||
2012-08-10 | contrib/genrpbindings: removing the space between method name and the ↵ | Vincent Batts | |
parenthesis Ruby syntax got more restrictive, so spaces are no longer allowed there. | |||
2009-07-12 | Added functionality to rpws script | Hatem Nassrat | |
- Move window to different workspace - Workspaces frame state dump and restore (to/from file) commands | |||
2009-04-24 | rename ratpoison-info and ratpoison-commands-info to remove name clash with ↵ | Shawn Betts | |
ratpoison-cmd.el | |||
2009-04-24 | in contrib/nogaps.el, placate the emacs Lisp byte-compiler and standardise ↵ | Philip Hudson | |
the (require 'cl) line | |||
2009-04-24 | in contrib/rpws don't create wspl1, since it already exist as the Default group. | Shawn Betts | |
Also add a check to ensure the workspaces creates are at least 2. | |||
2009-04-13 | Allowing for next and prev workspace switching. | Hatem Nassrat | |
2008-10-19 | add contrib/expose.pl | J.R. Mauro | |
2008-04-18 | fix off by one bug in rpws | Shawn | |
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-06 | Remove .cvsignore files. add .gitignore files | Shawn Betts | |
2006-11-21 | complete MAINTAINERCLEANFILES variables | brl | |
2006-11-18 | *** empty log message *** | sabetts | |
2006-05-09 | (ws_init): loop from 1 not 0 | sabetts | |
2006-04-02 | *** empty log message *** | sabetts | |
2006-03-16 | *** empty log message *** | sabetts | |
2006-03-16 | remove tabs and trailing whitespace. | sabetts | |
2005-08-24 | (pkgdata_DATA): add unrat.c | sabetts | |
(EXTRA_DIST): likewise | |||
2005-04-12 | Replace with Mike O'Connor's perl version. | sabetts | |
2005-01-19 | add python bindings. | sabetts | |
2005-01-15 | fix regex to match new actions.c format. | sabetts | |
2004-12-13 | * src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of body | sabetts | |
to sbuf_nconcat. (sbuf_nconcat): new function * src/globals.c (init_globals): new function * src/main.c (main): call init_globals. * src/globals.c: include unistd.h. (x_export_selection): new function (set_nselection): likewise (set_selection): call x_export_selection (get_cut_buffer): new function (get_primary_selection): likewise (get_selection): likewise * src/editor.c (editor_kill_word): add the deleted text to the X11 selection (editor_backward_kill_word): likewise (editor_kill_line): likewise (backward_kill_line): new fuction (editor_backward_kill_line): add the deleted text to the X11 selection. call backward_kill_line. (paste_cut_buffer): remove function (paste_primary_selection): likewise (editor_paste_selection): call get_selection to get the X11 selection. (editor_complete): call backward_kill_line instead of editor_backward_kill_line. * src/ratpoison.h: Include string.h. Include X11/XAtom.h. * src/globals.c (selection): new global (set_selection): new function * src/events.c: include X11/Xmd.h (selection_request): new function (selection_clear): new function (delegate_event): call selection_request and selection_clear for SelectionRequest and SelectionClear events. * src/actions.c (user_commands): remove duplicate focusprev entry. Add putsel. Add getsel. (cmd_putsel): new function (cmd_getsel): new function * contrib/genrpbindings: add a missing paren to the elisp bindings. | |||
2004-12-04 | update copyright. | sabetts | |
2004-12-02 | add copyright notices | sabetts | |
2004-11-17 | use env to find out where bash is | sabetts | |
2004-11-12 | * contrib/genrpbindings: fix up path to ratpoison binary | sabetts | |
* contrib/genrpbindings: add common lisp bindings | |||
2004-11-12 | * src/actions.c (cmd_ratclick): new function | sabetts | |
(cmd_ratrelwarp): likewise (cmd_ratwarp): likewise (user_commands): new commands ratclick, ratrelwarp, ratwarp. * contrib/genrpbindings: add common lisp bindings | |||
2004-10-29 | remove the echo /tmp/boom line. | sabetts | |
2004-09-27 | (ratpoison-command): use call-process. | sabetts | |