Dana Jansens
6be65a7ddd
we alloc theme elements for every window frame, but really it is unneccesary
2008-01-27 02:53:26 -05:00
Dana Jansens
dd8cb753c1
add a missing #include
2008-01-27 02:41:21 -05:00
Dana Jansens
8af80aa8dd
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.
2008-01-27 02:39:39 -05:00
Dana Jansens
4307366b71
create fake enter events for button press bindings. only swallow enter events when focus.undermouse is not on (for non-mouse actions)
2008-01-27 02:39:39 -05:00
Mikael Magnusson
8c265b5e33
Remove a fuzzy translation.
2008-01-26 18:48:35 +01:00
Mikael Magnusson
2c05d1fb52
Add a few missing includes and remove a stray debug printf.
2008-01-26 18:48:35 +01:00
Dana Jansens
be71b344fa
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
2008-01-26 01:17:56 -05:00
Dana Jansens
1c2ec09e43
fix a memleak in client_update_icon_geometry
2008-01-25 10:32:39 -05:00
Dana Jansens
01a60706be
fix a mem leak
2008-01-25 10:29:49 -05:00
Dana Jansens
7b181fe23d
fix a mem leak
2008-01-25 10:27:44 -05:00
Dana Jansens
41aeb42af1
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!
2008-01-25 10:21:24 -05:00
Mikael Magnusson
1d9991a0cd
Fix some memleaks.
...
missing RrFontClose for osd_font in two places.
missing a g_free(area);
2008-01-25 13:29:46 +01:00
Dana Jansens
3febcbb9ae
skip enter events caused by temporarily raising windows during alt-tab. also caused by the focus cycle indicator moving
2008-01-25 00:48:45 -05:00
Dana Jansens
aa5f7e7dca
add SessionManaged to the gnome wm-props.desktop thinger like metacity has in its
2008-01-25 00:26:25 -05:00
Dana Jansens
be8fee4050
add the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4
2008-01-24 23:05:58 -05:00
Dana Jansens
bed3cb7a30
strip non-modifier masks from the keyboard state for keyreleases when xkb is present too
2008-01-24 20:19:33 -05:00
Mikael Magnusson
ea07bf7131
Update portuguese translation.
2008-01-22 22:18:00 +01:00
Og Maciel
236c80fe73
Update brasilian portuguese translation.
2008-01-22 21:47:22 +01:00
Mikael Magnusson
0cc2216b99
Update russian translation, by Snelius.
2008-01-22 21:47:22 +01:00
Dana Jansens
f476442531
print a warning when the session has a different number of desktops than the openbox config
2008-01-22 13:01:56 -05:00
Dana Jansens
1b33ab6c0d
use the <wmclass> for startup notfication in the execute action. when present don't use the check against the binary.
2008-01-21 22:27:03 -05:00
Mikael Magnusson
beb2895f5a
Fix two typos in comments in rc.xml
2008-01-21 16:55:33 +01:00
Dana Jansens
b77a03a1f2
only unset the startup_desktop_id once, and dont free the string we pass to putenv
2008-01-20 18:34:26 -05:00
Dana Jansens
6a8a8531ba
check them startupnotify-provided wmclass against both parts of a window's wm_class hint, as the spec doth say so.
2008-01-20 09:52:10 -05:00
Dana Jansens
2c6240fd2f
putenv wants a char*, not a const
2008-01-20 01:36:37 -05:00
Inko Illarramendi Arancibia
4b41ac8343
Update Basque translation.
2008-01-19 14:36:42 +01:00
Shaodong Di
9366b6dba5
Update simplified chinese translation.
2008-01-18 15:49:04 +01:00
Lauri Hakko
eb8f730add
Update finnish translation.
2008-01-18 15:49:01 +01:00
Quan Tran
42db0715af
Update vietnamese translation.
2008-01-17 23:11:12 +01:00
Cyrille Bagard
bf6387e48f
Update french translation.
2008-01-17 23:11:08 +01:00
Finn Zirngibl
47bc5f823f
Update german translation.
2008-01-17 23:11:03 +01:00
Mikael Magnusson
dffa95184f
Some .c files that had translatable strings were not in POTFILES.in.
...
Swedish translation is updated with all new strings.
2008-01-17 22:20:53 +01:00
Lauri Hakko
b78dd38820
Fixes to finnish translation.
2008-01-17 22:02:29 +01:00
Mikael Magnusson
d3c1117fb4
Remove leftover config_four_corners from config.c.
2008-01-17 01:26:15 +01:00
Dana Jansens
cccc57fdb0
make the ping hash tables work correctly. don't need to stop pinging, it will automatically. and not all windows get pings, even tho we get notified that they are being destroyed
2008-01-16 19:21:42 -05:00
Dana Jansens
7630f66035
only 1 hash table is needed in ping.c
2008-01-16 18:53:15 -05:00
Dana Jansens
299687110d
use hash tables in ping.[ch] instead of a list. we're pinging every window, not just windows youre trying to close, so don't use datastructures that suck with lots of windows..
2008-01-16 18:44:22 -05:00
Dana Jansens
2ee4251092
use unique IDs for pings rather than a timestamp. avoids duplicates.
2008-01-16 18:16:49 -05:00
Dana Jansens
9e18dbe0ee
friendly check for the timer's delay being > 0
2008-01-16 10:31:12 -05:00
Mikael Magnusson
0be98fee47
Various fixes for sparse warnings.
...
Define void functions with (void), not ().
Add missing includes.
Some functions were declared static but defined non-static.
Some variables that should be file static were file global but not used in any other file.
prop.h defined a new prop_atoms in each file that included it instead of declaring it extern.
2008-01-16 15:35:25 +01:00
Dana Jansens
cafba3acf3
active = FALSE when not active !
2008-01-16 01:16:47 -05:00
Dana Jansens
ff78d28f8b
fix timers so that they work when theres lots of repeating timers in the queue..
2008-01-16 00:54:17 -05:00
Dana Jansens
ba6dcc15f8
add the new pid and ping atoms to the NET_SUPPORTED list
2008-01-16 00:24:56 -05:00
Dana Jansens
cfc8101333
don't let repeating timers, with a very fast timer in the queue, cause the main loop to run the timers forever
2008-01-15 23:28:30 -05:00
Dana Jansens
7bd8e97fbb
rework and comment out some debugging prints
2008-01-15 22:56:37 -05:00
Dana Jansens
053558dc5f
add a comment
2008-01-15 22:53:05 -05:00
Dana Jansens
f9f32d9fba
cant consistently tell if we should use WM_DESTROY after the first time they try close a window.. so just kill when "not responding" is showing
2008-01-15 22:51:04 -05:00
Dana Jansens
d5c824cfd4
only ping windows that we need to
2008-01-15 22:36:45 -05:00
Dana Jansens
810afd8597
ping all the windows every 3 seconds, and show "not responding" if they stop replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
2008-01-15 22:34:04 -05:00
Dana Jansens
dbce9ee243
its possible we did kill -TERM and it stayed alive and started responding again, so handle that case
2008-01-15 22:15:45 -05:00