Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 ! ↵ | Bernhard R. Link | |
expansion | |||
2008-10-22 | add 'set historysize' and 'set historycompaction' (defaulting to true) to ↵ | Bernhard R. Link | |
compact history | |||
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 ↵ | Bernhard R. Link | |
as in history as execute commands | |||
2008-10-22 | define different history types and use them | Bernhard R. Link | |
(implementation does not separate them yet, though) | |||
2008-10-22 | return the correct value when set_barinpadding is called without arguments | Antti Nykänen | |
Currently, when you execute C-t : set barinpadding, you actually get the bar's border width. This patch fixes that. | |||
2008-10-19 | update the NEWS file to reflect recent changes | Shawn | |
2008-10-19 | add contrib/expose.pl | J.R. Mauro | |
2008-10-19 | disallow duplicate group names | Ali Gholami Rudi | |
2008-10-12 | PID support for format_string | Antti Nykänen | |
2008-10-12 | run switch group hooks after gdelete | Ali Gholami Rudi | |
When current group is deleted, a new group is selected but switch group hooks are not run. This patch calls set_current_group() which runs those hooks. | |||
2008-10-12 | don't delete the last group | Ali Gholami Rudi | |
Currently gdelete deletes the last group and creates a new empty group. This patch changes gdelete to show a message, instead. | |||
2008-10-12 | select the last visited group after gdelete | Ali Gholami Rudi | |
2008-10-12 | change grename arg type to arg_REST | Shawn | |
2008-10-12 | add grename command | Ali Gholami Rudi | |
2008-10-11 | cmd_swap checks that both frames are on the same screen | Bernhard R. Link | |
2008-10-10 | document gother | Shawn | |
2008-10-10 | mark the last group in cmd_groups | Shawn | |
2008-10-10 | add gother command | Ali Gholami Rudi | |
2008-10-10 | src/actions.c: fix memory leak in cmd_groups() | Ali Gholami Rudi | |
2008-10-10 | in get_net_wm_window_type, only call XFree on success | Shawn | |
This fixes a crash bug that was reproduced by running dolphin (the kde file manager). | |||
2008-10-10 | bind nextscreen/prevscreen to C-t N and C-t P | Shawn | |
2008-10-10 | choose a better approach to setting the border color in remove_frame | Shawn | |
* remove call to give_window_focus in remove_frame * set the border color in hide_window calling give_window_focus in remove_frame was plain incorrect. setting it in hide_window might be considered overkill but I believe it will catch this case and any others that might be lurking. | |||
2008-10-10 | allow window border color to be set seperately for focused and unfocused windows | Kipling Inscore | |
2008-10-10 | clean up set_active_window_body() with 2 new helper functions | J.R. Mauro | |
2008-10-10 | doc/ratpoison.texi: fix argument order of execf | Bernhard R. Link | |
2008-06-22 | document new %M in manpage | Bernhard R. Link | |
2008-06-22 | make xstrdup argument const char* | Bernhard R. Link | |
2008-06-22 | Mark command arguments as arg_COMMAND | Bernhard R. Link | |
2008-06-22 | remove unused history_list_items function | Bernhard R. Link | |
2008-06-20 | support the netwm dialog window type | Shawn | |
2008-06-20 | add a maxsize formatter character to format_string | Shawn | |