summaryrefslogtreecommitdiff
path: root/src/actions.c
AgeCommit message (Expand)Author
2014-01-03strdup -> xstrdupJérémie Courrèges-Anglas
2014-01-03malloc -> xmallocJérémie Courrèges-Anglas
2014-01-03One realloc -> xrealloc.Jérémie Courrèges-Anglas
2014-01-03Get rid of useless casts of xmalloc/realloc return value.Jérémie Courrèges-Anglas
2014-01-03if (ptr) free(ptr) is not a good idiom.Jérémie Courrèges-Anglas
2014-01-03In parse_keydesc() strdup the key desc only if needed.Jérémie Courrèges-Anglas
2014-01-03Remove some fairly obvious comments.Jérémie Courrèges-Anglas
2013-12-03Bogus cmdret_free call.Jérémie Courrèges-Anglas
2013-11-22Cast char arguments to to*/is* ctype calls to unsigned charJérémie Courrèges-Anglas
2013-11-20Cleanup cmd_metaJérémie Courrèges-Anglas
2013-11-20In cmd_meta, don't pass stack garbage to XSendEvent.Jérémie Courrèges-Anglas
2013-11-17Use sbuf_chop in fdump() to trim trailing comma.Jérémie Courrèges-Anglas
2013-08-08Plug leak in cmd_sfrestore.Jérémie Courrèges-Anglas
2013-08-08Cleanup cmd_sfdump.Jérémie Courrèges-Anglas
2013-08-08Consistent formatting in cmd_sfrestore.Jérémie Courrèges-Anglas
2013-08-08Remove useless/untrue comments in cmd_sfrestore.Jérémie Courrèges-Anglas
2013-08-08Better variable names in cmd_sfrestoreJérémie Courrèges-Anglas
2013-08-08In cmd_sfrestore don't pass screen number to frestore.Jérémie Courrèges-Anglas
2013-05-26Adapt group bar to be updated on group number or name change.cr/implement_gnumber-with_winliststylecos
2013-05-26Remove redundant check for NULL.cos
2013-05-26Add initial cmd_gnumber implementation.cos
2013-04-10Get rid of several unused variablesJérémie Courrèges-Anglas
2013-04-10Refactor cmd_promptJérémie Courrèges-Anglas
2013-04-10Refactor cmd_timeJérémie Courrèges-Anglas
2013-04-10cmd_prompt: handle NULL outputJérémie Courrèges-Anglas
2013-02-22fixup return values of several commandsJérémie Courrèges-Anglas
2013-02-18more correct cmd_help()Jérémie Courrèges-Anglas
2013-02-06rp_text_width: remove "font" argumentJérémie Courrèges-Anglas
2013-01-20tmpwm fix: SIG_IGN -> SIG_DFLJérémie Courrèges-Anglas
2012-12-26environment handling fixesJérémie Courrèges-Anglas
2012-07-01cmd_info: also display a window not in the current groupBernhard R. Link
2010-05-18add a titlechanged hookZed Lopez
2010-05-07fix alias bugKeith Amling
2010-03-31Cleaned up some cmdret, sbuf, char * usage; eliminating associated memory leaksKipling Inscore
2010-03-17fix swap across multiple screensBernhard R. Link
2010-01-31change error message for gdelete to reduce confusion.Shawn Betts
2010-01-31cother/iother Segfault patchRob Paisley
2009-07-15silence gcc false-positive undefined warningBernhard R. Link
2009-07-15silence unused variables and unused parameters warningsBernhard R. Link
2009-07-15do not shadow identifiers (silencing gcc's -Wshadow warnings)Bernhard R. Link
2009-07-04fix inverted text when using xftwinliststyle-row_brokenShawn Betts
2009-05-31only add command to general history if it was entered interactivelywinliststyle-row_worksBernhard R. Link
2009-04-30fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...Shawn Betts
2009-04-13grab the keyboard and pointer in cmd_resizeShawn Betts
2009-04-13make ratinfo and ratrelinfo work with ratpoison -c and return coordinates rel...Shawn Betts
2009-04-13fix segfault in banishrel and make it banish to the corner of the frame when ...Shawn Betts
2009-04-13Add ratinfo, ratrelinfo, and banishrel commandsRob Paisley
2009-01-16Move screen activation code to new (de)activate_screen functions,Bernhard R. Link
2008-11-01in cmd_tmpwm wait for a second if it failed to re-select the root events.Shawn
2008-11-01fix (i hope) the tmpwm race condition and the bug that sometimes keys don't w...Shawn