2003-02-19 |
Dana Jansens | let any number of mouse buttons work |
tree | commitdiff |
2003-02-19 |
Dana Jansens | add the new '-remote' option. let the dispatchEvents... |
tree | commitdiff |
2003-02-18 |
Dana Jansens | typo! |
tree | commitdiff |
2003-02-18 |
Dana Jansens | watch for case where we think one button is pressed... |
tree | commitdiff |
2003-02-17 |
Dana Jansens | adjust to the new format for otk::Proeprty::get() funct... |
tree | commitdiff |
2003-02-17 |
Dana Jansens | provide a function to return all the desktop names... |
tree | commitdiff |
2003-02-17 |
Dana Jansens | check for no screens before asserting |
tree | commitdiff |
2003-02-17 |
Dana Jansens | dont need preprocessor shit for swig |
tree | commitdiff |
2003-02-17 |
Dana Jansens | add support for the openbox_restack_window message. |
tree | commitdiff |
2003-02-17 |
Dana Jansens | this has been moved to wrap/ |
tree | commitdiff |
2003-02-17 |
Dana Jansens | s/False/false/ |
tree | commitdiff |
2003-02-17 |
Dana Jansens | rm the SWIG ifdefs |
tree | commitdiff |
2003-02-17 |
Dana Jansens | kill the typedef |
tree | commitdiff |
2003-02-16 |
Dana Jansens | support for pixmap icons, kwm_win_icon and the icon... |
tree | commitdiff |
2003-02-16 |
Dana Jansens | keep track of the kwm_win_icon property |
tree | commitdiff |
2003-02-16 |
Dana Jansens | supply more information about errors when running scripts |
tree | commitdiff |
2003-02-16 |
Dana Jansens | adjust how the config is loaded. it is not loaded at... |
tree | commitdiff |
2003-02-16 |
Dana Jansens | order things to work correctly for now, with the python... |
tree | commitdiff |
2003-02-16 |
Dana Jansens | execute files such that i can track if an exception... |
tree | commitdiff |
2003-02-16 |
Dana Jansens | when python_exec fails on user.py: |
tree | commitdiff |
2003-02-16 |
Dana Jansens | import the config module properly. |
tree | commitdiff |
2003-02-16 |
Dana Jansens | still draw the background when no text will fit |
tree | commitdiff |
2003-02-16 |
Dana Jansens | put the desktop names in the right variable |
tree | commitdiff |
2003-02-16 |
Derek Foreman | Fixed a bug in grab handling for chains |
tree | commitdiff |
2003-02-15 |
Dana Jansens | dont provide a default icon in the python stuff, itll... |
tree | commitdiff |
2003-02-14 |
Dana Jansens | Add the "obsetroot" tool. Use it to set the root backgr... |
tree | commitdiff |
2003-02-14 |
Dana Jansens | rm shit that no longer applies |
tree | commitdiff |
2003-02-14 |
Dana Jansens | check if the window is focused before unfocusing it |
tree | commitdiff |
2003-02-14 |
Dana Jansens | just because we think we're focused doesnt mean we... |
tree | commitdiff |
2003-02-14 |
Dana Jansens | use an icon smaller than the surface if possible |
tree | commitdiff |
2003-02-14 |
Dana Jansens | kill debug prints |
tree | commitdiff |
2003-02-14 |
Dana Jansens | dont put DEBUG: in the printf |
tree | commitdiff |
2003-02-14 |
Dana Jansens | add a default icon |
tree | commitdiff |
2003-02-14 |
Dana Jansens | rm debug print |
tree | commitdiff |
2003-02-14 |
Dana Jansens | layout the titlebar right, was adding too much space... |
tree | commitdiff |
2003-02-14 |
Dana Jansens | add a Config class with config data from the scripts. |
tree | commitdiff |
2003-02-13 |
Dana Jansens | put the Python.h header in the .cc |
tree | commitdiff |
2003-02-13 |
Dana Jansens | only keep fullscreen windows in the top layer when... |
tree | commitdiff |
2003-02-13 |
Dana Jansens | display icons in the frame titlebar! |
tree | commitdiff |
2003-02-13 |
Dana Jansens | doc _layer. |
tree | commitdiff |
2003-02-13 |
Dana Jansens | notify the frame when the desktop changes |
tree | commitdiff |
2003-02-13 |
Dana Jansens | show state with the alldesktops and max buttons |
tree | commitdiff |
2003-02-13 |
Dana Jansens | buttons press! |
tree | commitdiff |
2003-02-13 |
Dana Jansens | readd titlebar buttons. but they dont press yet |
tree | commitdiff |
2003-02-13 |
Dana Jansens | clear the stringlist before populating it |
tree | commitdiff |
2003-02-12 |
Dana Jansens | proper order for headers |
tree | commitdiff |
2003-02-11 |
Dana Jansens | free the surfaces' pixeldata after rendering it |
tree | commitdiff |
2003-02-11 |
Dana Jansens | new key code with keyboard grabs and such, thanks to... |
tree | commitdiff |
2003-02-11 |
Dana Jansens | add a comment regarding the client.area() being not... |
tree | commitdiff |
2003-02-11 |
Dana Jansens | make stacked cycling work without a modifier-key bindin... |
tree | commitdiff |
2003-02-10 |
Dana Jansens | provide access to the desktop names |
tree | commitdiff |
2003-02-10 |
Dana Jansens | initialize the net_showing_desktop hint |
tree | commitdiff |
2003-02-10 |
Dana Jansens | more user friendly net_showing_desktop support |
tree | commitdiff |
2003-02-10 |
Dana Jansens | smarter focus restoring |
tree | commitdiff |
2003-02-10 |
Dana Jansens | focus the desktop when entering show-desktop-mode,... |
tree | commitdiff |
2003-02-10 |
Dana Jansens | show desktop mode works! |
tree | commitdiff |
2003-02-10 |
Dana Jansens | rm some old commented code |
tree | commitdiff |
2003-02-10 |
Dana Jansens | add support for desktop layouts specified by pagers |
tree | commitdiff |
2003-02-10 |
Dana Jansens | rm a debug print |
tree | commitdiff |
2003-02-10 |
Dana Jansens | stop using a desktop number for iconic windows. woot! |
tree | commitdiff |
2003-02-10 |
Dana Jansens | keep track of struts for each desktop |
tree | commitdiff |
2003-02-10 |
Dana Jansens | rm debug prints |
tree | commitdiff |
2003-02-10 |
Dana Jansens | modal works like a charm now |
tree | commitdiff |
2003-02-10 |
Dana Jansens | keep things in min/max bounds properly |
tree | commitdiff |
2003-02-09 |
Dana Jansens | use the c++ std cheaders |
tree | commitdiff |
2003-02-09 |
Dana Jansens | signed ints instead of unsigned ints again. less pain... |
tree | commitdiff |
2003-02-08 |
Dana Jansens | remove includes for widgetbase.hh. fix bug with circula... |
tree | commitdiff |
2003-02-08 |
Dana Jansens | this is no longer used |
tree | commitdiff |
2003-02-08 |
Dana Jansens | split the move and resize on the client window |
tree | commitdiff |
2003-02-08 |
Dana Jansens | formatting |
tree | commitdiff |
2003-02-08 |
Dana Jansens | No longer using otk widgets for the frame decorations. |
tree | commitdiff |
2003-02-07 |
Dana Jansens | compress motion events better |
tree | commitdiff |
2003-02-07 |
Dana Jansens | compress config req's |
tree | commitdiff |
2003-02-06 |
Dana Jansens | make "make dist" work, compiler flags cleanups |
tree | commitdiff |
2003-02-05 |
Dana Jansens | only show prints for debug builds |
tree | commitdiff |
2003-02-05 |
Dana Jansens | new swig build system. much better. yay. |
tree | commitdiff |
2003-02-05 |
Dana Jansens | make sure windows aren't doing things they aren't allow... |
tree | commitdiff |
2003-02-04 |
Dana Jansens | add the headers |
tree | commitdiff |
2003-02-04 |
Dana Jansens | compile fix |
tree | commitdiff |
2003-02-04 |
Dana Jansens | watch for bad actions and contexts |
tree | commitdiff |
2003-02-04 |
Dana Jansens | add an assert to catch bad stuff from the python |
tree | commitdiff |
2003-02-04 |
Dana Jansens | update comment |
tree | commitdiff |
2003-02-04 |
Dana Jansens | make python config variables very visible by making... |
tree | commitdiff |
2003-02-04 |
Dana Jansens | all new stacked cycling code. so much sexy. |
tree | commitdiff |
2003-02-04 |
Dana Jansens | rm debug prints |
tree | commitdiff |
2003-02-04 |
Dana Jansens | call getState() before updateTransientFor(), don't... |
tree | commitdiff |
2003-02-04 |
Dana Jansens | make this focus shit not buggy again.. |
tree | commitdiff |
2003-02-03 |
Dana Jansens | initialize _modal, its used before the window's type... |
tree | commitdiff |
2003-02-03 |
Dana Jansens | handle modal windows better (bugfixes). |
tree | commitdiff |
2003-02-03 |
Dana Jansens | add a focused() member |
tree | commitdiff |
2003-02-03 |
Dana Jansens | dont let maximizing occur if the window cant move or... |
tree | commitdiff |
2003-02-03 |
Dana Jansens | support for modal children, both in the focus code... |
tree | commitdiff |
2003-02-03 |
Dana Jansens | set the desktop number before the number of desktops |
tree | commitdiff |
2003-02-03 |
Dana Jansens | fix a signed/unsigned thing |
tree | commitdiff |
2003-02-03 |
Dana Jansens | find modal children and focus them |
tree | commitdiff |
2003-02-03 |
Dana Jansens | logic error for modal focus |
tree | commitdiff |
2003-02-03 |
Dana Jansens | add function to focus modal children |
tree | commitdiff |
2003-02-03 |
Dana Jansens | rm a XXX that we cant do anything about, and wont break... |
tree | commitdiff |
2003-02-03 |
Dana Jansens | dont let kde override-redirect windows be moved or... |
tree | commitdiff |
2003-02-03 |
Dana Jansens | support the kde override_redirect hint, to make a windo... |
tree | commitdiff |
next |