2002-04-20 |
Dana Jansens | comment typo and function spacing fix |
tree | commitdiff |
2002-04-20 |
Scott Moynes | fixed memory leaks for strftime_format and rootcommand |
tree | commitdiff |
2002-04-20 |
Scott Moynes | fixed memory leak of application_name |
tree | commitdiff |
2002-04-20 |
Scott Moynes | fixed a memory leak for resource.titlebar_layout |
tree | commitdiff |
2002-04-19 |
Dana Jansens | fixed memory leak in screen::load() |
tree | commitdiff |
2002-04-19 |
Dana Jansens | starting openbox without an rc file now works. it makes... |
tree | commitdiff |
2002-04-19 |
Dana Jansens | temprary fix for the memleaks in ::load() and ::set... |
tree | commitdiff |
2002-04-18 |
Scott Moynes | added new bsetbg manpage |
tree | commitdiff |
2002-04-18 |
Dana Jansens | fix 2 bus errors on osx: |
tree | commitdiff |
2002-04-18 |
Dana Jansens | optimized the finding-the-slit-position code in positio... |
tree | commitdiff |
2002-04-18 |
Dana Jansens | added Inflate, Deflate, and Translate to the Rect geome... |
tree | commitdiff |
2002-04-18 |
Dana Jansens | remove debugging couts |
tree | commitdiff |
2002-04-18 |
Dana Jansens | temporary solution to avoid placing windows over the... |
tree | commitdiff |
2002-04-18 |
Dana Jansens | now yuo can change styles again! (oops) wasnt saving... |
tree | commitdiff |
2002-04-18 |
Dana Jansens | maps/unmaps the toolbar when its resource setting is... |
tree | commitdiff |
2002-04-18 |
Dana Jansens | accidently removed a line somehow. OpaqueMove is now... |
tree | commitdiff |
2002-04-17 |
Dana Jansens | menus update their values when they are reconfigure()d. |
tree | commitdiff |
2002-04-17 |
Dana Jansens | configuration changes "done"!! |
tree | commitdiff |
2002-04-17 |
Dana Jansens | Toolbar saves its settings as their changed |
tree | commitdiff |
2002-04-16 |
Dana Jansens | Slit loads its own settings and saves them as they... |
tree | commitdiff |
2002-04-16 |
Scott Moynes | fixed snap to edges with toolbar hidden |
tree | commitdiff |
2002-04-16 |
Dana Jansens | renamed the obResource class to Resource. |
tree | commitdiff |
2002-04-16 |
Scott Moynes | fixed HAVE_STRING_H introduced from some parrallel... |
tree | commitdiff |
2002-04-16 |
Scott Moynes | Added a runtime option for hiding the toolbar totally... |
tree | commitdiff |
2002-04-16 |
Dana Jansens | removed unneeded #include <X11/Xutil.h> |
tree | commitdiff |
2002-04-16 |
Dana Jansens | reversed tehmouse wheel buttons on the root window... |
tree | commitdiff |
2002-04-16 |
Dana Jansens | get rid of the STDC_HEADERS check... this failed on... |
tree | commitdiff |
2002-04-16 |
Dana Jansens | removed the code to make the .blackboxrc symlink to... |
tree | commitdiff |
2002-04-16 |
Dana Jansens | applied Ruhi's cleanup patch. moves colSmartPlacement... |
tree | commitdiff |
2002-04-15 |
Scott Moynes | added some consts to the cascade code |
tree | commitdiff |
2002-04-15 |
Dana Jansens | apparently there were compiling problems with automake... |
tree | commitdiff |
2002-04-15 |
Scott Moynes | Added a fallback for Best Fit to cascade. Also, moved... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | Slit has an area Rect now, and returns Rect, Size,... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | BScreen (ScreenInfo) now contains a size() instead... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | changed OpenboxWindow to not have getFrameX/getWidth... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | Added Util.h, which contains only an ASSERT macro for now |
tree | commitdiff |
2002-04-14 |
Dana Jansens | changed version number to 1.0.0. fixed a warning in... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | using references instead of pointers if possible in... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | using a Screen reference instead of pointer in Workspace |
tree | commitdiff |
2002-04-14 |
Dana Jansens | using a reference for Openbox instead of a pointer |
tree | commitdiff |
2002-04-14 |
Dana Jansens | using some references instead of pointers where possibl... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | only add one extra space to pad the clock in the toolbar |
tree | commitdiff |
2002-04-14 |
Dana Jansens | Using some references instead of pointers for the menus. |
tree | commitdiff |
2002-04-14 |
Dana Jansens | made shaded windows snap properly at their bottom,... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | changing the fix for fonts clipping in the titlebar... |
tree | commitdiff |
2002-04-14 |
Dana Jansens | added first revision of the BestFit placement type. |
tree | commitdiff |
2002-04-13 |
Dana Jansens | adding Geometry classes: Point, Size, and Rect |
tree | commitdiff |
2002-04-13 |
Dana Jansens | removed all Xrm database calls from Screen.cc (style... |
tree | commitdiff |
2002-04-13 |
Scott Moynes | Fixed a bug in the bsetroot build that caused really... |
tree | commitdiff |
2002-04-13 |
Scott Moynes | added symlinking. needs a little work. |
tree | commitdiff |
2002-04-12 |
Dana Jansens | real_reconfigure now using obResource instead of teh... |
tree | commitdiff |
2002-04-12 |
Dana Jansens | save_rc() using the obResource class to save blackbox... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | changed the default edge-snap distance from 0 to 4... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | load_rc(BScreen *) now uses the obResource class to... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | load_rc() now uses the obResource class to load its... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | added the obResource class which handles Xresouce datab... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | added the obResource class which handles Xresouce datab... |
tree | commitdiff |
2002-04-11 |
Dana Jansens | Initial revision |
tree | commitdiff |
|