Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | Fix display_string construction to handle new XDisplayString() behaviour | anthony | |
XDisplayString does not append ".screen number" to return value after http://gitorious.org/omcfadde/libx11/commit/f92e754297ec5fdb81068b56a4435026666224fa Fix by appending .screen_num to the end of s->display_string in such case | |||
2010-12-23 | don't follow a pointer that might be NULL (HIDE_MOUSE specific) | Bernhard R. Link | |
In events.c's key_press, the screen the local pointer variable s points to is accessed if HIDE_MOUSE is defined when hiding the cursor. Directly after that there is a "if (!s) return;", which is obviously too late. By default HIDE_MOUSE is not defined in src/conf.h, so this is not a problem unless this feature was enabled at compile time. Found by cppcheck. | |||
2010-08-21 | document nextscreen and prevscreen default keybindings in the manpage | Bernhard R. Link | |
2010-05-18 | add a titlechanged hook | Zed Lopez | |
2010-05-07 | fix alias bug | Keith Amling | |
When an alias is executed without arguments, for example aliasing "reload" to "source .ratpoisonrc" and then running "reload" by itself results in "source: .ratpoisonrc : No such file or directory" implying it was trying to load ".ratpoisonrc " (note the extra space). | |||
2010-04-16 | in init_screen, properly handle a dot in the display string | Shawn Betts | |
2010-04-12 | document newwindow hook | Shawn Betts | |
2010-04-12 | add a new_window_hook to the map_window function of manage.c. | Eric A | |
2010-03-31 | Cleaned up some cmdret, sbuf, char * usage; eliminating associated memory leaks | Kipling Inscore | |
2010-03-17 | fix swap across multiple screens | Bernhard R. Link | |
exchange_with_frame now always selects the second frame given, simplifying the code (getting rid of segfaults when both were on different screens). This changes the behaviour of cmd_swap to always focus the first argument when two arguments are given. This patch also removes the screen argument of exchange_with_frame, which is now no longer needed (and cmd_swap was giving the wrong screen anyway in the case of multiple arguments given). | |||
2010-01-31 | change error message for gdelete to reduce confusion. | Shawn Betts | |
2010-01-31 | cother/iother Segfault patch | Rob Paisley | |
As reported by "Gentooer" in the #ratpoison IRC channel, there is a bug in :cother and :iother. If are no windows and you issue either :cother, or :iother ratpoison segfaults. This patch resolves the issue. | |||
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 | |
The setting of docdir in Makefile.am is uncessary as it is set to the default value. It is harmful as this overwrites the value filled in by autoconf causing a user suplied --docdir= to be ignored. Thanks to Grigorios Bouzakis for reporting this. | |||
2009-10-30 | update debian/ | Bernhard R. Link | |
- to include changes for 1.4.5-2 - to update patches to apply to current git - list explicit commands in debian/README.source how to build from git | |||
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 | |
prefetch function | |||
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 | |
This fixes a build error encountered on glibc 2.10 systems | |||
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-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 | |
Now the inverted rectangle is drawn first and the text overtop in the bg color. | |||
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 ↵ | Shawn Betts | |
xft_font and xft_color. | |||
2009-04-29 | Fix issues when historysize is zero. | Bernhard R. Link | |
If historysize is 0, do not create .ratpoison_history at exit and do keep no entries in history. (Previously ratpoison would always at least store the last entry). | |||
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 ↵ | 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 | grab the keyboard and pointer in cmd_resize | Shawn Betts | |
* fixes a bug that hangs rp: in resize mode, click firefox and rp hangs | |||
2009-04-13 | make ratinfo and ratrelinfo work with ratpoison -c and return coordinates ↵ | Shawn Betts | |
relative to current frame when there's no window * update docs | |||
2009-04-13 | fix segfault in banishrel and make it banish to the corner of the frame when ↵ | Shawn Betts | |
there's no window * update documentation | |||
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 | |
making sure _NET atoms are reset after tmpwm and deleted when exiting. | |||
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 ↵ | Shawn | |
work after tmpwm the race condition is fixed by spinning in a loop with a special error handler until it is confirmed that the root event selections were successfully. Existing windows don't get their top level keys grabbed, so after the windows are synced up, grab the top level keys on all windows. | |||
2008-10-22 | include limits.h for INT_MAX | Shawn | |