summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
AgeCommit message (Expand)Author
2017-09-17Move fatal() and x* helpers to their own fileJérémie Courrèges-Anglas
2017-09-17Move utf8_locale to its own fileJérémie Courrèges-Anglas
2017-08-28Move several functions out of main.c into globals.cWill Storey
2017-03-10Use file names, not paths, in error/warning/debug messagesJérémie Courrèges-Anglas
2017-03-10Print a warning if a deprecated command is used.Jérémie Courrèges-Anglas
2017-02-15Merge branch 'xrandr'Jérémie Courrèges-Anglas
2016-12-08Move function declaration to the right headerMathieu OTHACEHE
2016-11-23Kill unused declJérémie Courrèges-Anglas
2016-11-17Add xrandr supportMathieu OTHACEHE
2014-03-04get_homedir(), checks HOME and the password databaseJé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-03In str_comp() make len and i size_t.Jérémie Courrèges-Anglas
2014-01-03Remove some fairly obvious comments.Jérémie Courrèges-Anglas
2014-01-03FD_CLOEXEC is only used in set_close_on_exec().Jérémie Courrèges-Anglas
2014-01-03We need config.h, no need for ifdef's.Jérémie Courrèges-Anglas
2009-07-15silence gcc warnings against empty if branchesBernhard R. Link
2008-10-22define different history types and use themBernhard R. Link
2008-06-22make xstrdup argument const char*Bernhard R. Link
2006-09-27*** empty log message ***sabetts
2006-05-24* src/xinerama.c (free_xinerama): take void arguments. prototype updated.sabetts
2006-04-20* src/split.c (show_frame_message): use XmbDrawString and XmbTextEscapementsabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15(init_user_commands): add optional argument to "info"sabetts
2005-03-05* src/ratpoison.h (check_child_procs): new prototypesabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-09-29* configure.in: Warn when the history header or library is notsabetts
2004-02-27* src/window.c (give_window_focus): save the mouse position beforesabetts
2003-11-18* contrib/rpshowall.sh: store ratpoison binary location insabetts
2003-11-03 * configure.in: Add "--disable-history" handling.sabetts
2003-07-17* src/window.c (set_active_window): run the switch window hook.sabetts
2003-05-27* src/editor.c (saved_command): new local globalsabetts
2003-05-25* src/window.c: do not include ctype.hsabetts
2003-05-16* src/window.c (add_to_window_list): add the window to the currentsabetts
2003-05-15(struct rp_screen): rename fromsabetts
2003-03-31* src/split.c (current_window): call screen_get_frame.sabetts
2003-03-07* src/Makefile.am (ratpoison_SOURCES): add frame.c and frame.hsabetts
2003-03-07* src/Makefile.am (ratpoison_SOURCES): remove list.h and list.c,sabetts
2003-02-23* configure.in: don't check for variable argument support insabetts
2002-11-20* src/ratpoison.h[!HAVE_VARARG_MACROS]: PRINT_ERROR andsabetts
2001-12-21* src/sbuf.h (sbuf_printf_concat): new prototypesabetts
2001-09-18* src/ratpoison.h (xstrdup): new prototypesabetts
2001-04-01* src/split.h (find_window_for_frame): new function prototypesabetts
2001-03-02* ratpoison.h (xmalloc, xrealloc, fatal): Prototype.rcyeske
2001-03-02* actions.c (cmd_source): Open the file. Error report asrcyeske
2001-02-26added cmd_sourcercyeske
2001-02-15header cleanups & copyright year update & coalgernon
2001-02-14rewrote bar highlightingrcyeske
2001-02-12#include "sbuf.h"rcyeske