index
:
ratpoison
cr/add_confirmquit
cr/deprecate_winliststyle
cr/implement_gnumber
cr/implement_gnumber-with_winliststyle
cr/implement_gnumber_hack
cr/implement_gnumber_uglyhack
cr/perl_prefer_envvar
cr/remove_cos_obsolete_email
cr/remove_cos_obsolete_irc
fix/authors_dups_clean-up
fix/gselect_exact_match
fix/unsetenv_memory_corruption
hax/altgr_support
master
rp_simplified
ratpoison is a simple window manager with no flashy wank.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2014-02-20
Detect pwd.h and getpwuid.
Jérémie Courrèges-Anglas
2014-02-20
If HOME is not set in the env., fallback to the passwd entry.
Jérémie Courrèges-Anglas
2014-02-20
Mark the X socket as to be closed on exec.
Jérémie Courrèges-Anglas
2014-02-20
Change set_close_on_exec to take a file descriptor.
Jérémie Courrèges-Anglas
2014-01-04
Kill init_globals().
Jérémie Courrèges-Anglas
2014-01-03
Get rid of useless casts of xmalloc/realloc return value.
Jérémie Courrèges-Anglas
2014-01-03
if (ptr) free(ptr) is not a good idiom.
Jérémie Courrèges-Anglas
2014-01-03
Open $sysconfdir/ratpoisonrc, don't hardcode /etc.
Jérémie Courrèges-Anglas
2014-01-03
Be more verbose about failures in read_startup_files().
Jérémie Courrèges-Anglas
2014-01-03
Better error checking for -f configfile.
Jérémie Courrèges-Anglas
2014-01-03
Report bugs to PACKAGE_BUGREPORT.
Jérémie Courrèges-Anglas
2014-01-03
In str_comp() make len and i size_t.
Jérémie Courrèges-Anglas
2014-01-03
Typo in comment.
Jérémie Courrèges-Anglas
2014-01-03
Tiny xmalloc/realloc/strdup cleanup.
Jérémie Courrèges-Anglas
2014-01-03
FD_CLOEXEC is only used in set_close_on_exec().
Jérémie Courrèges-Anglas
2013-11-22
Cast char arguments to to*/is* ctype calls to unsigned char
Jérémie Courrèges-Anglas
2013-06-04
fix logic in strtok_ws
Jérémie Courrèges-Anglas
2013-04-13
read_rc_file: use getline(3) instead of emulating it
Jérémie Courrèges-Anglas
2013-04-10
main: in case XOpenDisplay fails, use exit not return
Jérémie Courrèges-Anglas
2013-04-10
strtok_ws: account for erroneous usage
Jérémie Courrèges-Anglas
2013-04-10
main: free display and alt_rcfile
Jérémie Courrèges-Anglas
2013-04-07
In strtok_ws() use "last", not "pointer" for the static variable
Jérémie Courrèges-Anglas
2013-02-22
make ratpoison -c provide a useful exit status
Jérémie Courrèges-Anglas
2013-02-13
move xa_string initialisation before first use
Bernhard R. Link
2013-02-06
make TEXT atoms global variables
Jérémie Courrèges-Anglas
2013-02-06
introduce defaults.utf8_locale
Jérémie Courrèges-Anglas
2009-07-15
silence unused variables and unused parameters warnings
Bernhard R. Link
2009-07-15
do not shadow identifiers (silencing gcc's -Wshadow warnings)
Bernhard R. Link
2009-07-04
fix inverted text when using xft
winliststyle-row_broken
Shawn Betts
2009-04-30
fix 'set fgcolor' for xft. Change screen's ft_font and color slots to xft_fon...
Shawn Betts
2009-01-16
set _net_wm_name for the root window to ratpoison
Bernhard R. Link
2009-01-16
Move screen activation code to new (de)activate_screen functions,
Bernhard R. Link
2008-10-22
make history expansion an option (switched off by default)
Bernhard R. Link
2008-10-22
add 'set historysize' and 'set historycompaction' (defaulting to true) to com...
Bernhard R. Link
2008-10-22
move all HAVE_HISTORY into history.c
Bernhard R. Link
2008-10-10
allow window border color to be set seperately for focused and unfocused windows
Kipling Inscore
2008-06-22
make xstrdup argument const char*
Bernhard R. Link
2008-06-20
support the netwm dialog window type
Shawn
2008-06-16
update copyright notice
Shawn Betts
2008-05-25
don't free defaults.font when xft is enabled
Shawn
2008-05-24
Add xft support
Midare Kiyura
2007-08-14
src/main.c (xvsprintf): limit memory allocation to 200K when vsnprintf return...
brl
2007-07-18
free more stuff at termination time to make valgrind output better readable
brl
2007-05-07
(init_defaults): only load the backup font when the
sabetts
2007-05-04
* src/main.c (init_defaults): if the default font fails, use the
sabetts
2007-03-08
* src/split.c (set_active_frame): call switch_frame hook
sabetts
2006-11-17
* src/split.c (show_frame_indicator): use defaults.frame_fmt
sabetts
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
[next]