summaryrefslogtreecommitdiff
path: root/openbox/Makefile.am
AgeCommit message (Collapse)Author
2003-04-25restore the desktop and focused window on restarts if possibleDana Jansens
2003-04-22Render menus only when they are invalid.Scott Moynes
2003-04-17move the move/resize functionality into moveresize.c, for use with the netwm ↵Dana Jansens
atoms. use it from teh plugins. combine the two actions.
2003-04-13back to automakeDana Jansens
2003-04-03new build system without automakeDana Jansens
2003-04-02BLEF HATE DIEDana Jansens
2003-04-02bison doesnt use y.tab.*Dana Jansens
2003-04-02rename the parse.yacc to parse.yDana Jansens
2003-04-02make parse.h depend on y.tab.hDana Jansens
2003-04-02add y.tab.h to the headers so the yacc shit runsDana Jansens
2003-04-02rm the generated files on cleanDana Jansens
2003-04-02wrong .h for the make ruleDana Jansens
2003-04-02deps the lex h on the cDana 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-29Menu data structures basically completed.Scott Moynes
Need the engine support still, parser, and controllers.
2003-03-26usnig flex directly, renaming symbols so that theres no clash with other lexersDana Jansens
2003-03-23rm themerc.[ch]Dana Jansens
2003-03-22config system fleshed out. many thanks to woodlbock for his code! yay!Dana Jansens
2003-03-22start the config system, add the config file parserDana Jansens
2003-03-21build 'openbox3' instead of 'ob3'Dana Jansens
2003-03-21build the binary called 'openbox3'Dana 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-20add the binary and urls to the Makefile and -D'sDana Jansens
2003-03-19add code for snapping windows to screen edgesDana 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-18plugins work.Dana Jansens
start a focus plugin.
2003-03-17stop using python internally. add an event dispatcherDana Jansens
2003-03-16pointer's variables are config varsDana Jansens
2003-03-16merge the C branch into HEADDana Jansens