Dana Jansens
|
f7a0eb7624
|
grab the keyboard during move/resize to make sure the popup doesnt get left onscreen if the modifiers are released before the button
|
2003-01-30 21:39:12 +00:00 |
|
Dana Jansens
|
c2c21e9588
|
blef
|
2003-01-30 08:52:35 +00:00 |
|
Dana Jansens
|
a20c78f789
|
add comment
|
2003-01-29 01:38:45 +00:00 |
|
Dana Jansens
|
85706d995c
|
grab the pointer when grabbing the keyboard to discard pointer events
|
2003-01-29 00:50:28 +00:00 |
|
Dana Jansens
|
997f94cf86
|
new/better/cleaner scripting interface
|
2003-01-25 16:36:55 +00:00 |
|
Dana Jansens
|
084d6f4e42
|
some intermediate stage. stacked focus cycling is very broken. dont try it. going to have to change how the python stuff works i think!
|
2003-01-24 09:25:03 +00:00 |
|
Dana Jansens
|
91c7e5c378
|
allow python to grab the keyboard. have release events go to the grabs callback. remove the modifier from teh state when a modifier key is the one being released
|
2003-01-24 07:37:26 +00:00 |
|
Dana Jansens
|
741c68bb87
|
include algorthm forstd::find
|
2003-01-23 02:33:42 +00:00 |
|
Dana Jansens
|
96a9196cbb
|
otk::Timer-ng!! thanks ManMower for this shizznit!
|
2003-01-14 09:54:05 +00:00 |
|
Dana Jansens
|
cdcc526a02
|
use the new non-static display
|
2003-01-13 09:04:57 +00:00 |
|
Dana Jansens
|
9e77a88d26
|
move the Openbox::instance pointer to simply "openbox".
|
2003-01-13 08:13:58 +00:00 |
|
Dana Jansens
|
2a6c730f02
|
add aliases for mouse buttons
|
2003-01-11 20:48:52 +00:00 |
|
Dana Jansens
|
77ab46d1e3
|
removing all prefixes completed
|
2003-01-11 19:42:43 +00:00 |
|
Dana Jansens
|
e8f5cf2940
|
valgrind fixes, and fixes for writing shit all over the environment. yay~!!!!!!!
|
2003-01-11 11:16:36 +00:00 |
|
Dana Jansens
|
7a95b5a949
|
don't grab for motion/releases on the client window, i don't get them anyways.
|
2003-01-10 19:16:56 +00:00 |
|
Dana Jansens
|
623de3b0ee
|
rm printf
|
2003-01-10 07:40:32 +00:00 |
|
Dana Jansens
|
b67f5e702e
|
new python interface! using the .py shadow wrappers from swig
|
2003-01-10 03:11:48 +00:00 |
|
Dana Jansens
|
345d957e1e
|
new python callbacks data, infrastructure. going to rework bindings code. cvs wont work for shit now. but thats life.
|
2003-01-09 22:54:31 +00:00 |
|
Dana Jansens
|
2a40cebfdc
|
grab the server around key ungrab/grabs to prevent losing keys
|
2003-01-08 06:41:31 +00:00 |
|
Dana Jansens
|
711a7d8c56
|
supply python routines for next/prev workspace
|
2003-01-07 02:24:43 +00:00 |
|
Dana Jansens
|
40449e199d
|
allow to bind multiple functions to everything
|
2003-01-06 19:01:49 +00:00 |
|
Dana Jansens
|
c7b22b4f9c
|
transient window support..halfway
|
2003-01-05 01:40:38 +00:00 |
|
Dana Jansens
|
e3b50c2d13
|
kill the printf
|
2003-01-04 05:09:26 +00:00 |
|
Dana Jansens
|
e6ae9e51f7
|
no default reset key
|
2003-01-03 22:34:50 +00:00 |
|
Dana Jansens
|
a9a5f0d751
|
put event bindings in OBBindings too
|
2003-01-03 21:48:11 +00:00 |
|
Dana Jansens
|
f8ea576460
|
rm the old bb src
|
2003-01-03 19:36:41 +00:00 |
|
Dana Jansens
|
660ad41ca0
|
s/reset/resetChains/
|
2003-01-03 18:51:00 +00:00 |
|
Dana Jansens
|
376ce0032e
|
rm old bb shit, and the old xeventhandler
|
2003-01-03 18:41:49 +00:00 |
|
Dana Jansens
|
31e37b3e88
|
cleanup naming in OBBindings
|
2003-01-03 07:03:59 +00:00 |
|
Dana Jansens
|
7db3ffecc9
|
you can bind buttons already about, and itll replace them
|
2003-01-03 06:55:04 +00:00 |
|
Dana Jansens
|
7071b1f094
|
add comment
|
2003-01-03 06:07:53 +00:00 |
|
Dana Jansens
|
1c8090fa67
|
clicks on the client work as they should
|
2003-01-03 06:05:08 +00:00 |
|
Dana Jansens
|
ca3e463057
|
moving a window is possible once again
|
2003-01-03 05:26:04 +00:00 |
|
Dana Jansens
|
b35dae95a5
|
new mouse button code is seeming to work. you can move windows
|
2003-01-03 02:48:25 +00:00 |
|
Dana Jansens
|
e05d5f7934
|
kill button release events
|
2003-01-02 22:58:32 +00:00 |
|
Dana Jansens
|
66a26917a0
|
new code for bindings/callbacks. much sexier. now passes python classes back to the callbacks, and the storage of the callbacks in the code is much more clear. huzzah.
|
2003-01-02 20:36:14 +00:00 |
|
Dana Jansens
|
745e840547
|
load config options from the python environment
|
2002-12-31 19:15:24 +00:00 |
|
Dana Jansens
|
1161a90a70
|
add click_raise global var
|
2002-12-31 09:17:16 +00:00 |
|
Dana Jansens
|
f7e3eb5729
|
add some globals to modify the default scripting behavior
|
2002-12-31 08:46:17 +00:00 |
|
Dana Jansens
|
a6661d587c
|
bindings work. now they have a reset key too.
|
2002-12-31 06:59:46 +00:00 |
|
Dana Jansens
|
d7a30f93b5
|
so close to keybindings. wont link for now.
|
2002-12-30 22:27:46 +00:00 |
|
Dana Jansens
|
db1fb534b8
|
bindings work again. yay
|
2002-12-30 21:10:13 +00:00 |
|
Dana Jansens
|
7e9fb9fb25
|
add a comment
|
2002-12-30 21:06:08 +00:00 |
|
Dana Jansens
|
390d447d9b
|
add some const
|
2002-12-30 21:04:09 +00:00 |
|
Dana Jansens
|
5f8e2b75fa
|
more debug output changes
|
2002-12-30 20:55:33 +00:00 |
|
Dana Jansens
|
40f3dfbaad
|
still busted
|
2002-12-30 20:49:56 +00:00 |
|
Dana Jansens
|
509e6a8f43
|
fucked up shit
|
2002-12-30 20:41:33 +00:00 |
|
Dana Jansens
|
dabac4f740
|
i dont get how the fuck the key tree is changing..
|
2002-12-30 16:50:29 +00:00 |
|
Dana Jansens
|
d4853f108c
|
all broken now. working on adding mouse binding support
|
2002-12-30 16:42:15 +00:00 |
|
Dana Jansens
|
9bf9567283
|
put anticipated more-often-used modifier names in front
|
2002-12-30 09:00:28 +00:00 |
|