Commit graph

6736 commits

Author SHA1 Message Date
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
ea481338b5 make the obt library branch compile again with all the changes merged in from backport 2008-01-20 01:36:56 -05:00
Dana Jansens
8439c393d8 let you make an xevent listener for all windows 2008-01-20 01:36:56 -05:00
Dana Jansens
03f45e79b8 make the xevent stuff work for events from extensions (these go beyond LASTEvent) 2008-01-20 01:36:56 -05:00
Dana Jansens
9f5296fb14 add the xevent callback system to libobt in xevent.[ch] 2008-01-20 01:36:56 -05:00
Dana Jansens
700b2c0aec make the mainloop not depend on an X display, and make it uses the obt_display automatically 2008-01-20 01:36:56 -05:00
Dana Jansens
ef54ca590d initialize the lists to NULL (empty) 2008-01-20 01:36:55 -05:00
Dana Jansens
07d5674d39 move the xdg path stuff into obt/paths.[ch], and make render and openbox use it 2008-01-20 01:36:55 -05:00
Dana Jansens
1a0a1626b6 small api change for parsing 2008-01-20 01:36:55 -05:00
Dana Jansens
2e8c9a13d4 was using random memory for parsing pipe menus with the new parse api 2008-01-20 01:36:55 -05:00
Dana Jansens
c22e6012d1 fix constness 2008-01-20 01:36:55 -05:00
Dana Jansens
6653c9db22 s/xmlChildrenNode/children/ 2008-01-20 01:36:55 -05:00
Dana Jansens
edeb0a2727 add obt_parse_tree_from_root and use it, cuz it's nice 2008-01-20 01:36:55 -05:00
Dana Jansens
fdabb69f4f update openbox to use the current parser interface in libobt
there is also some random bug fixes for other libobt stuff in here.
2008-01-20 01:36:55 -05:00
Dana Jansens
0667bbc3e2 add parsing to libobt with a new API! (it is not completely changed/fixedup yet) 2008-01-20 01:36:55 -05:00
Dana Jansens
759e9f58a8 change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch] 2008-01-20 01:36:55 -05:00
Dana Jansens
1aac72bc4c 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) 2008-01-20 01:36:55 -05:00
Dana Jansens
2f0e73cf9d add functions for setting locale strings (on top of existing functions for setting utf8 strings). they are untested though! wonder if they work? 2008-01-20 01:36:55 -05:00
Dana Jansens
275fdf8c2a ignore the new 4.0 pkgconfig files 2008-01-20 01:36:55 -05:00
Dana Jansens
0fcf5ead0f make openbox use the obt prop.c/h stuff
holy search and replace batman
2008-01-20 01:36:54 -05:00
Dana Jansens
e2ddfaf9ff s/ob_display/obt_display/ and remove ob_display 2008-01-20 01:36:54 -05:00
Dana Jansens
6c8acc079a add prop.[ch] to the libobt, but they are not used yet. add a global obt_display which obt can use, and the application. 2008-01-20 01:36:54 -05:00
Dana Jansens
5960d27b1c 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
2008-01-20 01:36:54 -05:00
Dana Jansens
32a92abf75 move the code for tracking what extensions are available on the display into the libobt 2008-01-20 01:36:54 -05:00
Dana Jansens
27274cff9c add G_BEGIN/END_DECLS to the mainloop header 2008-01-20 01:36:54 -05:00
Dana Jansens
a2f5a826a1 move the xerror handling into the libobt 2008-01-20 01:36:54 -05:00
Dana Jansens
452627a51c Move the main loop out into the libobt 2008-01-20 01:36:54 -05:00
Dana Jansens
fe57b2f2f0 more precise includes 2008-01-20 01:36:54 -05:00
Dana Jansens
b3f0cbf766 split the header up for obt 2008-01-20 01:36:54 -05:00
Dana Jansens
ebce321a72 look mom, I made an openbox toolkit 2008-01-20 01:36:53 -05:00
Dana Jansens
98dda05c4a Merge branch 'backport' 2008-01-20 01:36:43 -05:00
Dana Jansens
2c6240fd2f putenv wants a char*, not a const 2008-01-20 01:36:37 -05:00
Dana Jansens
3ae58f457b Merge branch 'backport' 2008-01-19 23:59:40 -05:00
Inko Illarramendi Arancibia
4b41ac8343 Update Basque translation. 2008-01-19 14:36:42 +01:00