]>
Dogcows Code - chaz/openbox/log
Dana Jansens [Fri, 2 Mar 2007 06:01:16 +0000 (06:01 +0000)]
support clients which use true transparency 32-bit visuals.
this requires that when a client is using a 32-bit visual, we have to
make the frame windows that sit underneath it to use the same visual (and a
colormap which matches it)
Dana Jansens [Fri, 2 Mar 2007 02:23:00 +0000 (02:23 +0000)]
this includes a number of things since my magnificent return....
1. some random compiling/style cleanups
2. some bigfixes
- mislogic in per-window-settings and focusing new windows
- use client_can_focus rather than checking variables for directional focus
- MAYBE fix all those lock-ups forever. using event_curtime (a new variable) now instead of event_lasttime. event_lasttime is still used however when the event being processed did not have a time associated with it. this may or may not be a problem, and will be seen.
3. um.. i forget
4. oh yeah, 3rd party docks are now treated like the internal ob dock irt focus. that is, clicking on them won't pass them focus. this is going to be ratified as expected behavior in the wm-spec just now. if docks/panels want focus they can request it with _net_active_window, and then they can have all the focus they want! one day alt-tabbing around dock windows might be nice. but not until the ob dock is moved out into a separate application. going to have to add a wmapp selection and stuff for that though... ugly. who uses wmdockapps anymore !? someone must.. *sigh*
Mikael Magnusson [Tue, 20 Feb 2007 13:13:27 +0000 (13:13 +0000)]
maybe this works then
Mikael Magnusson [Tue, 20 Feb 2007 12:30:47 +0000 (12:30 +0000)]
this should do it
Mikael Magnusson [Mon, 5 Feb 2007 21:24:48 +0000 (21:24 +0000)]
note that in the CHANGELOG
Mikael Magnusson [Mon, 5 Feb 2007 21:19:35 +0000 (21:19 +0000)]
always place windows on the screen with the mouse cursor in xinerama, throw some code around (try3)
Mikael Magnusson [Mon, 5 Feb 2007 21:19:04 +0000 (21:19 +0000)]
always place windows on the screen with the mouse cursor in xinerama, throw some code around (try2)
Mikael Magnusson [Mon, 5 Feb 2007 21:16:18 +0000 (21:16 +0000)]
always place windows on the screen with the mouse cursor in xinerama, throw some code around
Mikael Magnusson [Sat, 3 Feb 2007 15:03:46 +0000 (15:03 +0000)]
SIGH
Mikael Magnusson [Sat, 3 Feb 2007 14:57:34 +0000 (14:57 +0000)]
maybe we should actually run the actions on the menu items when activated, maybe i am crazy but it seems like a good idea
Mikael Magnusson [Tue, 30 Jan 2007 09:32:17 +0000 (09:32 +0000)]
a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs some layout tuneups
Mikael Magnusson [Wed, 15 Nov 2006 21:12:06 +0000 (21:12 +0000)]
80 cols
Mikael Magnusson [Tue, 31 Oct 2006 14:40:32 +0000 (14:40 +0000)]
dont use nonexisting functions
Mikael Magnusson [Tue, 31 Oct 2006 03:33:21 +0000 (03:33 +0000)]
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines
Mikael Magnusson [Mon, 18 Sep 2006 22:03:27 +0000 (22:03 +0000)]
show clients with the skip_taskbar property set in the client_list_menu if they're iconic
Mikael Magnusson [Tue, 12 Sep 2006 20:26:00 +0000 (20:26 +0000)]
dont use the keepBorder option for mwm hinted windows after all, but do honor the mwm_decor_border hint instead
Mikael Magnusson [Sat, 9 Sep 2006 22:05:31 +0000 (22:05 +0000)]
stray ; killed if
Mikael Magnusson [Thu, 7 Sep 2006 12:06:11 +0000 (12:06 +0000)]
update this too
Mikael Magnusson [Thu, 7 Sep 2006 12:00:31 +0000 (12:00 +0000)]
update changelog
Mikael Magnusson [Thu, 7 Sep 2006 11:40:01 +0000 (11:40 +0000)]
fix a crash when using mirrorhorizontal and resizing a window to width 1
Mikael Magnusson [Wed, 6 Sep 2006 10:50:33 +0000 (10:50 +0000)]
disable middle menus by default
Mikael Magnusson [Tue, 5 Sep 2006 15:11:37 +0000 (15:11 +0000)]
corrections to hr.po from daniel radetic
Mikael Magnusson [Thu, 31 Aug 2006 13:50:47 +0000 (13:50 +0000)]
unused thingies
Mikael Magnusson [Thu, 31 Aug 2006 13:49:36 +0000 (13:49 +0000)]
remove .cvsignore files
Mikael Magnusson [Thu, 31 Aug 2006 13:47:27 +0000 (13:47 +0000)]
note 5483 in CHANGELOG
Mikael Magnusson [Thu, 31 Aug 2006 13:43:19 +0000 (13:43 +0000)]
oops, added borders to windows when keepborder was on and they didnt have one to start with, ie docks etc
Mikael Magnusson [Fri, 25 Aug 2006 01:58:29 +0000 (01:58 +0000)]
add slovak translation
Mikael Magnusson [Fri, 25 Aug 2006 01:29:19 +0000 (01:29 +0000)]
correct a typo?
Mikael Magnusson [Thu, 24 Aug 2006 22:09:20 +0000 (22:09 +0000)]
minor tweak
Mikael Magnusson [Thu, 24 Aug 2006 22:04:19 +0000 (22:04 +0000)]
strstr is our friend, thanks merry
Mikael Magnusson [Thu, 24 Aug 2006 17:57:01 +0000 (17:57 +0000)]
rename osx to mirrorhorizontal and split to splitvertical, this will make all themes that used them not look right so update them
Mikael Magnusson [Tue, 22 Aug 2006 16:44:18 +0000 (16:44 +0000)]
update copyright step 2
Mikael Magnusson [Tue, 22 Aug 2006 16:37:35 +0000 (16:37 +0000)]
update copyright step 1
Mikael Magnusson [Tue, 22 Aug 2006 16:17:50 +0000 (16:17 +0000)]
just make configure --help output slightly less confusing, no functional change
Mikael Magnusson [Mon, 21 Aug 2006 20:48:31 +0000 (20:48 +0000)]
note offscreen fixilating in CHANGELOG
Mikael Magnusson [Mon, 21 Aug 2006 20:41:49 +0000 (20:41 +0000)]
spurious ;
Mikael Magnusson [Mon, 21 Aug 2006 20:39:42 +0000 (20:39 +0000)]
maybe fix transients placed offscreen under certain conditions
Mikael Magnusson [Sun, 20 Aug 2006 21:05:18 +0000 (21:05 +0000)]
add portuguese translation, thanks gsf!
Mikael Magnusson [Sun, 20 Aug 2006 21:03:31 +0000 (21:03 +0000)]
i hope this is the right stuff to change
Mikael Magnusson [Sun, 20 Aug 2006 20:58:52 +0000 (20:58 +0000)]
change default theme in example rc file
Mikael Magnusson [Sun, 20 Aug 2006 16:44:33 +0000 (16:44 +0000)]
useless *
Mikael Magnusson [Sun, 20 Aug 2006 13:15:37 +0000 (13:15 +0000)]
oops
Mikael Magnusson [Sun, 20 Aug 2006 07:15:18 +0000 (07:15 +0000)]
patch from thorsten vollmer to fix bug #2506, interlaces and bevels not drawing correctly
Mikael Magnusson [Sat, 19 Aug 2006 20:34:27 +0000 (20:34 +0000)]
a more proper fix for the client list menu trying to activate a closed client, no difference on end result
Mikael Magnusson [Sat, 19 Aug 2006 18:51:25 +0000 (18:51 +0000)]
fix syntax error in default config
Mikael Magnusson [Sat, 19 Aug 2006 17:55:31 +0000 (17:55 +0000)]
dont flicker when setting desktop by per app settings
Mikael Magnusson [Sat, 19 Aug 2006 17:50:12 +0000 (17:50 +0000)]
forgot to check if perapp settings said to put window on all desktops
Mikael Magnusson [Sat, 19 Aug 2006 15:35:23 +0000 (15:35 +0000)]
lets not change the stacking before we add the window to the stacking stack
Mikael Magnusson [Sat, 19 Aug 2006 15:22:55 +0000 (15:22 +0000)]
stacking_list contains ObWindows that may or may not be ObClients
Mikael Magnusson [Sat, 19 Aug 2006 15:01:25 +0000 (15:01 +0000)]
remove some useless code
Mikael Magnusson [Sat, 19 Aug 2006 13:49:53 +0000 (13:49 +0000)]
some systems seem to not include locale.h even with ENABLE_NLS set
Mikael Magnusson [Sat, 19 Aug 2006 05:05:36 +0000 (05:05 +0000)]
fix some warnings from -Wall
Mikael Magnusson [Sat, 19 Aug 2006 04:19:57 +0000 (04:19 +0000)]
why did i save that return value?
Mikael Magnusson [Sat, 19 Aug 2006 04:17:55 +0000 (04:17 +0000)]
maybe it was just a syntax error?
Mikael Magnusson [Sat, 19 Aug 2006 04:15:51 +0000 (04:15 +0000)]
don't be so afraid to include locale.h
Mikael Magnusson [Fri, 18 Aug 2006 21:24:23 +0000 (21:24 +0000)]
fix subsequent silly typo, should now compile as well as work
Mikael Magnusson [Fri, 18 Aug 2006 21:23:02 +0000 (21:23 +0000)]
fix a silly copy paste bug, titlenumber should now be disableable
Mikael Magnusson [Fri, 18 Aug 2006 20:30:10 +0000 (20:30 +0000)]
update changelog
Mikael Magnusson [Fri, 18 Aug 2006 19:57:14 +0000 (19:57 +0000)]
make the dock copy appearance from active window titles instead of inactive ones, this won't matter because nobody uses the dock
Mikael Magnusson [Fri, 18 Aug 2006 19:48:48 +0000 (19:48 +0000)]
make grips always 25 pixels
Mikael Magnusson [Fri, 18 Aug 2006 19:32:07 +0000 (19:32 +0000)]
lalala
Mikael Magnusson [Fri, 18 Aug 2006 19:26:08 +0000 (19:26 +0000)]
add new themes
Mikael Magnusson [Fri, 18 Aug 2006 18:58:34 +0000 (18:58 +0000)]
remove old themes
Mikael Magnusson [Thu, 17 Aug 2006 21:03:42 +0000 (21:03 +0000)]
disable startup notification by default
Mikael Magnusson [Thu, 17 Aug 2006 20:16:02 +0000 (20:16 +0000)]
add a means to tell the timer destroy function not to fire when for example freeing its client frame
Mikael Magnusson [Thu, 17 Aug 2006 19:26:55 +0000 (19:26 +0000)]
close but not quite
Mikael Magnusson [Thu, 17 Aug 2006 16:16:37 +0000 (16:16 +0000)]
add a client destructor to frame.c so it doesn't try to keep flashing a free'd frame
Mikael Magnusson [Wed, 16 Aug 2006 19:32:13 +0000 (19:32 +0000)]
add option titleNumber in theme section to disable the little [x] that you get after identical window titles
Mikael Magnusson [Wed, 16 Aug 2006 18:15:49 +0000 (18:15 +0000)]
fix silly typo
Mikael Magnusson [Wed, 16 Aug 2006 18:11:47 +0000 (18:11 +0000)]
adjust logic to be... logical
Mikael Magnusson [Wed, 16 Aug 2006 17:38:41 +0000 (17:38 +0000)]
don't allow inventive users to open the menu while in an interactive grab (ie changing focus or desktop)
Mikael Magnusson [Wed, 16 Aug 2006 16:51:00 +0000 (16:51 +0000)]
try utf8 for WM_NAME if locale fails, really the _locale functions in prop.c are busted and should be fixed but i have no idea how.
Mikael Magnusson [Wed, 16 Aug 2006 16:16:21 +0000 (16:16 +0000)]
update the title test program to allow combinations of WM_NAME/_NET_WM_NAME and STRING/UTF8_STRING (netwm+!utf8 is invalid, wm+utf8 is not but does not work in openbox currently)
Mikael Magnusson [Fri, 4 Aug 2006 19:56:42 +0000 (19:56 +0000)]
really fix focus_last?
Mikael Magnusson [Thu, 3 Aug 2006 13:51:19 +0000 (13:51 +0000)]
can't call ob_debug from libobrender...
Mikael Magnusson [Thu, 3 Aug 2006 01:12:29 +0000 (01:12 +0000)]
maybe fix some stuff, i dunno
Mikael Magnusson [Wed, 2 Aug 2006 21:16:47 +0000 (21:16 +0000)]
after some contemplating and complaints, not enabling vertically centered menus by default
Mikael Magnusson [Wed, 2 Aug 2006 21:03:14 +0000 (21:03 +0000)]
hopefully fix keyboard move and resize refusing to go outside the screen
Mikael Magnusson [Wed, 2 Aug 2006 20:54:16 +0000 (20:54 +0000)]
forgot to add prototypes to action.h
Mikael Magnusson [Wed, 2 Aug 2006 17:40:23 +0000 (17:40 +0000)]
s/_/./
Mikael Magnusson [Wed, 2 Aug 2006 17:37:05 +0000 (17:37 +0000)]
s/self/settings/
Mikael Magnusson [Wed, 2 Aug 2006 17:25:32 +0000 (17:25 +0000)]
make menus optionally vertically centered, and enable by default, see bug #2746
Mikael Magnusson [Wed, 2 Aug 2006 16:56:01 +0000 (16:56 +0000)]
include obrender headers in installation
Mikael Magnusson [Wed, 2 Aug 2006 16:36:40 +0000 (16:36 +0000)]
add moverelative and resizerelative
Mikael Magnusson [Wed, 2 Aug 2006 16:36:29 +0000 (16:36 +0000)]
be paranoid about programs setting 0 resize increments, which results in a divide by zero, which is in turn bad
Mikael Magnusson [Wed, 2 Aug 2006 06:07:12 +0000 (06:07 +0000)]
remove bogus check for handle width in client_setup_decor_and_functions resulting in handles not being drawn if a theme with handle width = 0 is used when that function is called for a window and a theme with handle with > 0 is then loaded.
Mikael Magnusson [Wed, 2 Aug 2006 05:14:30 +0000 (05:14 +0000)]
disable compiling of render/rendertest in make all, use make check if you want to use it, it is extremely awesome
Mikael Magnusson [Wed, 2 Aug 2006 04:45:52 +0000 (04:45 +0000)]
make the Unfocus action do something when config_focus_follow is set
Mikael Magnusson [Wed, 2 Aug 2006 00:12:58 +0000 (00:12 +0000)]
Update changelog with changes up to now
Mikael Magnusson [Tue, 1 Aug 2006 23:59:27 +0000 (23:59 +0000)]
remove an old comment
Mikael Magnusson [Tue, 1 Aug 2006 23:59:11 +0000 (23:59 +0000)]
actually add zh_TW to LINGUAS
Mikael Magnusson [Tue, 1 Aug 2006 20:34:35 +0000 (20:34 +0000)]
a "osx" gradient, it is like horizontal but mirrors in the center
Mikael Magnusson [Tue, 1 Aug 2006 19:47:09 +0000 (19:47 +0000)]
update rc.xml.in, also thanks to jonas k��lker
Mikael Magnusson [Tue, 1 Aug 2006 19:43:01 +0000 (19:43 +0000)]
update rc.xsd, many thanks to jonas k��lker
Mikael Magnusson [Tue, 4 Jul 2006 10:37:45 +0000 (10:37 +0000)]
add croatian and german translations
Mikael Magnusson [Fri, 23 Jun 2006 22:58:04 +0000 (22:58 +0000)]
dont make popup windows saveunder after all, they move around
Mikael Magnusson [Fri, 16 Jun 2006 12:41:39 +0000 (12:41 +0000)]
make menus also saveunder
Mikael Magnusson [Fri, 16 Jun 2006 11:00:44 +0000 (11:00 +0000)]
make popup windows saveunder
Mikael Magnusson [Wed, 14 Jun 2006 19:47:28 +0000 (19:47 +0000)]
so it wont leak because ob uses a hash for colors, but lets free the colors anyway
Mikael Magnusson [Wed, 14 Jun 2006 19:27:32 +0000 (19:27 +0000)]
okay that parent didnt point where i thought
This page took 0.056442 seconds and 4 git commands to generate.