]> icculus.org git repositories - mikachu/openbox.git/shortlog
mikachu/openbox.git
2002-12-21 Dana Jansensadd rect
2002-12-21 Dana Jansensput the *'s in the right place for pointers
2002-12-21 Dana Jansenswhitespace
2002-12-21 Dana Jansenstypesafety
2002-12-21 Dana Jansensadd font
2002-12-21 Dana Jansensmore typesafety
2002-12-21 Dana Jansensmake rect a proper pyobject. use "typesafety"
2002-12-21 Dana Jansenscode reorganize
2002-12-21 Dana Jansensnicer
2002-12-21 Dana Jansensshit to init the module
2002-12-21 Dana Jansensincref the Py_None before returning it
2002-12-21 Dana Jansensremove the debug shit
2002-12-21 Dana Jansensa color cache to be proud of!
2002-12-21 Dana Jansensit compiles.. does it work?
2002-12-21 Dana Jansensit compiles.. does it worK? HEH
2002-12-21 Dana Jansenscolor and gccache etc are like, half done
2002-12-20 Dana Jansensadd rect
2002-12-20 Dana Jansensadd screeninfo
2002-12-20 Dana Jansensrm more annoying shit
2002-12-20 Dana Jansensbetter paths
2002-12-20 Dana Jansenssome experimentin with C and python api. part 1.
2002-12-20 Dana Jansensupdate to cleaned up otk api
2002-12-20 Dana Jansensmore api cleanups
2002-12-20 Dana Jansensapi cleanups
2002-12-20 Dana Jansensmore typesafety
2002-12-20 Dana Jansensbe a little more typesafe
2002-12-20 Dana Jansensmake the root window an obwidget type
2002-12-20 Dana Jansenssegfault no more on root clicks
2002-12-19 Dana Jansenspython has begun!
2002-12-19 Dana Jansenslink in python not guile
2002-12-19 Dana Jansenscheck for python. not for guile.
2002-12-19 Dana Jansensresizing works and whatnot
2002-12-18 Dana Jansenscan resize now too. compress motion events.
2002-12-18 Dana Jansensyou can move windows!
2002-12-18 Dana Jansensguileize
2002-12-18 Dana Jansensadd stuff i rm'd from cvs
2002-12-18 Dana Jansensoops adding the other OB Widgets
2002-12-18 Dana Jansenscan tell where events are coming from!
2002-12-18 Dana Jansensdo need display then
2002-12-18 Dana Jansensdont need to include application here
2002-12-18 Dana Jansensuse OB Widgets for everything
2002-12-18 Dana Jansenserm
2002-12-18 Dana Jansensmake shit protected
2002-12-18 Dana Jansensdont pass a const
2002-12-18 Dana Jansensshow all children on show()
2002-12-18 Dana Jansensadd an OBBackgroundWidget and use it for setting colors...
2002-12-11 Dana Jansensautogenned
2002-12-11 Dana Jansensadd --copy
2002-12-11 Dana Jansensfuck you basewidget
2002-12-08 Dana Jansenshandle config req's in dispatcher properly.
2002-12-05 Dana Jansensstore the delta x/y for a motion sequence
2002-12-05 Dana JansensPROPERLY HANDLE CLIENT BORDERS
2002-12-04 Dana Jansensreverting.. that was lame
2002-12-04 Dana Jansensmove event handling into basewidget again <FLINCH>
2002-12-04 Dana Jansenssplit up widget and basewidget
2002-12-04 Dana Jansenssome cleanups
2002-12-04 Dana Jansensmake setStyle() recursive
2002-12-04 Dana Jansenskeep a queue of press/releases and the positions, so...
2002-12-04 Dana Jansenschange the builtin testing font
2002-12-04 Dana Jansenshandle mouse motion too
2002-12-04 Dana Jansensadd suport for XMotionEvents
2002-12-04 Dana Jansenshandle keyboard input
2002-12-04 Dana Jansensenter/leave actions work!
2002-12-04 Dana Jansensremove temp include
2002-12-04 Dana Jansensbetter double click processing
2002-12-04 Dana Jansenssimple change in initialization
2002-12-04 Dana Jansensbutton press/releases WORK
2002-12-04 Dana Jansenserase from the map more efficiently
2002-12-04 Dana Jansensactions class can sorta handle mouse enter/leave and...
2002-12-04 Dana Jansensadd a skeletal OBActions class for user actions
2002-12-04 Dana Jansensput a header where it belongs
2002-12-04 Dana Jansensgive the grips cursors
2002-12-04 Dana Jansensmap and unmap work great now yay
2002-12-04 Dana Jansensunmap works.. once
2002-12-04 Dana Jansensunregister for events when destroyed
2002-12-04 Dana Jansenshandle configure requests
2002-12-04 Dana Jansensscratch that
2002-12-04 Dana Jansenshandle configurerequests when we cant find a target...
2002-12-03 Dana Jansensreverse the logic. makes more sense i think
2002-12-03 Dana Jansensmake shape work with the titlebar and handle
2002-12-03 Dana Jansensno space on teh top or bottom of text..
2002-12-03 Dana Jansensapply gravity when positioning the frame
2002-12-03 Dana Jansensbetter xft checks. require xft version 2
2002-12-03 Dana Jansenslabel and focuslabel update their textures automaticall...
2002-12-03 Dana Jansensmake setStyle virtual
2002-12-03 Dana Jansensupdate the textures being used on setStyle() calls
2002-12-03 Dana Jansensshow the Xft version nicer
2002-12-03 Dana Jansensput an S on the stick button
2002-12-03 Dana Jansensadd otk_test
2002-12-03 Dana Jansenslabels use half the bevel width for text
2002-12-03 Dana Jansensxft2 works. and works good.
2002-12-03 Dana Jansensdecorations work/line up/etc yay. now for fonts...
2002-12-03 Dana Jansensi dont know what i fixed but here it is
2002-12-02 Dana Jansenshandle map requests with the root window class
2002-12-02 Dana Jansenscompress property changes a bit
2002-12-02 Dana Jansensbetter compression, dont lose events
2002-12-02 Dana Jansensmore compressing
2002-12-02 Dana Jansenscompress property changes into a single change
2002-12-02 Dana Jansensadd an OBRootWindow class that watches events/propertie...
2002-12-02 Dana Jansenshandle map events with the Openbox class
next