summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
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-29create the dirs for themes in ~/.openbox on startupDana Jansens
2003-03-24not.Dana Jansens
2003-03-24focus seems to work when not remote too nowDana Jansens
2003-03-24more focus fixes. i wish this could end.Dana Jansens
2003-03-23rm the themerc stuffDana 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-22load the engine out of the config shit. tho the ordering is fucked atmDana Jansens
2003-03-22start the config system, add the config file parserDana Jansens
2003-03-22make the ~/.openbox dir on startupDana Jansens
2003-03-21add strict ansi complianceDana Jansens
2003-03-21choke on invalid options on the cmd lineDana Jansens
2003-03-21add a dispatched event for interactively moving a window.Dana Jansens
move window snapping/resistance out of the kernel. make the action_move dispatch the new event.
2003-03-21dont set the restart path to "", load the placement pluginDana Jansens
2003-03-21add a window placement pluginDana Jansens
2003-03-20add -help -version -sync and -rc cmd line optionsDana Jansens
2003-03-20restart and catch errors appropriatelyDana Jansens
2003-03-20can restart nowDana Jansens
2003-03-19restart will work soonDana Jansens
2003-03-19shutdown everything before closing the displayDana Jansens
2003-03-19move the focus_order lists into the kernelDana Jansens
2003-03-19reset focus to root before exitingDana Jansens
2003-03-18provide functions for grabbing and ungrabbing the keyboard and pointerDana Jansens
2003-03-18add actions for key/mouse bindings etcDana Jansens
2003-03-18add a keyboard pluginDana Jansens
2003-03-18plugins work.Dana Jansens
start a focus plugin.
2003-03-17all events are dispatchedDana Jansens
2003-03-17stop using python internally. add an event dispatcherDana Jansens
2003-03-16will draw fonts when stop seggingDana Jansens
2003-03-16pointer's variables are config varsDana Jansens
2003-03-16added font_startupDerek Foreman
2003-03-16merge the C branch into HEADDana Jansens