]> icculus.org git repositories - mikachu/openbox.git/history - src
call the place window routine after the frame is created
[mikachu/openbox.git] / src /
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 Jansensadd a drag threshold
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 Jansensredo otk::Property. make it static.
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-14 Dana Jansensjust return if a valid widget isnt found, racey to...
2003-01-14 Dana Jansensotk::Timer-ng!! thanks ManMower for this shizznit!
2003-01-13 Dana Jansensfix indenting
2003-01-13 Dana Jansensadd the global display variable
2003-01-13 Dana Jansensset the global 'display' var to the otk::Display in use
2003-01-13 Dana Jansensuse the new non-static display
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 Jansensalmost done the ustring conversion
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 Jansensadd more doxygen
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 Jansensdefault to 1 desktop if its not read from the configs
2003-01-12 Dana Jansensdispatch events before waiting for timers on startup
2003-01-12 Dana Jansensuse PyInt for vars not PyLong
2003-01-12 Dana Jansensdont assert when given an out-of-range desktop
2003-01-12 Dana Jansensclean up childrens' transient_for refs
2003-01-11 Dana Jansensadd aliases for mouse buttons
2003-01-11 Dana Jansensdont need 2 of these comments
2003-01-11 Dana Jansensremoving all prefixes completed
2003-01-11 Dana Jansensold bb shitz
2003-01-11 Dana Jansenswrapper updates
2003-01-11 Dana Jansensvalgrind fixes, and fixes for writing shit all over...
2003-01-11 Dana Jansensbroken to all hell. oh no.
2003-01-11 Dana Jansensonly send configu notify if the window is mapped (has...
2003-01-11 Dana Jansensnew autoconf shit woowoo
2003-01-11 Dana Jansenssend configure notify when moving a window
2003-01-10 Dana Jansensload a global defaults.py if the user.py isnt loaded
2003-01-10 Dana Jansensdont bother making a copy of the event to change its...
2003-01-10 Dana Jansenswhen i get a button press on the client window, i have...
2003-01-10 Dana Jansensdon't grab for motion/releases on the client window...
2003-01-10 Dana Jansensadd to comment
2003-01-10 Dana Jansensupdated wrappers
2003-01-10 Dana Jansensdont define the 'display' global
2003-01-10 Dana Jansensadd OBDisplay_display()
2003-01-10 Dana Jansensdont need the otk initializer
2003-01-10 Dana Jansensthe openbox module has to include shit from otk that...
2003-01-10 Dana Jansensrm printf
2003-01-10 Dana Jansensadd some comments to the procedure
2003-01-10 Dana Jansensstop including otk in the openbox module. makes the...
2003-01-10 Dana Jansensinclude the all otk stuff into the openbox python modul...
2003-01-10 Dana Jansenstyposnsuch
2003-01-10 Dana Jansensinstall the shadow wrappers
2003-01-10 Dana Jansensadd the shadow class wrappers
2003-01-10 Dana Jansensnew python interface! using the .py shadow wrappers...
2003-01-10 Dana Jansensinclude point and rect from otk so that they can have...
2003-01-09 Dana Jansensnew python callbacks data, infrastructure. going to...
2003-01-09 Dana Jansenschange what re-maprequest events do, just convert them...
2003-01-09 Dana Jansenss/False/false
2003-01-08 Dana Jansenswrapper updates
2003-01-08 Dana Jansensmake close() and shade() private.
2003-01-08 Dana Jansensstate_above/below work now
2003-01-08 Dana Jansensadd a -single argument which only runs on a single...
2003-01-08 Dana Jansenscheck for python errors a little better i think..
2003-01-08 Dana Jansensrework focus event handling. does it basically like...
2003-01-08 Dana Jansensput unmanageWindow back how it used to be. no 'remap...
2003-01-08 Dana Jansensadd some comments
2003-01-08 Dana Jansensrm old comment
2003-01-08 Dana Jansensmap the window if it was reparented, on release
2003-01-08 Dana Jansensmake some funcs const, and don't try focus a client...
2003-01-08 Dana Jansensclarify an incorrect comment, and make some funcs const
2003-01-08 Dana Jansens*** empty log message ***
2003-01-08 Dana Jansensgrab the server around key ungrab/grabs to prevent...
2003-01-08 Dana Jansensfix typo
2003-01-07 Dana Jansensmove a comment
2003-01-07 Dana Jansensdon't reparent to root if the client has already repare...
2003-01-07 Dana Jansensbetter reparent handling, dont fux with the event stack..
2003-01-07 Dana Jansensrm old junk
2003-01-07 Dana Jansensi think im handling reparent events correctly now,...
2003-01-07 Dana Jansensignore the right about of unmap notifies
2003-01-07 Dana Jansensin synch mode, chew up 100% cpu, cuz we cant select...
2003-01-07 Dana Jansenshandle unmaps better. all thanks to acroread sending...
2003-01-07 Dana Jansensdont move frame if not frame exists while mapping
2003-01-07 Dana Jansensdon't place the window magically if we're starting...
2003-01-07 Dana Jansensadd a PlaceWindow event hook type
2003-01-07 Dana Jansensadd a check for ShapeBounding shape events
2003-01-07 Dana Jansensdont unset focused client if it is still/already set...
2003-01-07 Dana Jansenschange the unmanae ordeer around to have the callbacks...
2003-01-07 Dana Jansensfixed condition that could cause 2 windows to look...
next