mikachu/openbox.git
16 years agoDon't update hints when the title is the same. mikabox-3.4.6
Mikael Magnusson [Tue, 18 Dec 2007 20:42:29 +0000 (21:42 +0100)]
Don't update hints when the title is the same.

What I really wanted was to not redraw the titlebar but that seems much harder.

16 years agoImprove menu behaviour when clicking on grandparents.
Mikael Magnusson [Mon, 10 Dec 2007 03:28:55 +0000 (04:28 +0100)]
Improve menu behaviour when clicking on grandparents.

Some time ago the menus were changed to not trigger on mouseover on a grandparent or higher
so that you wouldn't lose a carefully navigated menu structure. Clicking on an item opens
it though. It used to be on ButtonRelease but now it is on ButtonPress. Additionally, a Press
now causes grandchildren to be closed when clicking on already selected parts of the hierarchy.

16 years agoResist on skip_taskbar windows too
Mikael Magnusson [Thu, 26 Jul 2007 06:19:14 +0000 (08:19 +0200)]
Resist on skip_taskbar windows too

16 years agoFunner mousebindings for the dock. Scrolling changes desktops. Button 8 does desktop...
Mikael Magnusson [Mon, 23 Jul 2007 23:58:17 +0000 (01:58 +0200)]
Funner mousebindings for the dock. Scrolling changes desktops. Button 8 does desktop to=last.

16 years agoAdd an option <manageDesktop> to disable the Manage Desktop section in client-list...
Mikael Magnusson [Sun, 15 Jul 2007 12:25:20 +0000 (14:25 +0200)]
Add an option <manageDesktop> to disable the Manage Desktop section in client-list menus

16 years agoMake the menu pop up centered below the mouse pointer.
Mikael Magnusson [Mon, 23 Jul 2007 23:53:59 +0000 (01:53 +0200)]
Make the menu pop up centered below the mouse pointer.

also move the menu one pixel down so you can click and the menu doesn't stick.

16 years agoAdd a _OB_FOCUS client message for obpanel to use.
Mikael Magnusson [Wed, 22 Aug 2007 21:58:57 +0000 (23:58 +0200)]
Add a _OB_FOCUS client message for obpanel to use.

16 years agoDisable the evil calling of a kde program on startup
Mikael Magnusson [Mon, 23 Jul 2007 23:50:04 +0000 (01:50 +0200)]
Disable the evil calling of a kde program on startup

16 years agoadd an override_redirect InputOnly window utility.
Mikael Magnusson [Sat, 1 Sep 2007 23:49:56 +0000 (01:49 +0200)]
add an override_redirect InputOnly window utility.

The intent was the following:
 This is mostly a copy of override.c, it lets you map a small window
 (1x1 at 0,0 by default) that openbox will treat like the root window,
 useful for scrolling to change desktops over fullscreen and maximized
 windows.

Since then openbox has learned to ignore other's override redirect windows
but I think it might still be useful to have this util.

16 years agoVarious uninteresting changes to the test programs.
Mikael Magnusson [Mon, 23 Jul 2007 23:49:23 +0000 (01:49 +0200)]
Various uninteresting changes to the test programs.

16 years agoVarious style related changes.
Mikael Magnusson [Mon, 23 Jul 2007 23:48:34 +0000 (01:48 +0200)]
Various style related changes.

This includes:
  Not forcing an even label_height
  Changing the cursor to BUSY (from BUSYPOINTER)
  Making the label area in the dirfocus popup different
  No menu item padding
  Nice blue colors for the focus cycle indicator
  Not making shadows increase text boundaries

16 years agoAllow selecting the random placement strategy. The hunk for place.c that actually...
Mikael Magnusson [Mon, 23 Jul 2007 23:45:41 +0000 (01:45 +0200)]
Allow selecting the random placement strategy. The hunk for place.c that actually does this seems to have been lost somewhere on the way.

16 years agoAdd grab option to <keybind> to not grab the keycombo. This is for example to let...
Mikael Magnusson [Mon, 23 Jul 2007 23:44:15 +0000 (01:44 +0200)]
Add grab option to <keybind> to not grab the keycombo. This is for example to let you bind stuff to the Alt key while alt-tabbing, but you don't want those keys to be grabbed in normal usage.

16 years agoAdd a window icon that is more transparent to stand out less.
Mikael Magnusson [Mon, 23 Jul 2007 23:41:32 +0000 (01:41 +0200)]
Add a window icon that is more transparent to stand out less.

16 years agoPut the client-list-menu in the client menu, just for fun. Possibly useful when there...
Mikael Magnusson [Mon, 23 Jul 2007 23:40:15 +0000 (01:40 +0200)]
Put the client-list-menu in the client menu, just for fun. Possibly useful when there are a lot of maximized windows or the desktop is otherwise unreachable and you want to access an app without using the keyboard.

16 years agoChange the client list menus back to separating iconified windows with a line instead...
Mikael Magnusson [Mon, 23 Jul 2007 23:38:43 +0000 (01:38 +0200)]
Change the client list menus back to separating iconified windows with a line instead of bracketing them.

16 years agoStop focus from moving if scroll lock is enabled. Useful when some program decides...
Mikael Magnusson [Mon, 23 Jul 2007 23:38:03 +0000 (01:38 +0200)]
Stop focus from moving if scroll lock is enabled. Useful when some program decides to pop up a window every 2 seconds while you're chatting away on irc.

16 years agoMake the default window icon randomly tinted.
Mikael Magnusson [Mon, 23 Jul 2007 23:36:47 +0000 (01:36 +0200)]
Make the default window icon randomly tinted.

16 years agoAdd "de" option to Iconify action that makes it deiconify windows (useful while alt...
Mikael Magnusson [Mon, 23 Jul 2007 23:36:14 +0000 (01:36 +0200)]
Add "de" option to Iconify action that makes it deiconify windows (useful while alt-tabbing).

16 years agoAdd emulatexinerama option in desktops section that splits the screen in two side...
Mikael Magnusson [Mon, 23 Jul 2007 23:35:12 +0000 (01:35 +0200)]
Add emulatexinerama option in desktops section that splits the screen in two side-by-side areas.

16 years agoCommented version of color cycling core cursor. I think it leaks the color specs.
Mikael Magnusson [Mon, 23 Jul 2007 23:30:50 +0000 (01:30 +0200)]
Commented version of color cycling core cursor. I think it leaks the color specs.

16 years agoI don't remember what this is supposed to fix.
Mikael Magnusson [Mon, 23 Jul 2007 23:29:29 +0000 (01:29 +0200)]
I don't remember what this is supposed to fix.

16 years agoAdd RaiseTemp action.
Mikael Magnusson [Wed, 16 Jan 2008 21:41:10 +0000 (22:41 +0100)]
Add RaiseTemp action.

This has the same effect as giving the <raise>yes</raise> option to next/prevwindow
but makes it optional and keybindable, so if W-Tab is nextwindow, you can have W-q
as raisetemp.

16 years agounused var
Dana Jansens [Sat, 2 Feb 2008 16:38:00 +0000 (11:38 -0500)]
unused var

16 years agomissing include
Dana Jansens [Sat, 2 Feb 2008 16:37:45 +0000 (11:37 -0500)]
missing include

16 years agoMerge branch 'backport' into work
Dana Jansens [Sat, 2 Feb 2008 16:36:17 +0000 (11:36 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/client.c
openbox/event.c
openbox/mouse.c
openbox/openbox.c
openbox/prop.c
openbox/prop.h
openbox/screen.c
parser/parse.c
parser/parse.h

16 years agoif windows on screen are going to be moved, then do the ReplayPointer before that...
Dana Jansens [Sat, 2 Feb 2008 16:22:17 +0000 (11:22 -0500)]
if windows on screen are going to be moved, then do the ReplayPointer before that occurs, so it goes to the right window.  if they are not, then just wait until after the actions are run (for kdesktop's sake really)

16 years agocomment typo
Dana Jansens [Sat, 2 Feb 2008 16:01:14 +0000 (11:01 -0500)]
comment typo

16 years agoadd a --config-file command line option, and OB_CONFIG_FILE root hint
Dana Jansens [Sat, 2 Feb 2008 14:22:50 +0000 (09:22 -0500)]
add a --config-file command line option, and OB_CONFIG_FILE root hint

16 years agomake update-po
Dana Jansens [Sat, 2 Feb 2008 14:07:03 +0000 (09:07 -0500)]
make update-po

16 years agomake fullscreen windows more xinerama and multi-screen aware
Dana Jansens [Sat, 2 Feb 2008 14:01:56 +0000 (09:01 -0500)]
make fullscreen windows more xinerama and multi-screen aware

instead of calling it every time a window loses focus, it is only called when a window gains focus.  then, check fullscreen layered windows, if they should be moved to a lower layer.
when moving a window between monitors, also check its layer and that of any fullscreen windows.
let a window stay in the fullscreen layer even when it is not focused, if it is on a non-visible desktop, or if it is on a different monitor from the focused window, or if nothing else is focused

16 years agofix a crash from chroot of invalid keys, and make keybindings reload better
Dana Jansens [Sat, 2 Feb 2008 05:59:59 +0000 (00:59 -0500)]
fix a crash from chroot of invalid keys, and make keybindings reload better

since invalid(not translated) keybindings are allowed in the tree, the tree's structure may actually need to change when reconfiguring.  actually, it could need to anyways.  so when re-translating all the keybindings, actually rebuild the keybinding tree.  also, make the chroot building code not fail when translate fails, to match the rest of the code and avoid segfaults with chroots on invalid keys.

16 years agodon't crash when using <raise> and alt-tab and there are no windows to cycle between
Dana Jansens [Fri, 1 Feb 2008 06:56:37 +0000 (01:56 -0500)]
don't crash when using <raise> and alt-tab and there are no windows to cycle between

16 years agoremove the generated obt's pc file
Dana Jansens [Fri, 1 Feb 2008 05:36:43 +0000 (00:36 -0500)]
remove the generated obt's pc file

16 years agoinstall the right headers for obt/obrender
Dana Jansens [Thu, 31 Jan 2008 23:22:58 +0000 (18:22 -0500)]
install the right headers for obt/obrender

16 years agoMerge branch 'backport' into work
Dana Jansens [Thu, 31 Jan 2008 22:32:37 +0000 (17:32 -0500)]
Merge branch 'backport' into work

16 years agowhen checking that a window is onscreen, if there are screens with higher indices...
Dana Jansens [Thu, 31 Jan 2008 22:31:51 +0000 (17:31 -0500)]
when checking that a window is onscreen, if there are screens with higher indices than where it appeared, they would trump things and force the window onto the first screen.  now, only assume the window is on no screens if it actually is on no screens

16 years agogeneralize the window managing process into window_manage, which handles dock apps...
Dana Jansens [Thu, 31 Jan 2008 19:39:50 +0000 (14:39 -0500)]
generalize the window managing process into window_manage, which handles dock apps and the like

16 years agounlink the log file when opening it so you get a new file
Dana Jansens [Mon, 28 Jan 2008 15:21:29 +0000 (10:21 -0500)]
unlink the log file when opening it so you get a new file

16 years agoFix a memleak. (unref ObtPaths)
Mikael Magnusson [Fri, 25 Jan 2008 15:10:30 +0000 (16:10 +0100)]
Fix a memleak. (unref ObtPaths)

16 years agomake ob_debug use the g_log system, and make openbox log messages to..a log file...
Dana Jansens [Sun, 20 Jan 2008 17:36:42 +0000 (12:36 -0500)]
make ob_debug use the g_log system, and make openbox log messages to..a log file ! this will help everyone since most people do not run openbox in a terminal..

16 years agoMerge branch 'backport' into work
Dana Jansens [Thu, 31 Jan 2008 17:36:06 +0000 (12:36 -0500)]
Merge branch 'backport' into work

Conflicts:

openbox/client.c
openbox/config.c
openbox/event.c
openbox/extensions.c
openbox/focus_cycle_indicator.c
openbox/focus_cycle_popup.c
openbox/menuframe.c
openbox/moveresize.c
openbox/openbox.c
openbox/screen.c
openbox/stacking.c
openbox/startupnotify.c

16 years agodon't deiconify windows on reconfigure if they cant be iconified directly. stop...
Dana Jansens [Mon, 28 Jan 2008 14:59:45 +0000 (09:59 -0500)]
don't deiconify windows on reconfigure if they cant be iconified directly.  stop managing windows in reverse order on restart it messes up the dock among other things

16 years agodon't check for the root window in the window hash tables. waste of cpu
Dana Jansens [Thu, 24 Jan 2008 19:41:46 +0000 (14:41 -0500)]
don't check for the root window in the window hash tables. waste of cpu

16 years agobe explicit than automake 1.9 is needed
Dana Jansens [Tue, 22 Jan 2008 19:22:55 +0000 (14:22 -0500)]
be explicit than automake 1.9 is needed

16 years agoFix a typo that broke transient window hints.
Mikael Magnusson [Mon, 21 Jan 2008 10:47:51 +0000 (11:47 +0100)]
Fix a typo that broke transient window hints.

16 years agoincrement the library version 1 so that it differs from the backport one, as they...
Dana Jansens [Tue, 22 Jan 2008 05:19:24 +0000 (00:19 -0500)]
increment the library version 1 so that it differs from the backport one, as they are actually different, and overwriting it sucks for obconf

16 years agodon't assert when you window_find(0)/dockapp_find(0), just return 0
Dana Jansens [Thu, 31 Jan 2008 15:18:35 +0000 (10:18 -0500)]
don't assert when you window_find(0)/dockapp_find(0), just return 0

16 years agoUse the # directive to simplify defines.
Mikael Magnusson [Sun, 20 Jan 2008 16:41:22 +0000 (17:41 +0100)]
Use the # directive to simplify defines.

16 years agoput openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think.
Dana Jansens [Sun, 20 Jan 2008 17:48:11 +0000 (12:48 -0500)]
put openbox saved sessions in CACHE_HOME not DATA_HOME.  more correct! i think.

16 years agosimplify window.h macros, and rename the window types to ObWindowClass for consistent...
Dana Jansens [Thu, 31 Jan 2008 15:00:10 +0000 (10:00 -0500)]
simplify window.h macros, and rename the window types to ObWindowClass for consistent name style

16 years agomake an obt_root() macro
Dana Jansens [Thu, 31 Jan 2008 14:56:59 +0000 (09:56 -0500)]
make an obt_root() macro

16 years agoxerror.c is gone
Dana Jansens [Sun, 20 Jan 2008 16:27:35 +0000 (11:27 -0500)]
xerror.c is gone

16 years agoits OBT_VERSION not OB_VERSION anymore
Dana Jansens [Sun, 20 Jan 2008 16:26:32 +0000 (11:26 -0500)]
its OBT_VERSION not OB_VERSION anymore

16 years agoadd support for XDG_CACHE_HOME to the obt paths
Dana Jansens [Sun, 20 Jan 2008 15:29:09 +0000 (10:29 -0500)]
add support for XDG_CACHE_HOME to the obt paths

16 years agomake menu event handling work more like how other events are handled, less special...
Dana Jansens [Sun, 20 Jan 2008 08:33:51 +0000 (03:33 -0500)]
make menu event handling work more like how other events are handled, less special-casey

16 years agouse -ggdb not -g3, as g3 breaks things
Dana Jansens [Sun, 20 Jan 2008 08:19:20 +0000 (03:19 -0500)]
use -ggdb not -g3, as g3 breaks things

16 years agomake the window.h interface more consistent with the rest of openbox, hide the window...
Dana Jansens [Sun, 20 Jan 2008 07:56:12 +0000 (02:56 -0500)]
make the window.h interface more consistent with the rest of openbox, hide the window_map behind some functions, and make obdockapps not obwindows anymore

16 years agodon't deiconify windows on reconfigure if they cant be iconified directly. stop...
Dana Jansens [Mon, 28 Jan 2008 14:59:45 +0000 (09:59 -0500)]
don't deiconify windows on reconfigure if they cant be iconified directly.  stop managing windows in reverse order on restart it messes up the dock among other things

16 years agoMark translations without the new desktop number mismatch message as 3.4.5.
Mikael Magnusson [Tue, 29 Jan 2008 13:04:31 +0000 (14:04 +0100)]
Mark translations without the new desktop number mismatch message as 3.4.5.
Update swedish translation with them.

 [ I mistakenly originally made this commit on 3.4-working (commit
   7f514044f7fb8f5c2948d9b3da837a9b46717ee5) so the changes got lost on a
   subsequent merge from backport when we usually overwrite po/. ]

16 years agoUpdate norwegian translation.
Michael Kjelbergvik Thung [Tue, 29 Jan 2008 12:54:40 +0000 (13:54 +0100)]
Update norwegian translation.

16 years agoreordering things when mapping windows a little to work with iconified windows with...
Dana Jansens [Mon, 28 Jan 2008 05:26:13 +0000 (00:26 -0500)]
reordering things when mapping windows a little to work with iconified windows with iconified toolbars on restart. (e.g. ooffice)

16 years agofix a rare assert condition (window maps in iconic state but is not allowed to be...
Dana Jansens [Mon, 28 Jan 2008 01:26:29 +0000 (20:26 -0500)]
fix a rare assert condition (window maps in iconic state but is not allowed to be iconic)

16 years agoChange <placeOn> to <monitor>.
Mikael Magnusson [Sun, 27 Jan 2008 20:03:55 +0000 (21:03 +0100)]
Change <placeOn> to <monitor>.

16 years agoreplace the <active> placement option with <placeOn>active/mouse/any</placeOn>
Dana Jansens [Sun, 27 Jan 2008 16:31:23 +0000 (11:31 -0500)]
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>

16 years agoget rid of copying the rrappearances for each menu frame, except for the one that...
Dana Jansens [Sun, 27 Jan 2008 09:59:39 +0000 (04:59 -0500)]
get rid of copying the rrappearances for each menu frame, except for the one that is actually useful

16 years agoignore the built tests and some extra po/ generated junk
Dana Jansens [Sun, 27 Jan 2008 09:13:38 +0000 (04:13 -0500)]
ignore the built tests and some extra po/ generated junk

16 years agouse setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory...
Dana Jansens [Sun, 27 Jan 2008 08:48:49 +0000 (03:48 -0500)]
use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory leaks

16 years agomake horizontal gradients faster by not jumping around in memory as much
Dana Jansens [Sun, 27 Jan 2008 08:36:26 +0000 (03:36 -0500)]
make horizontal gradients faster by not jumping around in memory as much

16 years agowindow a window stops responding to pings, don't use the xsync protocol while resizin...
Dana Jansens [Sun, 27 Jan 2008 08:17:50 +0000 (03:17 -0500)]
window a window stops responding to pings, don't use the xsync protocol while resizing it - its not going to be responding to it anyways

16 years agoonly store icons for windows that are 64px or smaller, as we don't have need for...
Dana Jansens [Sun, 27 Jan 2008 08:14:35 +0000 (03:14 -0500)]
only store icons for windows that are 64px or smaller, as we don't have need for any bigger icons at this time.  unless they only provide icons bigger than that, then just store one of them (the smallest)

16 years agowe alloc theme elements for every window frame, but really it is unneccesary
Dana Jansens [Sun, 27 Jan 2008 07:53:26 +0000 (02:53 -0500)]
we alloc theme elements for every window frame, but really it is unneccesary

16 years agoadd a missing #include
Dana Jansens [Sun, 27 Jan 2008 07:41:21 +0000 (02:41 -0500)]
add a missing #include

16 years agowhen ignoring enter events, only ignore up to the current serial (NextRequest()-1...
Dana Jansens [Sat, 26 Jan 2008 18:36:20 +0000 (13:36 -0500)]
when ignoring enter events, only ignore up to the current serial (NextRequest()-1).  Don't ignore enters that come after this with the next serial.

16 years agocreate fake enter events for button press bindings. only swallow enter events when...
Dana Jansens [Sat, 26 Jan 2008 18:25:03 +0000 (13:25 -0500)]
create fake enter events for button press bindings.  only swallow enter events when focus.undermouse is not on (for non-mouse actions)

16 years agoRemove a fuzzy translation.
Mikael Magnusson [Sat, 26 Jan 2008 17:43:02 +0000 (18:43 +0100)]
Remove a fuzzy translation.

16 years agoAdd a few missing includes and remove a stray debug printf.
Mikael Magnusson [Sat, 26 Jan 2008 17:25:32 +0000 (18:25 +0100)]
Add a few missing includes and remove a stray debug printf.

16 years agoonly add borders and stuff to the dock's size if it is holding anything. otherwise...
Dana Jansens [Sat, 26 Jan 2008 06:17:56 +0000 (01:17 -0500)]
only add borders and stuff to the dock's size if it is holding anything.  otherwise it gets a non-zero size which messes with resistence/placement/etc

16 years agofix a memleak in client_update_icon_geometry
Dana Jansens [Fri, 25 Jan 2008 15:32:39 +0000 (10:32 -0500)]
fix a memleak in client_update_icon_geometry

16 years agofix a mem leak
Dana Jansens [Fri, 25 Jan 2008 15:29:49 +0000 (10:29 -0500)]
fix a mem leak

16 years agofix a mem leak
Dana Jansens [Fri, 25 Jan 2008 15:27:44 +0000 (10:27 -0500)]
fix a mem leak

16 years agoCreate fake enter events in fewer situations - avoiding times that you don't actually...
Dana Jansens [Fri, 25 Jan 2008 15:20:21 +0000 (10:20 -0500)]
Create fake enter events in fewer situations - avoiding times that you don't actually want them.  Ignore event serials without using XSync, so that we aren't doing an XSync 100 times per minute - slow!

16 years agoFix some memleaks.
Mikael Magnusson [Fri, 25 Jan 2008 11:53:43 +0000 (12:53 +0100)]
Fix some memleaks.

missing RrFontClose for osd_font in two places.
missing a g_free(area);

16 years agoskip enter events caused by temporarily raising windows during alt-tab. also caused...
Dana Jansens [Fri, 25 Jan 2008 05:35:31 +0000 (00:35 -0500)]
skip enter events caused by temporarily raising windows during alt-tab.  also caused by the focus cycle indicator moving

16 years agoadd SessionManaged to the gnome wm-props.desktop thinger like metacity has in its
Dana Jansens [Fri, 25 Jan 2008 05:26:25 +0000 (00:26 -0500)]
add SessionManaged to the gnome wm-props.desktop thinger like metacity has in its

16 years agoadd the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4
Dana Jansens [Fri, 25 Jan 2008 04:05:58 +0000 (23:05 -0500)]
add the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4

16 years agostrip non-modifier masks from the keyboard state for keyreleases when xkb is present too
Dana Jansens [Fri, 25 Jan 2008 01:19:33 +0000 (20:19 -0500)]
strip non-modifier masks from the keyboard state for keyreleases when xkb is present too

16 years agoUpdate portuguese translation.
Mikael Magnusson [Tue, 22 Jan 2008 21:18:00 +0000 (22:18 +0100)]
Update portuguese translation.

16 years agoUpdate brasilian portuguese translation.
Og Maciel [Tue, 22 Jan 2008 20:42:27 +0000 (21:42 +0100)]
Update brasilian portuguese translation.

16 years agoUpdate russian translation, by Snelius.
Mikael Magnusson [Tue, 22 Jan 2008 07:00:20 +0000 (08:00 +0100)]
Update russian translation, by Snelius.

16 years agoprint a warning when the session has a different number of desktops than the openbox...
Dana Jansens [Tue, 22 Jan 2008 17:54:53 +0000 (12:54 -0500)]
print a warning when the session has a different number of desktops than the openbox config

16 years agouse the <wmclass> for startup notfication in the execute action. when present don...
Dana Jansens [Tue, 22 Jan 2008 03:27:03 +0000 (22:27 -0500)]
use the <wmclass> for startup notfication in the execute action. when present don't use the check against the binary.

16 years agoFix two typos in comments in rc.xml
Mikael Magnusson [Mon, 21 Jan 2008 11:14:30 +0000 (12:14 +0100)]
Fix two typos in comments in rc.xml

16 years agoonly unset the startup_desktop_id once, and dont free the string we pass to putenv
Dana Jansens [Sun, 20 Jan 2008 23:34:26 +0000 (18:34 -0500)]
only unset the startup_desktop_id once, and dont free the string we pass to putenv

16 years agocheck them startupnotify-provided wmclass against both parts of a window's wm_class...
Dana Jansens [Sun, 20 Jan 2008 14:52:10 +0000 (09:52 -0500)]
check them startupnotify-provided wmclass against both parts of a window's wm_class hint, as the spec doth say so.

16 years agomake the obt library branch compile again with all the changes merged in from backport
Dana Jansens [Sun, 20 Jan 2008 06:34:58 +0000 (01:34 -0500)]
make the obt library branch compile again with all the changes merged in from backport

16 years agolet you make an xevent listener for all windows
Dana Jansens [Sat, 28 Jul 2007 20:14:57 +0000 (16:14 -0400)]
let you make an xevent listener for all windows

16 years agomake the xevent stuff work for events from extensions (these go beyond LASTEvent)
Dana Jansens [Sat, 28 Jul 2007 20:10:31 +0000 (16:10 -0400)]
make the xevent stuff work for events from extensions (these go beyond LASTEvent)

16 years agoadd the xevent callback system to libobt in xevent.[ch]
Dana Jansens [Sat, 28 Jul 2007 20:01:21 +0000 (16:01 -0400)]
add the xevent callback system to libobt in xevent.[ch]

16 years agomake the mainloop not depend on an X display, and make it uses the obt_display automa...
Dana Jansens [Sat, 28 Jul 2007 19:38:29 +0000 (15:38 -0400)]
make the mainloop not depend on an X display, and make it uses the obt_display automatically