]>
Dogcows Code - chaz/openbox/log
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
Mikael Magnusson [Wed, 14 Jun 2006 19:23:27 +0000 (19:23 +0000)]
forgot i was in the middle of something
Mikael Magnusson [Wed, 14 Jun 2006 19:20:46 +0000 (19:20 +0000)]
initial commit of split gradient, looks like some RrColor leaking perhaps
Mikael Magnusson [Sun, 11 Jun 2006 10:36:31 +0000 (10:36 +0000)]
must assign return of g_list_insert_before to list, the start address may have changed
Mikael Magnusson [Sun, 11 Jun 2006 10:21:35 +0000 (10:21 +0000)]
fix two memleaks
Mikael Magnusson [Sun, 11 Jun 2006 09:47:53 +0000 (09:47 +0000)]
rip out the VIDMODE extension stuff. this was only used to size fullscreen windows to the viewport, i doubt anyone is actually using it and it interacts very badly with xinerama.
Mikael Magnusson [Fri, 9 Jun 2006 22:35:55 +0000 (22:35 +0000)]
mad propz to jonaskoelker finding a memleak
Mikael Magnusson [Fri, 9 Jun 2006 14:54:18 +0000 (14:54 +0000)]
lollerskates
Mikael Magnusson [Fri, 9 Jun 2006 14:53:36 +0000 (14:53 +0000)]
not surprisingly, there was a typo
Mikael Magnusson [Fri, 9 Jun 2006 14:52:06 +0000 (14:52 +0000)]
if this works i will be a bit amazed, add class matching, and allow to match either name or class or both
Mikael Magnusson [Fri, 9 Jun 2006 14:29:54 +0000 (14:29 +0000)]
changing props need client_change_state
Mikael Magnusson [Fri, 9 Jun 2006 14:22:16 +0000 (14:22 +0000)]
fix4
Mikael Magnusson [Fri, 9 Jun 2006 14:21:30 +0000 (14:21 +0000)]
haha
Mikael Magnusson [Fri, 9 Jun 2006 14:19:59 +0000 (14:19 +0000)]
fix2
Mikael Magnusson [Fri, 9 Jun 2006 14:17:15 +0000 (14:17 +0000)]
fix
Mikael Magnusson [Fri, 9 Jun 2006 14:14:17 +0000 (14:14 +0000)]
add the rest of the possible states to per app settings, and fix some mem leaks in the code that _set_ the per app list
Mikael Magnusson [Fri, 9 Jun 2006 12:47:48 +0000 (12:47 +0000)]
add role matching to per app settings and fix a small memleak in the code that frees the per app list
Mikael Magnusson [Thu, 8 Jun 2006 11:49:52 +0000 (11:49 +0000)]
setting variables helps
Mikael Magnusson [Thu, 8 Jun 2006 11:46:34 +0000 (11:46 +0000)]
final fix i think
Mikael Magnusson [Thu, 8 Jun 2006 11:45:39 +0000 (11:45 +0000)]
fix7
Mikael Magnusson [Thu, 8 Jun 2006 11:45:12 +0000 (11:45 +0000)]
fix6
Mikael Magnusson [Thu, 8 Jun 2006 11:43:43 +0000 (11:43 +0000)]
fix5
Mikael Magnusson [Thu, 8 Jun 2006 11:42:16 +0000 (11:42 +0000)]
fix4
Mikael Magnusson [Thu, 8 Jun 2006 11:40:40 +0000 (11:40 +0000)]
fix3
Mikael Magnusson [Thu, 8 Jun 2006 11:39:45 +0000 (11:39 +0000)]
fix2
Mikael Magnusson [Thu, 8 Jun 2006 11:37:51 +0000 (11:37 +0000)]
fix
Mikael Magnusson [Thu, 8 Jun 2006 11:36:43 +0000 (11:36 +0000)]
move stuff around some more
Mikael Magnusson [Thu, 8 Jun 2006 11:05:29 +0000 (11:05 +0000)]
some notes to self
Mikael Magnusson [Thu, 8 Jun 2006 10:57:17 +0000 (10:57 +0000)]
*coughs uncontrollably*
Mikael Magnusson [Thu, 8 Jun 2006 10:36:36 +0000 (10:36 +0000)]
"oops"
Mikael Magnusson [Thu, 8 Jun 2006 10:34:15 +0000 (10:34 +0000)]
define vars in proper places and don't leak the entire list of settings
Mikael Magnusson [Thu, 8 Jun 2006 10:24:47 +0000 (10:24 +0000)]
cvs add is good
Mikael Magnusson [Thu, 8 Jun 2006 10:18:31 +0000 (10:18 +0000)]
per app settings
Mikael Magnusson [Wed, 10 May 2006 14:45:48 +0000 (14:45 +0000)]
*whistles*
Mikael Magnusson [Wed, 10 May 2006 14:42:30 +0000 (14:42 +0000)]
move a line so gentoo doesn't duplicate it
Mikael Magnusson [Sun, 23 Apr 2006 00:37:23 +0000 (00:37 +0000)]
maybe this makes everyone happy, only select first entry in menus if it's not a submenu entry
Mikael Magnusson [Sat, 22 Apr 2006 19:21:06 +0000 (19:21 +0000)]
patch from syscrash2k, adds submenuShowDelay option, bug #2682
Mikael Magnusson [Thu, 20 Apr 2006 18:36:23 +0000 (18:36 +0000)]
fix #2670 (hilight first entry in menus) and respect keepBorder setting when removing borders from mwm hints
Mikael Magnusson [Fri, 17 Mar 2006 22:18:54 +0000 (22:18 +0000)]
fix the minipager for exotic orientations
Mikael Magnusson [Thu, 16 Mar 2006 23:53:11 +0000 (23:53 +0000)]
try another scaling algo for the icons
Mikael Magnusson [Tue, 14 Mar 2006 17:32:35 +0000 (17:32 +0000)]
make reverse_bits static
Mikael Magnusson [Tue, 14 Mar 2006 15:27:15 +0000 (15:27 +0000)]
fix 1bit bitmaps on msbfirst architectures + some indentation fixes
Mikael Magnusson [Mon, 13 Mar 2006 11:51:40 +0000 (11:51 +0000)]
resize label after background pixmap has updated to avoid display problems
Mikael Magnusson [Sun, 5 Mar 2006 23:23:55 +0000 (23:23 +0000)]
finally fix broken gimp window icons
Mikael Magnusson [Wed, 1 Mar 2006 05:55:59 +0000 (05:55 +0000)]
add traditional chinese translation by Wei-Lun Chao
Mikael Magnusson [Sun, 15 Jan 2006 11:40:34 +0000 (11:40 +0000)]
!"$!#"%
Mikael Magnusson [Sun, 15 Jan 2006 11:40:21 +0000 (11:40 +0000)]
yes it is
Mikael Magnusson [Sun, 15 Jan 2006 11:39:55 +0000 (11:39 +0000)]
fix pixelsize when using pango (set_size != set_absolute_size)
Mikael Magnusson [Sat, 14 Jan 2006 15:34:40 +0000 (15:34 +0000)]
libobrender needs to link to libobparser
Mikael Magnusson [Mon, 28 Nov 2005 14:27:41 +0000 (14:27 +0000)]
yep, got that wrong
Mikael Magnusson [Mon, 28 Nov 2005 14:26:41 +0000 (14:26 +0000)]
testing branching
Mikael Magnusson [Sat, 8 Oct 2005 09:30:41 +0000 (09:30 +0000)]
note 64bit fixes in changelog
Mikael Magnusson [Sat, 8 Oct 2005 09:29:27 +0000 (09:29 +0000)]
final fixes?
Mikael Magnusson [Fri, 7 Oct 2005 17:00:35 +0000 (17:00 +0000)]
more 64 bit fixes
Mikael Magnusson [Mon, 3 Oct 2005 19:30:15 +0000 (19:30 +0000)]
fix using wrong type for _NET_WORKAREA for 64 bits, may exist other bugs like this
Mikael Magnusson [Sun, 25 Sep 2005 14:47:52 +0000 (14:47 +0000)]
*** empty log message ***
Mikael Magnusson [Sun, 25 Sep 2005 14:45:24 +0000 (14:45 +0000)]
add showDelay to dock
Mikael Magnusson [Wed, 14 Sep 2005 18:01:58 +0000 (18:01 +0000)]
never code on an empty stomach
Mikael Magnusson [Wed, 14 Sep 2005 17:40:47 +0000 (17:40 +0000)]
maybe i should have tried opening a submenu too
Mikael Magnusson [Wed, 14 Sep 2005 17:05:53 +0000 (17:05 +0000)]
fix menus to show on the screen the mouse cursor spawned them from
Mikael Magnusson [Tue, 13 Sep 2005 12:13:13 +0000 (12:13 +0000)]
I meant to check for windows placed by programs, not windows not placed by the user. Now checks for windows placed by programs and not placed by user. This excludes placement schemes which the former check didn't, resulting in some brokenness, particularly with xinerama.
Mikael Magnusson [Tue, 6 Sep 2005 06:34:19 +0000 (06:34 +0000)]
add movetocenter here
Mikael Magnusson [Thu, 1 Sep 2005 16:07:57 +0000 (16:07 +0000)]
didnt get the wording quite right there... :)
Mikael Magnusson [Thu, 1 Sep 2005 16:05:06 +0000 (16:05 +0000)]
note this in changelog
Mikael Magnusson [Thu, 1 Sep 2005 16:03:35 +0000 (16:03 +0000)]
finally fix the autoconf stuff correctly
Mikael Magnusson [Thu, 1 Sep 2005 15:50:28 +0000 (15:50 +0000)]
this was a wee bit out of date
Mikael Magnusson [Thu, 1 Sep 2005 15:47:06 +0000 (15:47 +0000)]
knew i forgot something
Mikael Magnusson [Thu, 1 Sep 2005 15:36:45 +0000 (15:36 +0000)]
add some stuff to the CHANGELOG, hopefully got everything in there
Mikael Magnusson [Thu, 1 Sep 2005 15:34:03 +0000 (15:34 +0000)]
and tidy it up a bit
Mikael Magnusson [Thu, 1 Sep 2005 15:33:04 +0000 (15:33 +0000)]
remove some excessive swearing from a comment about pango
Mikael Magnusson [Thu, 11 Aug 2005 13:23:59 +0000 (13:23 +0000)]
fix programs showing their child windows outside the screen, but retain the possibility to put windows slightly offscreen with the -geometry argument (which is why i broke it in the first place)
Mikael Magnusson [Tue, 26 Jul 2005 08:02:13 +0000 (08:02 +0000)]
ifdef helps
Mikael Magnusson [Mon, 25 Jul 2005 14:15:16 +0000 (14:15 +0000)]
add a (temporary?) check to client_activate to make client_list_menu not crash openbox when selecting a window that has closed since the menu opened
This page took 0.059396 seconds and 4 git commands to generate.