summaryrefslogtreecommitdiff
path: root/obt/paths.c
AgeCommit message (Collapse)Author
2012-09-30Properly build path names for obt_paths_try_execDana Jansens
2012-09-30Add another BSEARCH function that lets you search through an array of objects.Dana Jansens
If you give it a value x, the macro lets you pull a value out of each object that you want to compare to x.
2012-09-30skip empty strings when splitting paths in the environmentDana Jansens
2010-06-03free the user's group idsDana Jansens
2010-06-03free the path dirsDana Jansens
2010-04-28found memory corruption in the obt xqueue and pathsDana Jansens
2010-04-16stat() can give an error, handle thatDana Jansens
2010-03-29add 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-29add obt_paths_try_exec() that will see if an executable existsDana Jansens
2010-03-25add function to give the list of autostart directoriesDana Jansens
2010-02-16more using g_slice_new() instead of g_new()Dana Jansens
2009-09-19Merge branch 'backport' into workMikael 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-31add support for XDG_CACHE_HOME to the obt pathsDana Jansens
2008-01-20initialize the lists to NULL (empty)Dana Jansens
2008-01-20move the xdg path stuff into obt/paths.[ch], and make render and openbox use itDana Jansens