]> icculus.org git repositories - mikachu/openbox.git/history - src/actions.cc
Allow moving fullscreen windows between monitors
[mikachu/openbox.git] / src / actions.cc
2003-03-21 Dana Jansensrm the old code including the .pys and the c++ shit
2003-03-16 Dana Jansensmerge the C branch into HEAD
2003-02-19 Dana Jansenstime to refactor shit hard
2003-02-19 Dana Jansensdont assume only 5 mouse buttons.
2003-02-18 Dana Jansenswatch for case where we think one button is pressed...
2003-02-14 Dana JansensAdd the "obsetroot" tool. Use it to set the root backgr...
2003-02-14 Dana Jansensadd a Config class with config data from the scripts.
2003-02-11 Dana Jansensmake stacked cycling work without a modifier-key bindin...
2003-02-10 Dana Jansenskeep track of struts for each desktop
2003-02-09 Dana Jansensuse the c++ std cheaders
2003-02-08 Dana JansensNo longer using otk widgets for the frame decorations.
2003-02-07 Dana Jansenscompress motion events better
2003-02-04 Dana Jansensmake python config variables very visible by making...
2003-02-03 Dana Jansensremove a XXX
2003-01-30 Dana Jansensadd a Release MouseAction for python hooks
2003-01-25 Dana Jansensnew/better/cleaner scripting interface
2003-01-24 Dana Jansensallow python to grab the keyboard. have release events...
2003-01-23 Dana Jansensremove unused old handlers
2003-01-17 Dana Jansensadd a drag threshold
2003-01-14 Dana Jansensjust return if a valid widget isnt found, racey to...
2003-01-13 Dana Jansensuse the new non-static display
2003-01-13 Dana Jansensmove the Openbox::instance pointer to simply "openbox".
2003-01-11 Dana Jansensremoving all prefixes completed
2003-01-11 Dana Jansensvalgrind fixes, and fixes for writing shit all over...
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 Jansensinclude the all otk stuff into the openbox python modul...
2003-01-10 Dana Jansensnew python interface! using the .py shadow wrappers...
2003-01-09 Dana Jansensnew python callbacks data, infrastructure. going to...
2003-01-07 Dana Jansenssupply python routines for next/prev workspace
2003-01-06 Dana Jansensadd comments for rming masks from the events
2003-01-04 Dana Jansensadd support for wm_window_role
2003-01-03 Dana Jansensput event bindings in OBBindings too
2003-01-03 Dana Jansensallow "event bindings" via ebind() for new windows...
2003-01-03 Dana Jansenscleanup naming in OBBindings
2003-01-03 Dana Jansensclicks on the client work as they should
2003-01-03 Dana Jansensmoving a window is possible once again
2003-01-03 Dana Jansensnew mouse button code is seeming to work. you can move...
2003-01-03 Dana Jansenstrasitioning for new button event handling
2003-01-02 Dana Jansenskill button release events
2003-01-02 Dana Jansensnew code for bindings/callbacks. much sexier. now passe...
2002-12-31 Dana Jansensadd click_raise global var
2002-12-30 Dana Jansensso close to keybindings. wont link for now.
2002-12-30 Dana Jansenskeybindings underway. dont work yet
2002-12-25 Dana Jansensglobal python scripts. client motion/resizing is all...
2002-12-25 Dana Jansenspython with callbacks!
2002-12-20 Dana Jansenssegfault no more on root clicks
2002-12-18 Dana Jansenscan resize now too. compress motion events.
2002-12-18 Dana Jansensyou can move windows!
2002-12-18 Dana Jansenscan tell where events are coming from!
2002-12-05 Dana Jansensstore the delta x/y for a motion sequence
2002-12-04 Dana Jansenssome cleanups
2002-12-04 Dana Jansenskeep a queue of press/releases and the positions, so...
2002-12-04 Dana Jansenshandle mouse motion too
2002-12-04 Dana Jansenshandle keyboard input
2002-12-04 Dana Jansensenter/leave actions work!
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 Jansensactions class can sorta handle mouse enter/leave and...
2002-12-04 Dana Jansensadd a skeletal OBActions class for user actions