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
/
ddfile.c
Age
Commit message (
Collapse
)
Author
2010-03-25
save key values based on their value, but we dont know what values they have yet
Dana Jansens
2010-03-25
add an empty function to parse the Desktop Entry group in a .desktop file
Dana Jansens
2010-03-25
parse key/value pairs from the .desktop file and save them in a hashtable
Dana Jansens
2010-03-25
close the .desktop file after parsing it
Dana Jansens
2010-03-25
free the path after done with it
Dana Jansens
2010-03-25
g_warning adds a \n
Dana Jansens
2010-03-25
watch for groups in .desktop files and remember the current group. validate ↵
Dana Jansens
the names, and make sure no duplicates and "Desktop Entry" comes first
2010-03-25
avoid ascii control characters in strings
Dana Jansens
2010-03-25
add beginning of .desktop file parsing, grabs a line of text from the input ↵
Dana Jansens
file at a time and strips out any \0 characters
2010-03-25
add some functions for parsing a value in a .desktop file
Dana Jansens
2010-02-16
Add skeleton for start of dot-desktop-file parser
Dana Jansens