summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-04-06clean up the module if load() failsDana Jansens
2003-04-06add a coords popup for moving and resizingDana Jansens
2003-04-06add ()'s to the macros for more safetyDana Jansens
2003-04-06add the ability to render and size text labels for non-window-decorationsDana Jansens
2003-04-06make NLIMC the default titlebar layoutDana Jansens
2003-04-05allow specifying that some focus events should be ignored for the focus ↵Dana Jansens
order list
2003-04-05stacked and linear cyclingDana Jansens
2003-04-05linear focus cycling of the godsDana Jansens
2003-04-05typoDana Jansens
2003-04-05put it backDana Jansens
2003-04-05make unfocus really unfocus everythingDana Jansens
2003-04-05dont default to NULL for the engine nameDana Jansens
2003-04-05add engine options to the new rc fileDana Jansens
2003-04-05add focus options to the new rc fileDana Jansens
2003-04-05change how rc parsing will work. a=b will be parsed in any [section] and ↵Dana Jansens
given to a separate parsing callback. no more general config infrastructure needed/
2003-04-05use a context enum instead of quarksDana Jansens
2003-04-04reorder startup so that grabs are set up before parsing teh rcDana Jansens
2003-04-04add the keyboard plugin into the build systemsDana Jansens
keyboard bindings are parsed from the rc file
2003-04-04more using of new token structDana Jansens
2003-04-04use new token structs. free token lists.Dana Jansens
2003-04-04attempting to parse listsDana Jansens
2003-04-03allow '-' in identifiersDana Jansens
2003-04-03use the values from the yacc parserDana Jansens
2003-04-03more build fixes, calling the other makefiles instead of including themDana Jansens
2003-04-03try accomidate more versions of bisonDana Jansens
2003-04-03more build fixesDana Jansens
2003-04-03double break statements :) oopsDana 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-02this should seriously workDana Jansens
2003-04-02undo thatDana Jansens
2003-04-02ignore new lex/yacc gen'd filesDana Jansens
2003-04-02don't include the y.tab.h inside the yacc fileDana 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-04-02rm debug printDana Jansens
2003-03-31add a shaded buttonDana Jansens
2003-03-31only disallow shading when the function is not enabled, dont disallow unshadingDana Jansens
2003-03-31disallow resizing of windows which are shadedDana Jansens
2003-03-31use the frame's position in the maximize function since they're converted to ↵Dana Jansens
the client coords before getting to client_configure
2003-03-31was not using the pointer properly. leaving the value untouchedDana Jansens
2003-03-31set fullscreen and max positions properly for all gravitiesDana Jansens
2003-03-31rm a no-longer-valid commentDana Jansens
2003-03-31yet more haxes to make focus events work the way i want. this is rough shit.Dana Jansens