Dana Jansens
|
a0350e27b3
|
allow "event bindings" via ebind() for new windows/window enter/leave
|
2003-01-03 21:36:09 +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
|
1161a90a70
|
add click_raise global var
|
2002-12-31 09:17:16 +00:00 |
|
Dana Jansens
|
98c4b4cfe5
|
keybindings underway. dont work yet
|
2002-12-30 06:31:45 +00:00 |
|
Dana Jansens
|
b34824a4e2
|
global python scripts. client motion/resizing is all done via python now
|
2002-12-25 04:54:44 +00:00 |
|
Dana Jansens
|
3827c1a76e
|
python with callbacks!
|
2002-12-25 02:19:49 +00:00 |
|
Dana Jansens
|
38f8155bf5
|
can resize now too. compress motion events.
|
2002-12-18 16:31:16 +00:00 |
|
Dana Jansens
|
699de0368c
|
store the delta x/y for a motion sequence
|
2002-12-05 13:52:10 +00:00 |
|
Dana Jansens
|
4e0b5fdef4
|
some cleanups
make the OBActions instance not static
|
2002-12-04 11:50:20 +00:00 |
|
Dana Jansens
|
772ff27864
|
keep a queue of press/releases and the positions, so that the first motion event already has a position to base off of, so it is not lost!!
|
2002-12-04 10:06:35 +00:00 |
|
Dana Jansens
|
143d2df034
|
handle mouse motion too
|
2002-12-04 09:01:55 +00:00 |
|
Dana Jansens
|
a21c0c55ca
|
handle keyboard input
|
2002-12-04 08:47:57 +00:00 |
|
Dana Jansens
|
73f7a0bd69
|
enter/leave actions work!
|
2002-12-04 08:30:32 +00:00 |
|
Dana Jansens
|
90ae66cc44
|
better double click processing
|
2002-12-04 08:12:09 +00:00 |
|
Dana Jansens
|
56d7b547ae
|
button press/releases WORK
|
2002-12-04 07:55:52 +00:00 |
|
Dana Jansens
|
4f01802c8c
|
actions class can sorta handle mouse enter/leave and press/release events
|
2002-12-04 07:12:13 +00:00 |
|
Dana Jansens
|
23a7f18829
|
add a skeletal OBActions class for user actions
|
2002-12-04 04:11:24 +00:00 |
|