summaryrefslogtreecommitdiff
path: root/engines/openbox/Makefile.am
AgeCommit message (Collapse)Author
2003-04-03new build system without automakeDana Jansens
2003-04-02create a generic tokenizer/sectionizer for the config file. pass off the ↵Dana Jansens
token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
2003-03-28split the render functions into obrender.c. rename all the src files to ↵Dana Jansens
obfoo so no more conflicts with code elsewhere in the tree.
2003-03-23make the default font Sans-7Dana Jansens
2003-03-22make the openbox engine use the new config shit instead of the themerc shit.Dana Jansens
order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started.
2003-03-17add the headersDana Jansens
2003-03-16merge the C branch into HEADDana Jansens