]>
Dogcows Code - chaz/openbox/log
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
Mikael Magnusson [Fri, 25 Jan 2008 15:10:30 +0000 (16:10 +0100)]
Fix a memleak. (unref ObtPaths)
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..
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
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
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
Dana Jansens [Tue, 22 Jan 2008 19:22:55 +0000 (14:22 -0500)]
be explicit than automake 1.9 is needed
Mikael Magnusson [Mon, 21 Jan 2008 10:47:51 +0000 (11:47 +0100)]
Fix a typo that broke transient window hints.
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
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
Mikael Magnusson [Sun, 20 Jan 2008 16:41:22 +0000 (17:41 +0100)]
Use the # directive to simplify defines.
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.
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
Dana Jansens [Thu, 31 Jan 2008 14:56:59 +0000 (09:56 -0500)]
make an obt_root() macro
Dana Jansens [Sun, 20 Jan 2008 16:27:35 +0000 (11:27 -0500)]
xerror.c is gone
Dana Jansens [Sun, 20 Jan 2008 16:26:32 +0000 (11:26 -0500)]
its OBT_VERSION not OB_VERSION anymore
Dana Jansens [Sun, 20 Jan 2008 15:29:09 +0000 (10:29 -0500)]
add support for XDG_CACHE_HOME to the obt paths
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
Dana Jansens [Sun, 20 Jan 2008 08:19:20 +0000 (03:19 -0500)]
use -ggdb not -g3, as g3 breaks things
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
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
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/. ]
Michael Kjelbergvik Thung [Tue, 29 Jan 2008 12:54:40 +0000 (13:54 +0100)]
Update norwegian translation.
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)
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)
Mikael Magnusson [Sun, 27 Jan 2008 20:03:55 +0000 (21:03 +0100)]
Change <placeOn> to <monitor>.
Dana Jansens [Sun, 27 Jan 2008 16:31:23 +0000 (11:31 -0500)]
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
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
Dana Jansens [Sun, 27 Jan 2008 09:13:38 +0000 (04:13 -0500)]
ignore the built tests and some extra po/ generated junk
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
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
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
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)
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
Dana Jansens [Sun, 27 Jan 2008 07:41:21 +0000 (02:41 -0500)]
add a missing #include
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.
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)
Mikael Magnusson [Sat, 26 Jan 2008 17:43:02 +0000 (18:43 +0100)]
Remove a fuzzy translation.
Mikael Magnusson [Sat, 26 Jan 2008 17:25:32 +0000 (18:25 +0100)]
Add a few missing includes and remove a stray debug printf.
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
Dana Jansens [Fri, 25 Jan 2008 15:32:39 +0000 (10:32 -0500)]
fix a memleak in client_update_icon_geometry
Dana Jansens [Fri, 25 Jan 2008 15:29:49 +0000 (10:29 -0500)]
fix a mem leak
Dana Jansens [Fri, 25 Jan 2008 15:27:44 +0000 (10:27 -0500)]
fix a mem leak
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!
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);
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
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
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
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
Mikael Magnusson [Tue, 22 Jan 2008 21:18:00 +0000 (22:18 +0100)]
Update portuguese translation.
Og Maciel [Tue, 22 Jan 2008 20:42:27 +0000 (21:42 +0100)]
Update brasilian portuguese translation.
Mikael Magnusson [Tue, 22 Jan 2008 07:00:20 +0000 (08:00 +0100)]
Update russian translation, by Snelius.
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
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.
Mikael Magnusson [Mon, 21 Jan 2008 11:14:30 +0000 (12:14 +0100)]
Fix two typos in comments in rc.xml
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
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.
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
Dana Jansens [Sat, 28 Jul 2007 20:14:57 +0000 (16:14 -0400)]
let you make an xevent listener for all windows
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)
Dana Jansens [Sat, 28 Jul 2007 20:01:21 +0000 (16:01 -0400)]
add the xevent callback system to libobt in xevent.[ch]
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
Dana Jansens [Sat, 28 Jul 2007 19:38:02 +0000 (15:38 -0400)]
initialize the lists to NULL (empty)
Dana Jansens [Sat, 28 Jul 2007 15:38:53 +0000 (11:38 -0400)]
move the xdg path stuff into obt/paths.[ch], and make render and openbox use it
Dana Jansens [Sat, 28 Jul 2007 14:56:21 +0000 (10:56 -0400)]
small api change for parsing
Dana Jansens [Sat, 28 Jul 2007 14:44:55 +0000 (10:44 -0400)]
was using random memory for parsing pipe menus with the new parse api
Dana Jansens [Fri, 27 Jul 2007 05:44:12 +0000 (01:44 -0400)]
fix constness
Dana Jansens [Fri, 27 Jul 2007 05:42:37 +0000 (01:42 -0400)]
s/xmlChildrenNode/children/
Dana Jansens [Fri, 27 Jul 2007 05:40:30 +0000 (01:40 -0400)]
add obt_parse_tree_from_root and use it, cuz it's nice
Dana Jansens [Fri, 27 Jul 2007 05:37:28 +0000 (01:37 -0400)]
update openbox to use the current parser interface in libobt
there is also some random bug fixes for other libobt stuff in here.
Dana Jansens [Fri, 27 Jul 2007 03:48:53 +0000 (23:48 -0400)]
add parsing to libobt with a new API! (it is not completely changed/fixedup yet)
Dana Jansens [Fri, 27 Jul 2007 02:05:53 +0000 (22:05 -0400)]
change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch]
Dana Jansens [Fri, 27 Jul 2007 01:56:42 +0000 (21:56 -0400)]
add keyboard.[ch] to libobt. these are for tracking modifier keys, and translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public)
Dana Jansens [Fri, 27 Jul 2007 01:40:47 +0000 (21:40 -0400)]
add functions for setting locale strings (on top of existing functions for setting utf8 strings). they are untested though! wonder if they work?
Dana Jansens [Fri, 27 Jul 2007 01:12:35 +0000 (21:12 -0400)]
ignore the new 4.0 pkgconfig files
Dana Jansens [Fri, 27 Jul 2007 01:11:59 +0000 (21:11 -0400)]
make openbox use the obt prop.c/h stuff
holy search and replace batman
Dana Jansens [Fri, 27 Jul 2007 00:12:39 +0000 (20:12 -0400)]
s/ob_display/obt_display/ and remove ob_display
Dana Jansens [Fri, 27 Jul 2007 00:03:31 +0000 (20:03 -0400)]
add prop.[ch] to the libobt, but they are not used yet. add a global obt_display which obt can use, and the application.
Dana Jansens [Thu, 26 Jul 2007 09:21:12 +0000 (05:21 -0400)]
setup versioning for libotk that is separate from libobrender (and libobparser for now), and bump library versions up to 4.0.
also make the render versioning more explicit that it's for the render library not all of openbox
Dana Jansens [Tue, 24 Jul 2007 01:32:31 +0000 (21:32 -0400)]
move the code for tracking what extensions are available on the display into the libobt
Dana Jansens [Tue, 24 Jul 2007 01:05:50 +0000 (21:05 -0400)]
add G_BEGIN/END_DECLS to the mainloop header
Dana Jansens [Tue, 24 Jul 2007 00:55:19 +0000 (20:55 -0400)]
move the xerror handling into the libobt
Dana Jansens [Tue, 24 Jul 2007 00:22:28 +0000 (20:22 -0400)]
Move the main loop out into the libobt
Dana Jansens [Mon, 23 Jul 2007 21:52:29 +0000 (17:52 -0400)]
more precise includes
Dana Jansens [Mon, 23 Jul 2007 21:51:54 +0000 (17:51 -0400)]
split the header up for obt
Dana Jansens [Mon, 23 Jul 2007 21:42:08 +0000 (17:42 -0400)]
look mom, I made an openbox toolkit
Dana Jansens [Sun, 20 Jan 2008 06:36:43 +0000 (01:36 -0500)]
Merge branch 'backport'
Dana Jansens [Sun, 20 Jan 2008 06:36:37 +0000 (01:36 -0500)]
putenv wants a char*, not a const
Dana Jansens [Sun, 20 Jan 2008 04:59:40 +0000 (23:59 -0500)]
Merge branch 'backport'
Inko Illarramendi Arancibia [Sat, 19 Jan 2008 13:36:42 +0000 (14:36 +0100)]
Update Basque translation.
Shaodong Di [Fri, 18 Jan 2008 14:04:50 +0000 (15:04 +0100)]
Update simplified chinese translation.
Lauri Hakko [Thu, 17 Jan 2008 22:14:22 +0000 (23:14 +0100)]
Update finnish translation.
Quan Tran [Thu, 17 Jan 2008 22:10:36 +0000 (23:10 +0100)]
Update vietnamese translation.
Cyrille Bagard [Thu, 17 Jan 2008 21:55:01 +0000 (22:55 +0100)]
Update french translation.
Finn Zirngibl [Thu, 17 Jan 2008 21:51:17 +0000 (22:51 +0100)]
Update german translation.
Mikael Magnusson [Thu, 17 Jan 2008 21:20:53 +0000 (22:20 +0100)]
Some .c files that had translatable strings were not in POTFILES.in.
Swedish translation is updated with all new strings.
Lauri Hakko [Thu, 17 Jan 2008 21:02:29 +0000 (22:02 +0100)]
Fixes to finnish translation.
Mikael Magnusson [Wed, 16 Jan 2008 14:58:24 +0000 (15:58 +0100)]
Remove leftover config_four_corners from config.c.
Dana Jansens [Thu, 17 Jan 2008 00:21:42 +0000 (19:21 -0500)]
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
Dana Jansens [Wed, 16 Jan 2008 23:53:15 +0000 (18:53 -0500)]
only 1 hash table is needed in ping.c
This page took 0.062331 seconds and 4 git commands to generate.