]> icculus.org git repositories - mikachu/openbox.git/shortlog
mikachu/openbox.git
2003-01-18 Dana Jansensstarting to make render's interface
2003-01-18 Dana Jansenscolors are back
2003-01-18 Dana Jansens*** empty log message ***
2003-01-18 Dana Jansenssurface started
2003-01-18 Dana Jansensrenders!!!!!!!!!!!!!
2003-01-18 Dana Jansensblef
2003-01-18 Dana Jansenschange the render() interface
2003-01-18 Dana Jansensset the background pixmap
2003-01-18 Dana Jansensblef
2003-01-18 Derek Foreman.cvsignore is a cvs meta file that tells cvs not to...
2003-01-18 Dana Jansenscompiles
2003-01-18 Dana Jansensfuc put it back
2003-01-18 Dana Jansensmove render()
2003-01-18 Dana Jansensstart of new render code
2003-01-18 Dana Jansensuse otk::Property properly, and the right atoms
2003-01-17 Dana Jansensinclude all the required libs
2003-01-17 Dana Jansenscorrect a comment
2003-01-17 Dana Jansensstate the license. killall the old readme data
2003-01-17 Dana JansensSome cleanups in the mapping procedure. Apply requested...
2003-01-17 Dana Jansensadd new actions from the ewmh spec
2003-01-17 Dana Jansensadd internal_move/resize and wrap them with move()...
2003-01-17 Dana Jansensadd frame.. wrapper changes.
2003-01-17 Dana Jansensdo good math
2003-01-17 Dana Jansensuse frame.size()
2003-01-17 Dana Jansensadd frame.hh to openbox.i's deps
2003-01-17 Dana Jansensprovide the strut for the frame's size instead of an...
2003-01-17 Dana Jansensmake window placement not go off screen at all
2003-01-17 Dana Jansenscall the place routine after the window is grabbed
2003-01-17 Dana Jansenscall the place window routine after the frame is created
2003-01-17 Dana Jansensadd the Frame class
2003-01-17 Dana Jansensuse the frame's area
2003-01-17 Dana Jansensadd a drag threshold
2003-01-17 Dana Jansensadd drag_threshold
2003-01-17 Dana Jansensrm my lucid experiment
2003-01-17 Dana Jansensadd commented code for future maybe
2003-01-17 Dana Jansensadd comment for bugfix
2003-01-17 Dana Jansensdon't use XMoveResize, it doesn't work for StaticGravit...
2003-01-17 Dana Jansensget all the normal hints when mapping again, oops.
2003-01-17 Dana Jansenscentered gravities lose one borderwidth when mapping too
2003-01-17 Dana Jansensadd {}'s
2003-01-17 Dana Jansensadd whitespace
2003-01-17 Dana Jansenstry use the gravity in the WM_NORMAL hint, and fall...
2003-01-17 Dana Jansensadd a getGravity function to get the gravity from the...
2003-01-17 Dana Jansenss/SIGCLD/SIGCHLD/ that was Sysv4 shit
2003-01-17 Dana Jansenstest for borders on static grav windows
2003-01-16 Dana Jansensreap child processes when they die
2003-01-16 Dana Jansensnew raise/lower window code. only restacks 2 windows...
2003-01-16 Dana Jansensexec a requested new process via /bin/sh to allow for...
2003-01-16 Dana Jansensuse -export-dynamic when linking libpython.a
2003-01-16 Dana Jansensadd a todo comment
2003-01-16 Dana Jansensuse otk::Property to get the atom values
2003-01-16 Dana Jansensredo otk::Property. make it static.
2003-01-16 Dana Jansensrm old bb shit that we dont use
2003-01-16 Dana Jansensmake an optional bool param for ustring's other constru...
2003-01-16 Dana Jansensmake an optional bool param for ustring's default const...
2003-01-16 Dana Jansensdont allow resizing < 1 (based on increments)
2003-01-16 Dana Jansensstacking list on root is bottom to top
2003-01-15 Dana Jansensextern "C" the C headers
2003-01-15 Dana Jansensadd headers for select()
2003-01-14 Dana Jansensuse the better defines for the xft version
2003-01-14 Dana Jansensadd comment
2003-01-14 Dana Jansenscheck for XftGetVersion
2003-01-14 Dana Jansensjust return if a valid widget isnt found, racey to...
2003-01-14 Dana Jansensdisplay the build version as well as the runtime versio...
2003-01-14 Dana Jansensno long used with our Timer-ng!
2003-01-14 Dana Jansensdont need unistd for gettimeofday
2003-01-14 Dana Jansensotk::Timer-ng!! thanks ManMower for this shizznit!
2003-01-14 Dana Jansensrm the util directory
2003-01-13 Dana Jansensfix indenting
2003-01-13 Dana Jansensuse the byte size for utf strings, not the character...
2003-01-13 Dana Jansensuse the new global display var
2003-01-13 Dana Jansensadd the global display variable
2003-01-13 Dana Jansensmove the utf8_skip table into the .cc
2003-01-13 Dana Jansensfix some bugs where looked up wrong offsets for charact...
2003-01-13 Dana Jansensset the global 'display' var to the otk::Display in use
2003-01-13 Dana Jansensset the ustring's utf type so that it matches what...
2003-01-13 Dana Jansensset the global display var
2003-01-13 Dana Jansensuse the new non-static display
2003-01-13 Dana Jansensadd ustring.i which wraps otk::ustring for to/from...
2003-01-13 Dana Jansensun-static otk::Display. add an operator* to it. make...
2003-01-13 Dana Jansensmove the Openbox::instance pointer to simply "openbox".
2003-01-13 Dana Jansensdont use append, dont need to extend ustring!
2003-01-13 Dana Jansensustring seems to be working! yay!
2003-01-13 Dana Jansensalmost done the ustring conversion
2003-01-13 Dana Jansensotk using ustring for shit that draws. expended its...
2003-01-13 Dana Jansensmore conversion to ustring. added more members
2003-01-13 Dana Jansensshow a warning if we fail to set the locale
2003-01-13 Dana Jansensrm old comment
2003-01-13 Dana Jansenskeep the asserts for !debug builds..
2003-01-13 Dana Jansensproper code style
2003-01-13 Dana Jansenssetup the locale on the X server on start
2003-01-13 Dana Jansensbegin conversion to ustring. add some more members.
2003-01-13 Dana Jansensadd more doxygen
2003-01-12 Dana Jansensmore shit
2003-01-12 Dana Jansensstart on otk::ustring (unicode/utf8)
2003-01-12 Dana Jansensremove userstring
2003-01-12 Dana Jansenscheck for shutdown before waiting for timers
2003-01-12 Dana Jansenstypo.. just PACKAGE
2003-01-12 Dana Jansensuse the UTF-8 codeset
2003-01-12 Dana Jansensomg im relicensing this shit as gpl. nobody hurt me.
next