summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
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
2006-05-15* src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmapsabetts
2006-04-21(print_version): print build datesabetts
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-03-16* src/main.c (clean_up): use list_size not rp_num_frame_undossabetts
2006-03-16* src/window.c (_XOPEN_SOURCE): new definesabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15(init_user_commands): add optional argument to "info"sabetts
2006-03-08* src/main.c (clean_up): properly free rp_frame_numsetsabetts
2006-01-03* src/number.c (numset_add_num): store the ret val ofsabetts
2005-10-20* src/window.c: include unistd.hsabetts
2005-06-11* src/main.c (clean_up): call del_frame_undo not pop_frame_undosabetts
2005-03-05* src/ratpoison.h (check_child_procs): new prototypesabetts
2005-02-22* src/main.c (read_startup_files): use xsprintf when generatingsabetts
2005-02-10(main): set the RATPOISON env. variable to the pathsabetts
2005-01-15(main): Report extra unparsed arguments.sabetts
2005-01-15(init_defaults): turn off warp by default.sabetts
2005-01-15 * src/actions.c (ARG_STRING): new definesabetts
2005-01-04* src/main.c (print_help): Update mailing list.rcyeske
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-09* src/messages.h (MESSAGE_NO_OTHER_WINDOW): remove padding spacessabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-11-19* src/actions.c (set_vars): add maxundossabetts
2004-11-18* src/window.c (unhide_transient_for): add a newline to debuggingsabetts