]> icculus.org git repositories - mikachu/openbox.git/history - src/Window.cc
merge from netwm-merge2 to netwm-merge3. Basically, all of netwm that we intend to...
[mikachu/openbox.git] / src / Window.cc
2002-06-21 Dana Jansensmerge from netwm-merge2 to netwm-merge3. Basically...
2002-06-21 Dana Jansenssync with blackbox-cvs
2002-06-07 Dana Jansensfix off-by-ones in window-to-window snapping. move...
2002-06-05 Dana Jansenssynched with bb-cvs. couple bug fixes.
2002-06-02 Dana Jansenswindow-to-window snapping is now a run-time option.
2002-06-01 Dana Jansenswindow-to-window corner snapping!
2002-06-01 Dana Jansensbacking out sticky transients change, this should go...
2002-06-01 Dana Jansensmake all parents/transients that are related have the...
2002-05-30 Dana Jansensno need to try the same screen edge twice for snapping...
2002-05-30 Dana Jansensredecorating fixups. sync with bb cvs.
2002-05-30 Dana Jansensmerge in netwm branch at tag netwm-merge2
2002-05-30 Dana Jansenssync with bb cvs
2002-05-28 Dana Jansenslet a window snap to more than one window at a time
2002-05-28 Dana Jansenswindow-to-window snapping
2002-05-28 Dana Jansenssync with bb-cvs
2002-05-28 Dana Jansensfix bug where destroying the wrong windows in BlackboxW...
2002-05-27 Dana Jansensmouse wheel support
2002-05-26 Dana Jansensprevent (and if need be revert) shading if titlebar...
2002-05-26 Dana Jansensuse the raw screen size not the strut adjusted size...
2002-05-26 Dana Jansensadd Configuration class for generic configuration data...
2002-05-25 Dana Jansens- raise the window during maximization if the user...
2002-05-25 Dana Jansensimport from bb-cvs
2002-05-23 Dana Jansensmerge the sticky window fix from 1.2.
2002-05-16 Dana Jansensnew i18n class using overloaded operator() instead...
2002-05-16 Dana Jansensmake a new autoRaiseDelay value take effect without...
2002-05-16 Dana Jansensfix off-by-one window resizing bug
2002-05-14 Dana Jansensconfine the mouse to the window for button grabs so...
2002-05-14 Dana Jansensset the button windows to None when they are destroyed...
2002-05-14 Dana Jansenscompile with -Wall -W -pendantic when --enable-debug...
2002-05-14 Dana Jansensfix for changing window buttons order. destroy them...
2002-05-13 Dana Jansensfocus code updates
2002-05-12 Dana Jansensremoved all 'using namespace std;' calls.
2002-05-12 Dana Jansensconverted the remaining LinkedLists in Screen to STL...
2002-05-12 Dana Jansenscouple of LinkedLists converted to STL lists in BScreen
2002-05-10 Dana Jansensbetter gcc3 compat. using ostrstream again. and using...
2002-05-03 Dana Jansensstop moving a window if it is maximized
2002-05-01 Dana Jansensfix possible seg because of new move code. make sure...
2002-04-30 Dana Jansenswhen a window begins moving, make sure another window...
2002-04-30 Dana Jansensmake sure that the only time Click-to-place kicks in...
2002-04-30 Dana Jansensbug #1 from click placement fixed. was catching more...
2002-04-29 Dana Jansensfix bug with window menu positioning
2002-04-29 Dana Jansensbetter logic when changing a window's decoration level...
2002-04-28 Dana Jansenswhen a window is iconified, it was being moved, end...
2002-04-28 Dana Jansensdon't click-to-place windows when they specify a position
2002-04-28 Dana Jansensproperly handle placing a window while another window...
2002-04-28 Dana Jansensif user is moving a window and switches workspaces...
2002-04-28 Dana Jansensadded ClickMouse window placement policy
2002-04-28 Dana Jansensmoved the 'moving window' logic into separate functions...
2002-04-27 Dana Jansensadded BScreen::availableArea() which returns a rect...
2002-04-22 Dana Jansenseven more fixes for maximizing/placement with hidden...
2002-04-22 Dana Jansensmaximize and placeWindow now behave properly when the...
2002-04-22 Dana Jansensposible fix for maximizing when slit is auto-hidden
2002-04-21 Dana Jansenschanged external window interface to only have an area...
2002-04-20 Dana Jansensbetter logic to not place windows over the slit and...
2002-04-18 Dana Jansensfix 2 bus errors on osx:
2002-04-17 Dana Jansensconfiguration changes "done"!!
2002-04-17 Dana JansensToolbar saves its settings as their changed
2002-04-16 Dana Jansensget rid of the STDC_HEADERS check... this failed on...
2002-04-14 Dana JansensBScreen (ScreenInfo) now contains a size() instead...
2002-04-14 Dana Jansenschanged OpenboxWindow to not have getFrameX/getWidth...
2002-04-14 Dana Jansensusing a reference for Openbox instead of a pointer
2002-04-14 Dana Jansensusing some references instead of pointers where possibl...
2002-04-14 Dana JansensUsing some references instead of pointers for the menus.
2002-04-14 Dana Jansensmade shaded windows snap properly at their bottom,...
2002-04-12 Dana Jansenssave_rc() using the obResource class to save blackbox...
2002-04-11 Dana JansensInitial revision