summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2014-02-20Detect pwd.h and getpwuid.Jérémie Courrèges-Anglas
2014-02-20If HOME is not set in the env., fallback to the passwd entry.Jérémie Courrèges-Anglas
2014-02-20Mark the X socket as to be closed on exec.Jérémie Courrèges-Anglas
2014-02-20Change set_close_on_exec to take a file descriptor.Jérémie Courrèges-Anglas
2014-01-04Kill init_globals().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-03Open $sysconfdir/ratpoisonrc, don't hardcode /etc.Jérémie Courrèges-Anglas
2014-01-03Be more verbose about failures in read_startup_files().Jérémie Courrèges-Anglas
2014-01-03Better error checking for -f configfile.Jérémie Courrèges-Anglas
2014-01-03Report bugs to PACKAGE_BUGREPORT.Jérémie Courrèges-Anglas
2014-01-03In str_comp() make len and i size_t.Jérémie Courrèges-Anglas
2014-01-03Typo in comment.Jérémie Courrèges-Anglas
2014-01-03Tiny xmalloc/realloc/strdup cleanup.Jérémie Courrèges-Anglas
2014-01-03FD_CLOEXEC is only used in set_close_on_exec().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-06-04fix logic in strtok_wsJérémie Courrèges-Anglas
2013-04-13read_rc_file: use getline(3) instead of emulating itJérémie Courrèges-Anglas
2013-04-10main: in case XOpenDisplay fails, use exit not returnJérémie Courrèges-Anglas
2013-04-10strtok_ws: account for erroneous usageJérémie Courrèges-Anglas
2013-04-10main: free display and alt_rcfileJérémie Courrèges-Anglas
2013-04-07In strtok_ws() use "last", not "pointer" for the static variableJérémie Courrèges-Anglas
2013-02-22make ratpoison -c provide a useful exit statusJérémie Courrèges-Anglas
2013-02-13move xa_string initialisation before first useBernhard R. Link
2013-02-06make TEXT atoms global variablesJérémie Courrèges-Anglas
2013-02-06introduce defaults.utf8_localeJérémie Courrèges-Anglas
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-04-30fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...Shawn Betts
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-10-22make history expansion an option (switched off by default)Bernhard R. Link
2008-10-22add 'set historysize' and 'set historycompaction' (defaulting to true) to com...Bernhard R. Link
2008-10-22move all HAVE_HISTORY into history.cBernhard R. Link
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-06-22make xstrdup argument const char*Bernhard R. Link
2008-06-20support the netwm dialog window typeShawn
2008-06-16update copyright noticeShawn Betts
2008-05-25don't free defaults.font when xft is enabledShawn
2008-05-24Add xft supportMidare Kiyura
2007-08-14src/main.c (xvsprintf): limit memory allocation to 200K when vsnprintf return...brl
2007-07-18free more stuff at termination time to make valgrind output better readablebrl
2007-05-07(init_defaults): only load the backup font when thesabetts
2007-05-04* src/main.c (init_defaults): if the default font fails, use thesabetts
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
2006-11-17* src/split.c (show_frame_indicator): use defaults.frame_fmtsabetts
2006-10-04(strtok_ws): remove useless debug ouput.sabetts
2006-09-27*** empty log message ***sabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts