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
/
Window.cc
Age
Commit message (
Expand
)
Author
2002-04-29
fix bug with window menu positioning
Dana Jansens
2002-04-29
better logic when changing a window's decoration level, for choosing what ele...
Dana Jansens
2002-04-28
when a window is iconified, it was being moved, end the move cleanly
Dana Jansens
2002-04-28
don't click-to-place windows when they specify a position
Dana Jansens
2002-04-28
properly handle placing a window while another window is still placing.
Dana Jansens
2002-04-28
if user is moving a window and switches workspaces, stop moving that window
Dana Jansens
2002-04-28
added ClickMouse window placement policy
Dana Jansens
2002-04-28
moved the 'moving window' logic into separate functions "startMove" "doMove" ...
Dana Jansens
2002-04-27
added BScreen::availableArea() which returns a rect specifying where windows ...
Dana Jansens
2002-04-22
even more fixes for maximizing/placement with hidden slit/toolbar/etc
Dana Jansens
2002-04-22
maximize and placeWindow now behave properly when the slit is hidden
Dana Jansens
2002-04-22
posible fix for maximizing when slit is auto-hidden
Dana Jansens
2002-04-21
changed external window interface to only have an area(), no size() and origi...
Dana Jansens
2002-04-20
better logic to not place windows over the slit and toolbar
Dana Jansens
2002-04-18
fix 2 bus errors on osx:
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
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ch...
Dana Jansens
2002-04-14
BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight
Dana Jansens
2002-04-14
changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to re...
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
made shaded windows snap properly at their bottom, using their shaded height.
Dana Jansens
2002-04-12
save_rc() using the obResource class to save blackbox's configuration.
Dana Jansens
2002-04-11
Initial revision
Dana Jansens