summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-31change error message for gdelete to reduce confusion.Shawn Betts
2010-01-31cother/iother Segfault patchRob Paisley
2009-07-17move libraries from LDFLAGS to LDADD to avoid problems in argument orderBernhard R. Link
2009-07-15silence gcc false-positive undefined warningBernhard R. Link
2009-07-15silence gcc warnings against empty if branchesBernhard R. Link
2009-07-15silence unused variables and unused parameters warningsBernhard R. Link
2009-07-15use gcc's __builtin_prefetch if available to silence problems with the empty ...Bernhard R. Link
2009-07-15silence warnings about signed/unsigned char mismatchBernhard 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-29Fix issues when historysize is zero.Bernhard R. Link
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-04-13resize the help window when a screen is resizedShawn
2009-01-16set _net_wm_name for the root window to ratpoisonBernhard R. Link
2009-01-16Move screen activation code to new (de)activate_screen functions,Bernhard R. Link
2008-11-18fix AUTO_CLOSE code in unmanage()Shawn
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
2008-10-22include limits.h for INT_MAXShawn
2008-10-22make history expansion an option (switched off by default)Bernhard R. Link
2008-10-22remove libhistory history handling, only feed it on demand when doing ! expan...Bernhard R. Link
2008-10-22add 'set historysize' and 'set historycompaction' (defaulting to true) to com...Bernhard R. Link
2008-10-22alternate history implementation when no libhistory is availableBernhard R. Link
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-22SHELLCMD history only shows execute arguments, things to execute are stored a...Bernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-10-22return the correct value when set_barinpadding is called without argumentsAntti Nykänen
2008-10-19disallow duplicate group namesAli Gholami Rudi
2008-10-12PID support for format_stringAntti Nykänen
2008-10-12run switch group hooks after gdeleteAli Gholami Rudi
2008-10-12don't delete the last groupAli Gholami Rudi
2008-10-12select the last visited group after gdeleteAli Gholami Rudi
2008-10-12change grename arg type to arg_RESTShawn
2008-10-12add grename commandAli Gholami Rudi
2008-10-11cmd_swap checks that both frames are on the same screenBernhard R. Link
2008-10-10mark the last group in cmd_groupsShawn
2008-10-10add gother commandAli Gholami Rudi
2008-10-10src/actions.c: fix memory leak in cmd_groups()Ali Gholami Rudi
2008-10-10in get_net_wm_window_type, only call XFree on successShawn
2008-10-10bind nextscreen/prevscreen to C-t N and C-t PShawn
2008-10-10choose a better approach to setting the border color in remove_frameShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-10-10clean up set_active_window_body() with 2 new helper functionsJ.R. Mauro
2008-06-22make xstrdup argument const char*Bernhard R. Link
2008-06-22Mark command arguments as arg_COMMANDBernhard R. Link