index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obt
/
paths.c
Age
Commit message (
Collapse
)
Author
2010-06-03
free the user's group ids
Dana Jansens
2010-06-03
free the path dirs
Dana Jansens
2010-04-28
found memory corruption in the obt xqueue and paths
Dana Jansens
2010-04-16
stat() can give an error, handle that
Dana Jansens
2010-03-29
add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, ↵
Dana Jansens
use it when searching for a group in obt_paths_try_exec()
2010-03-29
add obt_paths_try_exec() that will see if an executable exists
Dana Jansens
2010-03-25
add function to give the list of autostart directories
Dana Jansens
2010-02-16
more using g_slice_new() instead of g_new()
Dana Jansens
2009-09-19
Merge branch 'backport' into work
Mikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c
2008-01-31
add support for XDG_CACHE_HOME to the obt paths
Dana Jansens
2008-01-20
initialize the lists to NULL (empty)
Dana Jansens
2008-01-20
move the xdg path stuff into obt/paths.[ch], and make render and openbox use it
Dana Jansens