Age | Commit message (Expand) | Author |
2010-01-31 | change error message for gdelete to reduce confusion. | Shawn Betts |
2010-01-31 | cother/iother Segfault patch | Rob Paisley |
2010-01-03 | correct spelling errors in the manpage | Bernhard R. Link |
2009-11-25 | Do not manually set docdir to default directory. | Bernhard R. Link |
2009-10-30 | update debian/ | Bernhard R. Link |
2009-07-17 | move libraries from LDFLAGS to LDADD to avoid problems in argument order | Bernhard R. Link |
2009-07-15 | silence gcc false-positive undefined warning | Bernhard R. Link |
2009-07-15 | silence gcc warnings against empty if branches | Bernhard R. Link |
2009-07-15 | silence unused variables and unused parameters warnings | Bernhard R. Link |
2009-07-15 | use gcc's __builtin_prefetch if available to silence problems with the empty ... | Bernhard R. Link |
2009-07-15 | silence warnings about signed/unsigned char mismatch | Bernhard R. Link |
2009-07-15 | do not shadow identifiers (silencing gcc's -Wshadow warnings) | Bernhard R. Link |
2009-07-14 | update debian/ directory for 1.4.5-1 | Bernhard R. Link |
2009-07-12 | check for getline in configure.in | Shawn Betts |
2009-07-12 | Added functionality to rpws script | Hatem Nassrat |
2009-07-12 | bump version to 1.4.6-GIT | Shawn Betts |
2009-07-12 | update NEWSv1.4.5 | Shawn Betts |
2009-07-04 | fix inverted text when using xftwinliststyle-row_broken | Shawn Betts |
2009-05-31 | only add command to general history if it was entered interactivelywinliststyle-row_works | Bernhard R. Link |
2009-04-30 | fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon... | Shawn Betts |
2009-04-29 | Fix issues when historysize is zero. | Bernhard R. Link |
2009-04-27 | update debian/ to 1.4.4-1 | Bernhard R. Link |
2009-04-26 | bump version to 1.4.5-GIT | Shawn Betts |
2009-04-26 | update AUTHORS, NEWS, and ChangeLog with recent changesv1.4.4 | Shawn Betts |
2009-04-24 | rename ratpoison-info and ratpoison-commands-info to remove name clash with r... | Shawn Betts |
2009-04-24 | in contrib/nogaps.el, placate the emacs Lisp byte-compiler and standardise th... | Philip Hudson |
2009-04-24 | in contrib/rpws don't create wspl1, since it already exist as the Default group. | Shawn Betts |
2009-04-13 | grab the keyboard and pointer in cmd_resize | Shawn Betts |
2009-04-13 | make ratinfo and ratrelinfo work with ratpoison -c and return coordinates rel... | Shawn Betts |
2009-04-13 | fix segfault in banishrel and make it banish to the corner of the frame when ... | Shawn Betts |
2009-04-13 | add texinfo documentation for ratinfo, ratrelinfo, banishrel commands | Shawn Betts |
2009-04-13 | Add ratinfo, ratrelinfo, and banishrel commands | Rob Paisley |
2009-04-13 | Allowing for next and prev workspace switching. | Hatem Nassrat |
2009-04-13 | resize the help window when a screen is resized | Shawn |
2009-01-16 | set _net_wm_name for the root window to ratpoison | Bernhard R. Link |
2009-01-16 | Move screen activation code to new (de)activate_screen functions, | Bernhard R. Link |
2008-11-18 | fix AUTO_CLOSE code in unmanage() | Shawn |
2008-11-01 | in cmd_tmpwm wait for a second if it failed to re-select the root events. | Shawn |
2008-11-01 | fix (i hope) the tmpwm race condition and the bug that sometimes keys don't w... | Shawn |
2008-10-22 | include limits.h for INT_MAX | Shawn |
2008-10-22 | update documentation | Bernhard R. Link |
2008-10-22 | ignore non-existing libhistory unless --enable-history | Bernhard R. Link |
2008-10-22 | make history expansion an option (switched off by default) | Bernhard R. Link |
2008-10-22 | remove libhistory history handling, only feed it on demand when doing ! expan... | Bernhard R. Link |
2008-10-22 | add 'set historysize' and 'set historycompaction' (defaulting to true) to com... | Bernhard R. Link |
2008-10-22 | alternate history implementation when no libhistory is available | Bernhard R. Link |
2008-10-22 | move all HAVE_HISTORY into history.c | Bernhard R. Link |
2008-10-22 | SHELLCMD history only shows execute arguments, things to execute are stored a... | Bernhard R. Link |
2008-10-22 | define different history types and use them | Bernhard R. Link |
2008-10-22 | return the correct value when set_barinpadding is called without arguments | Antti Nykänen |