summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-04-20better logic to not place windows over the slit and toolbarDana Jansens
2002-04-20changes to bestfit from ruhi. takes windows sizes into account properly, and ...Dana Jansens
2002-04-20on reconfigure, if an option isn't specified in the rc file, then it will rev...Dana Jansens
2002-04-20comment typo and function spacing fixDana Jansens
2002-04-20fixed memory leaks for strftime_format and rootcommandScott Moynes
2002-04-20fixed memory leak of application_nameScott Moynes
2002-04-20fixed a memory leak for resource.titlebar_layoutScott Moynes
2002-04-19fixed memory leak in screen::load()Dana Jansens
2002-04-19starting openbox without an rc file now works. it makes an empty Xrm db inste...Dana Jansens
2002-04-19temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. ...Dana Jansens
2002-04-18added new bsetbg manpageScott Moynes
2002-04-18fix 2 bus errors on osx:Dana Jansens
2002-04-18optimized the finding-the-slit-position code in positionWindowDana Jansens
2002-04-18added Inflate, Deflate, and Translate to the Rect geometry classDana Jansens
2002-04-18remove debugging coutsDana Jansens
2002-04-18temporary solution to avoid placing windows over the slit and toolbar, until ...Dana Jansens
2002-04-18now yuo can change styles again! (oops) wasnt saving teh nwe style file to th...Dana Jansens
2002-04-18maps/unmaps the toolbar when its resource setting is loaded from the file so ...Dana Jansens
2002-04-18accidently removed a line somehow. OpaqueMove is now read from the rc file.Dana Jansens
2002-04-17menus update their values when they are reconfigure()d.Dana Jansens
2002-04-17configuration changes "done"!!Dana Jansens
2002-04-17Toolbar saves its settings as their changedDana Jansens
2002-04-16Slit loads its own settings and saves them as they are changedDana Jansens
2002-04-16fixed snap to edges with toolbar hiddenScott Moynes
2002-04-16renamed the obResource class to Resource.Dana Jansens
2002-04-16fixed HAVE_STRING_H introduced from some parrallel development. blastScott Moynes
2002-04-16Added a runtime option for hiding the toolbar totally. Will be cleanerScott Moynes
2002-04-16removed unneeded #include <X11/Xutil.h>Dana Jansens
2002-04-16reversed tehmouse wheel buttons on the root window. scrolling up now goes to ...Dana Jansens
2002-04-16get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ch...Dana Jansens
2002-04-16removed the code to make the .blackboxrc symlink to openbox's rc file (it cor...Dana Jansens
2002-04-16applied Ruhi's cleanup patch. moves colSmartPlacement into its own functionDana Jansens
2002-04-15added some consts to the cascade codeScott Moynes
2002-04-15apparently there were compiling problems with automake/autoconf. This should ...Dana Jansens
2002-04-15Added a fallback for Best Fit to cascade. Also, moved cascade to its ownScott Moynes
2002-04-14Slit has an area Rect now, and returns Rect, Size, and Points instead of getX...Dana Jansens
2002-04-14BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeightDana Jansens
2002-04-14changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to re...Dana Jansens
2002-04-14Added Util.h, which contains only an ASSERT macro for nowDana Jansens
2002-04-14changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->re...Dana Jansens
2002-04-14using references instead of pointers if possible in ImageDana Jansens
2002-04-14using a Screen reference instead of pointer in WorkspaceDana Jansens
2002-04-14using a reference for Openbox instead of a pointerDana Jansens
2002-04-14using some references instead of pointers where possible in Screen, ScreenInf...Dana Jansens
2002-04-14only add one extra space to pad the clock in the toolbarDana Jansens
2002-04-14Using some references instead of pointers for the menus.Dana Jansens
2002-04-14made shaded windows snap properly at their bottom, using their shaded height.Dana Jansens
2002-04-14changing the fix for fonts clipping in the titlebar. broken fonts (e.g. gelly...Dana Jansens
2002-04-14added first revision of the BestFit placement type.Dana Jansens
2002-04-13adding Geometry classes: Point, Size, and RectDana Jansens