index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openbox.cc
Age
Commit message (
Expand
)
Author
2002-04-30
bug #1 from click placement fixed. was catching more motionNotify events than...
Dana Jansens
2002-04-30
save the titlebarLayout in the default config
Dana Jansens
2002-04-28
properly handle placing a window while another window is still placing.
Dana Jansens
2002-04-28
added ClickMouse window placement policy
Dana Jansens
2002-04-20
compile fix for --disable-slit
Dana Jansens
2002-04-20
on reconfigure, if an option isn't specified in the rc file, then it will rev...
Dana Jansens
2002-04-20
fixed a memory leak for resource.titlebar_layout
Scott Moynes
2002-04-19
starting openbox without an rc file now works. it makes an empty Xrm db inste...
Dana Jansens
2002-04-18
now yuo can change styles again! (oops) wasnt saving teh nwe style file to th...
Dana Jansens
2002-04-17
menus update their values when they are reconfigure()d.
Dana Jansens
2002-04-17
configuration changes "done"!!
Dana Jansens
2002-04-17
Toolbar saves its settings as their changed
Dana Jansens
2002-04-16
Slit loads its own settings and saves them as they are changed
Dana Jansens
2002-04-16
Added a runtime option for hiding the toolbar totally. Will be cleaner
Scott Moynes
2002-04-16
reversed tehmouse wheel buttons on the root window. scrolling up now goes to ...
Dana Jansens
2002-04-16
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ch...
Dana Jansens
2002-04-16
removed the code to make the .blackboxrc symlink to openbox's rc file (it cor...
Dana Jansens
2002-04-14
BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight
Dana Jansens
2002-04-14
Added Util.h, which contains only an ASSERT macro for now
Dana Jansens
2002-04-14
using a reference for Openbox instead of a pointer
Dana Jansens
2002-04-14
using some references instead of pointers where possible in Screen, ScreenInf...
Dana Jansens
2002-04-14
Using some references instead of pointers for the menus.
Dana Jansens
2002-04-14
added first revision of the BestFit placement type.
Dana Jansens
2002-04-13
removed all Xrm database calls from Screen.cc (style loading).
Dana Jansens
2002-04-13
added symlinking. needs a little work.
Scott Moynes
2002-04-12
real_reconfigure now using obResource instead of teh XrmDatabase calls.
Dana Jansens
2002-04-12
save_rc() using the obResource class to save blackbox's configuration.
Dana Jansens
2002-04-11
changed the default edge-snap distance from 0 to 4. This way new users will s...
Dana Jansens
2002-04-11
load_rc(BScreen *) now uses the obResource class to load its configuration
Dana Jansens
2002-04-11
load_rc() now uses the obResource class to load its configuration
Dana Jansens
2002-04-11
Initial revision
Dana Jansens