2007-03-11 |
Dana Jansens | wow... this is a big commit...
|
commit | commitdiff | tree |
2007-03-11 |
Dana Jansens | add the _NET_WM_USER_TIME property support. When focus_new...
|
commit | commitdiff | tree |
2007-03-11 |
Dana Jansens | remove the kde icon hint, they use the EWMH icon now
|
commit | commitdiff | tree |
2007-03-11 |
Dana Jansens | remove the kde frame extents property, add the _NET_FRAME_EX...
|
commit | commitdiff | tree |
2007-03-11 |
Dana Jansens | >:| I put old code back somehow.. thanks mika. hooray...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | 1) Remove support for the Urgent hint. This will no...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | skip windows in alt-tab that have SKIP_PAGER set. perhaps...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | people have started using SKIP_TASKBAR, and it's not...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | make startup notification a little more robust. obconf...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | let windows move themselves off the screen somewhat...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | no longer honor transient_for = None or Root. it violates...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | add grouptran test, which will actually not make valid...
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | more cleverness for window placing.
|
commit | commitdiff | tree |
2007-03-10 |
Dana Jansens | let you put windows with the titlebar off screen.....
|
commit | commitdiff | tree |
2007-03-08 |
Dana Jansens | one more fix.. oops :)
|
commit | commitdiff | tree |
2007-03-08 |
Dana Jansens | fix rendering of the new top corner resize handles
|
commit | commitdiff | tree |
2007-03-08 |
Dana Jansens | a) remove the top_grip_height business from the theme
|
commit | commitdiff | tree |
2007-03-08 |
Dana Jansens | was using paddingx for y-things, oops
|
commit | commitdiff | tree |
2007-03-08 |
Dana Jansens | Fix possible crashingness, from last commit.
|
commit | commitdiff | tree |
2007-03-07 |
Dana Jansens | Split RrPaint to RrPaint and RrPaintPixmap, so you...
|
commit | commitdiff | tree |
2007-03-07 |
Dana Jansens | Be more lenient with errors in xml file. If there are...
|
commit | commitdiff | tree |
2007-03-06 |
Dana Jansens | don't install the old themeupdate.py file
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | put artists original comments back into the themes...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | missed updating this one
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | proper shadow tint values
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | scale the shadows up, they were /100 before, now they...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | theme converter had a bug! menu item font is parsed...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | was looking for menu items font in the wrong place
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | follow new xsd
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | point and padding became redundant.. do remove padding...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | don't use handle_height for focus indicators, use top_grip_h...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | scary commit..but here goes.
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | assert on invalid color values
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | enable startup notification by default.
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | kde systray applications no longer need the tray proxy...
|
commit | commitdiff | tree |
2007-03-05 |
Dana Jansens | add the themetoxml tool ! yay
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | add comment explaining what this tool is for. new themeupdat...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | use EXIT_SUCCESS. it's the same thing, but more correct.
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | i moved the font shadow stuff back into the theme,...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | moving shadow information out of the themes, and into...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | keep the default tint at 50, for theme compatibility
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | add the new font things to our example rc.xml and the...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | change the rc config format for font shadows, now:
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | lighten the default shadow, it's alittle harsh right now
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | oops... I'm combining two different things in this...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | better string matching for duplicate title numbering...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | Fonts are now going to be configured in the rc.xml...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | remove the font code for parsing Xft font strings....
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | fonts are no longer loaded from the theme file. instead...
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | add parse_attr_bool, and fix a possible segfault
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | add font weight and font slant enumerations
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | use font 8point by default if none is specified
|
commit | commitdiff | tree |
2007-03-04 |
Dana Jansens | add missing comment
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | let the configuration file changes affect windows'...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | don't change the restart type with the session manager...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | pretty brackets
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | if sm is disabled, there is nothing to shutdown, so...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | ok this time for real...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | make a copy of the argc and argv instead of modifying...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | commited things i wasn't supposed to. wow i suck.
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | reverse that last commit.. that was by accident..
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | add --reconfigure option to openbox.
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | why aren't these variables getting initialized. how...
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | fix memleak, free the render instance on shutdown.
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | pango is now mandatory..
|
commit | commitdiff | tree |
2007-03-03 |
Dana Jansens | add -fno-strict-aliasing to the gcc compiler flags...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | fix for per-application focus settings. properly use...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | declare variables at the beginning of blocks, because...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | no more using SaveUnder for our openbox-specific windows...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | only update the screen areas when a window actually...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | support clients which use true transparency 32-bit...
|
commit | commitdiff | tree |
2007-03-02 |
Dana Jansens | this includes a number of things since my magnificent...
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | add recent changes
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | add ja
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | 3.1
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | dont persist the linear state, not sure why i did it...
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | closed 881
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | dont have glib reap children, we shall reap them instead...
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | dont make our frame windows override-redirect, so that...
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | whitespace
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | add recent changes
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | add japanese translation
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | s/guint/gboolean/ oops
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | don't use action_run_string in action.c, pass along...
|
commit | commitdiff | tree |
2003-12-22 |
Dana Jansens | make all dialog typed windows transient for their group...
|
commit | commitdiff | tree |
2003-11-11 |
Dana Jansens | dont scale images to 0 px wide or tall
|
commit | commitdiff | tree |
2003-11-11 |
Dana Jansens | use g_snprintf instead of sprintf
|
commit | commitdiff | tree |
2003-11-11 |
Dana Jansens | dont go changing the session file all the time, and...
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | remove the debian menu file
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | 3.0 time
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | dist the version.h.in not the version.h
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | add version.h
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | add version info the library headers
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | disable the "Go there" menu entry when its the current...
|
commit | commitdiff | tree |
2003-10-27 |
Dana Jansens | was setting NULL incorrectly to cancel actions and...
|
commit | commitdiff | tree |
2003-10-25 |
Dana Jansens | g_strerror
|
commit | commitdiff | tree |
2003-10-25 |
Dana Jansens | use gpointer for void*
|
commit | commitdiff | tree |
2003-10-25 |
Dana Jansens | g_getenv fix, it returns const char*. use gpointer...
|
commit | commitdiff | tree |
next |