index
:
ratpoison
cr/add_confirmquit
cr/deprecate_winliststyle
cr/implement_gnumber
cr/implement_gnumber-with_winliststyle
cr/implement_gnumber_hack
cr/implement_gnumber_uglyhack
cr/perl_prefer_envvar
cr/remove_cos_obsolete_email
cr/remove_cos_obsolete_irc
fix/authors_dups_clean-up
fix/gselect_exact_match
fix/unsetenv_memory_corruption
hax/altgr_support
master
rp_simplified
ratpoison is a simple window manager with no flashy wank.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
actions.c
Age
Commit message (
Expand
)
Author
2014-01-03
In parse_keydesc() strdup the key desc only if needed.
Jérémie Courrèges-Anglas
2014-01-03
Remove some fairly obvious comments.
Jérémie Courrèges-Anglas
2013-12-03
Bogus cmdret_free call.
Jérémie Courrèges-Anglas
2013-11-22
Cast char arguments to to*/is* ctype calls to unsigned char
Jérémie Courrèges-Anglas
2013-11-20
Cleanup cmd_meta
Jérémie Courrèges-Anglas
2013-11-20
In cmd_meta, don't pass stack garbage to XSendEvent.
Jérémie Courrèges-Anglas
2013-11-17
Use sbuf_chop in fdump() to trim trailing comma.
Jérémie Courrèges-Anglas
2013-08-08
Plug leak in cmd_sfrestore.
Jérémie Courrèges-Anglas
2013-08-08
Cleanup cmd_sfdump.
Jérémie Courrèges-Anglas
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
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
2013-05-26
Add initial cmd_gnumber implementation.
cos
2013-04-10
Get rid of several unused variables
Jérémie Courrèges-Anglas
2013-04-10
Refactor cmd_prompt
Jérémie Courrèges-Anglas
2013-04-10
Refactor cmd_time
Jérémie Courrèges-Anglas
2013-04-10
cmd_prompt: handle NULL output
Jérémie Courrèges-Anglas
2013-02-22
fixup return values of several commands
Jérémie Courrèges-Anglas
2013-02-18
more correct cmd_help()
Jérémie Courrèges-Anglas
2013-02-06
rp_text_width: remove "font" argument
Jérémie Courrèges-Anglas
2013-01-20
tmpwm fix: SIG_IGN -> SIG_DFL
Jérémie Courrèges-Anglas
2012-12-26
environment handling fixes
Jérémie Courrèges-Anglas
2012-07-01
cmd_info: also display a window not in the current group
Bernhard R. Link
2010-05-18
add a titlechanged hook
Zed Lopez
2010-05-07
fix alias bug
Keith Amling
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
2010-01-31
change error message for gdelete to reduce confusion.
Shawn Betts
2010-01-31
cother/iother Segfault patch
Rob Paisley
2009-07-15
silence gcc false-positive undefined warning
Bernhard R. Link
2009-07-15
silence unused variables and unused parameters warnings
Bernhard R. Link
2009-07-15
do not shadow identifiers (silencing gcc's -Wshadow warnings)
Bernhard R. Link
2009-07-04
fix inverted text when using xft
winliststyle-row_broken
Shawn Betts
2009-05-31
only add command to general history if it was entered interactively
winliststyle-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-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 ratinfo, ratrelinfo, and banishrel commands
Rob Paisley
2009-01-16
Move screen activation code to new (de)activate_screen functions,
Bernhard R. Link
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
make history expansion an option (switched off by default)
Bernhard R. Link
2008-10-22
add 'set historysize' and 'set historycompaction' (defaulting to true) to com...
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
[next]