2003-02-01 |
Dana Jansens | remaximize windows when the strut changes |
blob | commitdiff | raw |
2003-02-01 |
Dana Jansens | always call the placewindow routine |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Dana Jansens | fire Startup on startup, not shutdown |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Dana Jansens | add comment |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Dana Jansens | update the strut when a client is unmanaged |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Dana Jansens | fix compiling bug |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Dana Jansens | make struts get added to the screen when mapping a... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Dana Jansens | don't manage override_redirect windows. |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Dana Jansens | comment unused variable |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Dana Jansens | use otk objects in the ob scripts by importing otk |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Dana Jansens | new/better/cleaner scripting interface |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Dana Jansens | watch for multiple map requests on the same window... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Dana Jansens | out with the blackbox source |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | maprequests do not come here once the window is managed... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | set the root window, to a color for now |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | remove the word "sticky" from everywhere, and replace... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | dont use a const_iterator |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | dont use a const_iterator |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Dana Jansens | compiles with the new render subsystem... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Dana Jansens | Some cleanups in the mapping procedure. Apply requested... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Dana Jansens | call the place routine after the window is grabbed |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Dana Jansens | call the place window routine after the frame is created |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Dana Jansens | new raise/lower window code. only restacks 2 windows... |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Dana Jansens | redo otk::Property. make it static. |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Dana Jansens | stacking list on root is bottom to top |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Dana Jansens | otk::Timer-ng!! thanks ManMower for this shizznit! |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Dana Jansens | fix indenting |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Dana Jansens | use the new non-static display |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Dana Jansens | move the Openbox::instance pointer to simply "openbox". |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Dana Jansens | almost done the ustring conversion |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Dana Jansens | default to 1 desktop if its not read from the configs |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Dana Jansens | dont assert when given an out-of-range desktop |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Dana Jansens | removing all prefixes completed |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Dana Jansens | new python callbacks data, infrastructure. going to... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Dana Jansens | change what re-maprequest events do, just convert them... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dana Jansens | add some comments |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | better reparent handling, dont fux with the event stack.. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | handle unmaps better. all thanks to acroread sending... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | don't place the window magically if we're starting... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | add a PlaceWindow event hook type |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | dont unset focused client if it is still/already set... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | change the unmanae ordeer around to have the callbacks... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | sending windows to workspaces works. focus messes up... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | use client messages to switch desktops/move windows... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | add startup and shutdown callback events for each screen |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | supply python routines for next/prev workspace |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | dont hide windows when switching to the current workspace |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | windows stay on their desktops |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | desktops |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dana Jansens | keep track of desktops... |
blob | commitdiff | raw | diff to current |
2003-01-06 |
Dana Jansens | handle maprequests after mapped correctly. thus making... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Dana Jansens | transient window support..halfway |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | only focus new 'normal' windows |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | add support for wm_window_role |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | better focus passing around for now |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | support net_wm_strut's! nothing to do with them yet... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | update comment |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | set desktop names on startup |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | desktopnames is supported already, just desktops arent :> |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | better focusing. support for the take_focus protocol |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | set the net support atoms |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dana Jansens | client and stacking list work |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dana Jansens | remove the block on shutdown |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dana Jansens | rm the old bb src |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dana Jansens | share code for raising/lowering windows |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dana Jansens | add/lower work |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Dana Jansens | new mouse button code is seeming to work. you can move... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Dana Jansens | new code for bindings/callbacks. much sexier. now passe... |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Dana Jansens | load config options from the python environment |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Dana Jansens | add click_raise global var |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Dana Jansens | add some globals to modify the default scripting behavior |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Dana Jansens | so close to keybindings. wont link for now. |
blob | commitdiff | raw | diff to current |
2002-12-25 |
Dana Jansens | might not compile... ob uses its own widgets now, which... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Dana Jansens | python interface is working! |
blob | commitdiff | raw | diff to current |
2002-12-20 |
Dana Jansens | update to cleaned up otk api |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Dana Jansens | resizing works and whatnot |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Dana Jansens | you can move windows! |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Dana Jansens | PROPERLY HANDLE CLIENT BORDERS |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Dana Jansens | map and unmap work great now yay |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Dana Jansens | unmap works.. once |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Dana Jansens | add an OBRootWindow class that watches events/propertie... |
blob | commitdiff | raw | diff to current |
2002-12-01 |
Dana Jansens | window decorations use "unmanaged" widgets now. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | remove the redundant _size property in OBScreen, and... |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | manages windows that exist before running. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | watch for when screens cant be managed |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | HRM manageExisting() isnt working! |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | manage and unmanage windows in OBScreen |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Dana Jansens | not using any old blackbox classes anymore! |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Dana Jansens | include stdio |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Dana Jansens | adding the new OBScreen class actually! |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Dana Jansens | move screen.cc/hh to bbscreen.cc/hh |
blob | commitdiff | raw |
2002-11-06 |
Marius Nita | omg, fat commit |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Dana Jansens | fix compiling with the new strut (new namespace) |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Dana Jansens | finish conversion to the new otk::OBProperty class... |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Dana Jansens | convert XAtom to OBAtom |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Dana Jansens | complete the change from window.cc/hh to bbwindow.cc/hh |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Dana Jansens | new timer infrastructure. takes a function pointer... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Dana Jansens | WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dana Jansens | big fat commit.. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dana Jansens | compiles now. uses xft2 |
blob | commitdiff | raw | diff to current |
next |