Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-03 | Bogus cmdret_free call. | Jérémie Courrèges-Anglas | |
2013-11-26 | Prettify --with-xterm handling. | Jérémie Courrèges-Anglas | |
2013-11-26 | Prettify --enable-debug handling. | Jérémie Courrèges-Anglas | |
2013-11-26 | If asked for, use the Electric Fence library. | Jérémie Courrèges-Anglas | |
2013-11-26 | Assume we have stdarg.h and unistd.h. | Jérémie Courrèges-Anglas | |
2013-11-26 | Don't check for usleep, useless since Dec. 2004 | Jérémie Courrèges-Anglas | |
* see 9cb1a3d. If your system doesn't provide usleep or ratpoison doesn't manage to find it, please report back. | |||
2013-11-26 | Don't check for getopt(3), we don't use it. | Jérémie Courrèges-Anglas | |
2013-11-22 | Document the titlechanged hook. | Jérémie Courrèges-Anglas | |
2013-11-22 | Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36 | Jérémie Courrèges-Anglas | |
I'll be more careful when using 'c' in Magit. ;) | |||
2013-11-22 | Cast char arguments to to*/is* ctype calls to unsigned char | Jérémie Courrèges-Anglas | |
* those functions expect an int whose value is between -1 and 255. Cast to unsigned char so that sign extension when promoting to int doesn't bite us. | |||
2013-11-21 | Don't assume getsid succeeds, fixes %p "glitches" | Jérémie Courrèges-Anglas | |
* on eg. OpenBSD you get -1 with errno set to EPERM if you call getsid on a pid no in the same session group as you. This makes the session id check much less useful, and exhibits glitches with %p in winfmt. For now, just bail out if getsid fails... | |||
2013-11-20 | Cleanup cmd_meta | Jérémie Courrèges-Anglas | |
* plug memory leak * consistent indentation * minimize variables scope * kill commented code | |||
2013-11-20 | In cmd_meta, don't pass stack garbage to XSendEvent. | Jérémie Courrèges-Anglas | |
* zero out the whole struct and explicitely assign CurrentTime (OL) to ev.xkey.time. This should please Firefox when using C-t t. | |||
2013-11-17 | Use sbuf_chop in fdump() to trim trailing comma. | Jérémie Courrèges-Anglas | |
* those commas shouldn't have been there in the first place. If your scripts rely on this, watch out! * code simplified and variables better named, while here. | |||
2013-11-17 | Introduce sbuf_chop() | Jérémie Courrèges-Anglas | |
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-08-08 | Plug leak in cmd_sfrestore. | Jérémie Courrèges-Anglas | |
Noticed by Repolho <repolho at zoho dot com>, who came with a different fix. | |||
2013-08-08 | Cleanup cmd_sfdump. | Jérémie Courrèges-Anglas | |
Better variable names, more readable formatting. Use a fixed buffer for the screen number appended to each frameset. | |||
2013-08-08 | Consistent formatting in cmd_sfrestore. | Jérémie Courrèges-Anglas | |
2013-08-08 | Remove useless/untrue comments in cmd_sfrestore. | Jérémie Courrèges-Anglas | |
2013-08-08 | Better variable names in cmd_sfrestore | Jérémie Courrèges-Anglas | |
2013-08-08 | In cmd_sfrestore don't pass screen number to frestore. | Jérémie Courrèges-Anglas | |
Noticed by Repolho <repolho at zoho dot com>, who came with a similar fix. | |||
2013-08-08 | Free buffer used to read history file. | Jérémie Courrèges-Anglas | |
From Repolho <repolho at zoho dot com>, thanks! | |||
2013-08-08 | Do not leak mem if hook is already present. | Jérémie Courrèges-Anglas | |
From Repolho <repolho at zoho dot com>, thanks! | |||
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 | silence compilation warning in src/manage.c | 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-06-04 | fix logic in strtok_ws | Jérémie Courrèges-Anglas | |
bug reported by Ellington Santos on the mailing-list, thanks! | |||
2013-05-27 | Merge "gnumber" feature from |cos|'s repo | Jérémie Courrèges-Anglas | |
2013-05-26 | Check for and use $RATPOISON during runtime when possible.cr/perl_prefer_envvar | cos | |
2013-05-26 | Adapt group bar to be updated on group number or name change.cr/implement_gnumber-with_winliststyle | cos | |
2013-05-26 | Remove redundant check for NULL. | cos | |
Since add_command() for cmd_gnumber is forcing one (or two) numerical argument, command() will never allow calling the cmd_gnumber() with arg[0] set to NULL. | |||
2013-05-26 | Added user documentation for gnumber command. | cos | |
2013-05-26 | Add initial cmd_gnumber implementation. | cos | |
2013-05-26 | Make group_add_new_group() sort groups numerically. | cos | |
2013-05-26 | draw_string: only call rp_text_width when needed | Jérémie Courrèges-Anglas | |
2013-05-26 | draw_string: more cleanup and clarifications | Jérémie Courrèges-Anglas | |
rename "update" to "print_reason" and use #defined flags instead of magic numbers | |||
2013-05-26 | draw_string: document variables | Jérémie Courrèges-Anglas | |
2013-05-26 | feed draw_partial_string with a string and a length | Jérémie Courrèges-Anglas | |
makes it easier to call along with rp_text_width |