summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2014-06-14Kill RCS Ids.Jérémie Courrèges-Anglas
2014-04-22"Fix" for sloppy.cJérémie Courrèges-Anglas
* so it seems like this change makes some users' life better. It still fails to behave properly here, but I don't care. :)
2014-03-24Install ratpoison.el in share/emacs/site-lispJérémie Courrèges-Anglas
2014-02-20Fix typos and wrap line.Jérémie Courrèges-Anglas
2014-02-20Fit line in 80 chars after last commit.Jérémie Courrèges-Anglas
2014-02-20Add documentation of the rpwsm$i and rpwsm{n,p} aliases in rpws.Vasil Zlatanov
2014-02-20Add the "current" option to rpws to print the current workspace.Vasil Zlatanov
2013-12-05Added contrib/ratdate.sh and updated Makefile.amRob Paisley
2013-11-17Revert "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-17Added contrib/ratdate.sh and Makefile for buildingRob 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-25No path hardcoding when generating bindings.Jérémie Courrèges-Anglas
2013-06-05contrib/sloppy.c: ensure $RATPOISON is setJérémie Courrèges-Anglas
2013-06-05contrib/sloppy.c: no need for grep(1)Jérémie Courrèges-Anglas
2013-06-05contrib/{sloppy,unrat}.c: make this code actually readable...Jérémie Courrèges-Anglas
2013-06-05contrib/{unrat,sloppy}.c: perror(3) makes no sense hereJérémie Courrèges-Anglas
2013-06-05contrib/{unrat,sloppy}.c: main() takes voidJérémie Courrèges-Anglas
2013-06-05contrib/{unrat,sloppy}.c: ansify defaulthandler()Jérémie Courrèges-Anglas
2013-06-05contrib/sloppy.c: include unistd.h for fork(2)Jérémie Courrèges-Anglas
2013-06-04contrib/genrpbindings: correct CL {pre,post}ambleJérémie Courrèges-Anglas
2013-06-04contrib/genrpbindings: use $RATPOISON at runtimeJé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-04contrib/sloppy.c: execl(3) wants a NULL pointerJérémie Courrèges-Anglas
from Ellington Santos, thanks!
2013-05-26Check for and use $RATPOISON during runtime when possible.cr/perl_prefer_envvarcos
2013-01-20basic contrib/ cleanupJé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-10contrib/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-12Added functionality to rpws scriptHatem Nassrat
- Move window to different workspace - Workspaces frame state dump and restore (to/from file) commands
2009-04-24rename ratpoison-info and ratpoison-commands-info to remove name clash with ↵Shawn Betts
ratpoison-cmd.el
2009-04-24in contrib/nogaps.el, placate the emacs Lisp byte-compiler and standardise ↵Philip Hudson
the (require 'cl) line
2009-04-24in 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-13Allowing for next and prev workspace switching.Hatem Nassrat
2008-10-19add contrib/expose.plJ.R. Mauro
2008-04-18fix off by one bug in rpwsShawn
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-06Remove .cvsignore files. add .gitignore filesShawn Betts
2006-11-21complete MAINTAINERCLEANFILES variablesbrl
2006-11-18*** empty log message ***sabetts
2006-05-09(ws_init): loop from 1 not 0sabetts
2006-04-02*** empty log message ***sabetts
2006-03-16*** empty log message ***sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2005-08-24(pkgdata_DATA): add unrat.csabetts
(EXTRA_DIST): likewise
2005-04-12Replace with Mike O'Connor's perl version.sabetts
2005-01-19add python bindings.sabetts
2005-01-15fix regex to match new actions.c format.sabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
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-04update copyright.sabetts
2004-12-02add copyright noticessabetts
2004-11-17use env to find out where bash issabetts
2004-11-12* contrib/genrpbindings: fix up path to ratpoison binarysabetts
* contrib/genrpbindings: add common lisp bindings