]> Dogcows Code - chaz/openbox/history - src
adding bootstrap which generates all the auto* files such as configure
[chaz/openbox] / src /
2002-05-16  Dana Jansensremoving auto-generated stuff from cvs
2002-05-16  Dana Jansensmake a new autoRaiseDelay value take effect without...
2002-05-16  Dana Jansensmake auto-raise value load.
2002-05-16  Dana Jansensfix off-by-one window resizing bug
2002-05-16  Dana Jansensfix for slit direction menu not reconfiguring properly
2002-05-16  Dana Jansens*** empty log message ***
2002-05-15  Dana Jansensmoved menu from a rc file option to a command line...
2002-05-14  Dana Jansensupdate changelog.
2002-05-14  Dana Jansensconfine the mouse to the window for button grabs so...
2002-05-14  Dana Jansensnew version of bsetroot ported from blackbox cvs
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 Jansensnew focus code! working better than ever!
2002-05-14  Dana Jansensfix for changing window buttons order. destroy them...
2002-05-13  Dana Jansensfix segfaut from uninitialized focused_screen pointer
2002-05-13  Dana Jansensfocus code updates
2002-05-12  Dana JansensLinkedList->STL conversion completed. LinkedList is...
2002-05-12  Dana Jansensno more use of LinkedList in BaseDisplay
2002-05-12  Dana Jansensremoved LinkedLists in BaseDisplay and Image. Only...
2002-05-12  Dana Jansensremoved all 'using namespace std;' calls.
2002-05-12  Dana Jansensmove some typedefs into class scope
2002-05-12  Dana Jansensconverted all of the openbox class LinkedLists to STL...
2002-05-12  Dana Jansensconverted the remaining LinkedLists in Screen to STL...
2002-05-12  Dana Jansensnot initializing a pointer to NULL
2002-05-12  Dana Jansenscouple of LinkedLists converted to STL lists in BScreen
2002-05-11  Dana Jansensuse screen instead of its ImageControl to get/set the...
2002-05-11  Dana Jansensmake image dithering value load correctly
2002-05-11  Dana Jansensconverted from LinkedList to STL vector and list
2002-05-10  Dana Jansensfixes for using ostrstream in gcc3. have to unfreeze...
2002-05-10  Dana Jansensbetter gcc3 compat. using ostrstream again. and using...
2002-05-07  Dana Jansensgcc 3 compatibility, converted strstreams to stringstreams
2002-05-03  Dana Jansensstop moving a window if it is maximized
2002-05-02  Dana Jansenswindows at positions x<0 or y<0 are no longer ignored...
2002-05-01  Dana Jansensbetter toolbar strftime size/padding fix
2002-05-01  Dana JansensBScreen::resource.root_command wasnt being initialized
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-30  Dana Jansenssave the titlebarLayout in the default config
2002-04-29  Dana Jansensfix bug with window menu positioning
2002-04-29  Dana Jansensfixed col placement
2002-04-29  Dana Jansensbetter logic when changing a window's decoration level...
2002-04-29  Dana Jansensfixed bug from converting over to STL
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-28  Dana Jansensnew row/col Smart Placement from colophon
2002-04-28  Dana Jansensadded UnderMouse windwo placement.
2002-04-27  Dana Jansensbetter cascadePlacement. uses screen.availableArea().
2002-04-27  Dana Jansensadded BScreen::availableArea() which returns a rect...
2002-04-27  Dana Jansensremoved debugging couts
2002-04-27  Dana Jansensadd std:: to the vector typedef in Basemenu
2002-04-27  Dana Jansensconverted from LinkedList to a vector
2002-04-26  Dana Jansensmore dithering fix.
2002-04-26  Dana Jansensthat segfaulted. oops. added a workaround so setImageDi...
2002-04-26  Dana Jansenswhen Image Dither is changed in the menu, make ob recon...
2002-04-24  Dana Jansensfix Resource class so that you cant cast a string to...
2002-04-23  Dana JansensRolled back to the old row and column smart placement...
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-21  Dana Jansenssome placement fixes from colophon.
2002-04-21  Dana Jansensnew row and column placement, using a modified bestfit...
2002-04-21  Dana Jansenseven better bestfit placement. way to go colophon!
2002-04-21  Dana Jansensspecify the std:: namespace for the ostrstreams.
2002-04-21  Dana Jansensbestfit placement now honors the left->right and top...
2002-04-20  Dana Jansenscompile fix for --disable-slit
2002-04-20  Dana Jansensbetter logic to not place windows over the slit and...
2002-04-20  Dana Jansenschanges to bestfit from ruhi. takes windows sizes into...
2002-04-20  Dana Jansenson reconfigure, if an option isn't specified in the...
2002-04-20  Dana Jansenscomment typo and function spacing fix
2002-04-20  Scott Moynesfixed memory leaks for strftime_format and rootcommand
2002-04-20  Scott Moynesfixed memory leak of application_name
2002-04-20  Scott Moynesfixed a memory leak for resource.titlebar_layout
2002-04-19  Dana Jansensfixed memory leak in screen::load()
2002-04-19  Dana Jansensstarting openbox without an rc file now works. it makes...
2002-04-19  Dana Jansenstemprary fix for the memleaks in ::load() and ::set...
2002-04-18  Scott Moynesadded new bsetbg manpage
2002-04-18  Dana Jansensfix 2 bus errors on osx:
2002-04-18  Dana Jansensoptimized the finding-the-slit-position code in positio...
2002-04-18  Dana Jansensadded Inflate, Deflate, and Translate to the Rect geome...
2002-04-18  Dana Jansensremove debugging couts
2002-04-18  Dana Jansenstemporary solution to avoid placing windows over the...
2002-04-18  Dana Jansensnow yuo can change styles again! (oops) wasnt saving...
2002-04-18  Dana Jansensmaps/unmaps the toolbar when its resource setting is...
2002-04-18  Dana Jansensaccidently removed a line somehow. OpaqueMove is now...
2002-04-17  Dana Jansensmenus update their values when they are reconfigure()d.
2002-04-17  Dana Jansensconfiguration changes "done"!!
2002-04-17  Dana JansensToolbar saves its settings as their changed
2002-04-16  Dana JansensSlit loads its own settings and saves them as they...
2002-04-16  Scott Moynesfixed snap to edges with toolbar hidden
2002-04-16  Dana Jansensrenamed the obResource class to Resource.
2002-04-16  Scott Moynesfixed HAVE_STRING_H introduced from some parrallel...
2002-04-16  Scott MoynesAdded a runtime option for hiding the toolbar totally...
2002-04-16  Dana Jansensremoved unneeded #include <X11/Xutil.h>
next
This page took 0.054625 seconds and 7 git commands to generate.