ABOUT-NLS | 1400 ++++-- AUTHORS | 18 CHANGELOG | 642 +++ COMPLIANCE | 32 Makefile.am | 304 + Makefile.in | 3835 +++++++++--------- README | 4 aclocal.m4 | 5109 +++++-------------------- compile | 149 config.guess | 75 config.rpath | 202 config.sub | 40 configure | 3606 ++++++----------- configure.ac | 83 data/autostart.sh | 32 data/gnome-wm-properties/openbox.desktop | 9 data/menu.xml | 54 data/menu.xml.in | 53 data/menu.xsd | 20 data/openbox.desktop | 9 data/rc.xml | 669 +++ data/rc.xml.in | 408 - data/rc.xsd | 881 ++-- data/xbm/bullet.xbm | 4 data/xbm/close.xbm | 4 data/xbm/desk.xbm | 4 data/xbm/desk_toggled.xbm | 4 data/xbm/iconify.xbm | 4 data/xbm/max.xbm | 4 data/xbm/max_toggled.xbm | 4 data/xbm/shade.xbm | 4 data/xbm/shade_toggled.xbm | 4 data/xsession/openbox-gnome-session.in | 12 data/xsession/openbox-gnome.desktop.in | 8 data/xsession/openbox-kde-session.in | 12 data/xsession/openbox-kde.desktop.in | 8 data/xsession/openbox-session.in | 21 data/xsession/openbox.desktop.in | 8 depcomp | 103 doc/openbox-gnome-session.1.in | 22 doc/openbox-gnome-session.1.sgml | 76 doc/openbox-kde-session.1.in | 22 doc/openbox-kde-session.1.sgml | 76 doc/openbox-session.1.in | 42 doc/openbox-session.1.sgml | 93 doc/openbox.1.in | 95 doc/openbox.1.sgml | 204 doc/rc-mouse-focus.xml | 632 +++ gettext.h | 2 ltmain.sh | 126 m4/Makefile.am | 53 m4/Makefile.in | 147 m4/codeset.m4 | 8 m4/gettext.m4 | 310 + m4/glibc2.m4 | 30 m4/glibc21.m4 | 14 m4/iconv.m4 | 8 m4/intdiv0.m4 | 8 m4/intmax.m4 | 30 m4/inttypes-h.m4 | 25 m4/inttypes-pri.m4 | 16 m4/inttypes.m4 | 27 m4/inttypes_h.m4 | 22 m4/isc-posix.m4 | 26 m4/lcmessage.m4 | 20 m4/lib-ld.m4 | 32 m4/lib-link.m4 | 109 m4/lib-prefix.m4 | 54 m4/lock.m4 | 289 + m4/longdouble.m4 | 31 m4/longlong.m4 | 23 m4/nls.m4 | 32 m4/openbox.m4 | 11 m4/po.m4 | 337 + m4/printf-posix.m4 | 44 m4/progtest.m4 | 15 m4/signed.m4 | 17 m4/size_max.m4 | 60 m4/stdint_h.m4 | 22 m4/uintmax_t.m4 | 22 m4/ulonglong.m4 | 20 m4/visibility.m4 | 52 m4/wchar_t.m4 | 20 m4/wint_t.m4 | 20 m4/x11.m4 | 54 m4/xsize.m4 | 13 missing | 144 mkinstalldirs | 111 openbox/action.c | 1681 -------- openbox/action.h | 339 - openbox/actions.c | 360 + openbox/actions.h | 95 openbox/actions/addremovedesktop.c | 147 openbox/actions/all.c | 41 openbox/actions/all.h | 43 openbox/actions/breakchroot.c | 21 openbox/actions/close.c | 20 openbox/actions/cyclewindows.c | 185 openbox/actions/debug.c | 51 openbox/actions/decorations.c | 47 openbox/actions/desktop.c | 294 + openbox/actions/directionalwindows.c | 365 + openbox/actions/dockautohide.c | 22 openbox/actions/execute.c | 131 openbox/actions/exit.c | 20 openbox/actions/focus.c | 84 openbox/actions/focustobottom.c | 17 openbox/actions/fullscreen.c | 21 openbox/actions/growtoedge.c | 151 openbox/actions/iconify.c | 24 openbox/actions/kill.c | 21 openbox/actions/layer.c | 103 openbox/actions/lower.c | 24 openbox/actions/maximize.c | 107 openbox/actions/move.c | 29 openbox/actions/moverelative.c | 70 openbox/actions/moveresizeto.c | 197 openbox/actions/movetoedge.c | 83 openbox/actions/omnipresent.c | 24 openbox/actions/raise.c | 24 openbox/actions/raiselower.c | 24 openbox/actions/reconfigure.c | 20 openbox/actions/resize.c | 198 openbox/actions/resizerelative.c | 87 openbox/actions/restart.c | 56 openbox/actions/shade.c | 46 openbox/actions/shadelowerraise.c | 39 openbox/actions/showdesktop.c | 20 openbox/actions/showmenu.c | 48 openbox/actions/unfocus.c | 17 openbox/client.c | 4039 +++++++++++-------- openbox/client.h | 368 + openbox/client_list_combined_menu.c | 161 openbox/client_list_combined_menu.h | 26 openbox/client_list_menu.c | 174 openbox/client_list_menu.h | 2 openbox/client_menu.c | 429 +- openbox/client_menu.h | 2 openbox/config.c | 553 +- openbox/config.h | 93 openbox/debug.c | 42 openbox/debug.h | 15 openbox/dock.c | 253 - openbox/dock.h | 9 openbox/event.c | 1778 +++++--- openbox/event.h | 26 openbox/extensions.c | 42 openbox/extensions.h | 12 openbox/focus.c | 864 +--- openbox/focus.h | 41 openbox/focus_cycle.c | 331 + openbox/focus_cycle.h | 50 openbox/focus_cycle_indicator.c | 253 + openbox/focus_cycle_indicator.h | 32 openbox/focus_cycle_popup.c | 527 ++ openbox/focus_cycle_popup.h | 42 openbox/frame.c | 1622 ++++++- openbox/frame.h | 121 openbox/framerender.c | 355 + openbox/framerender.h | 2 openbox/geom.h | 14 openbox/grab.c | 135 openbox/grab.h | 18 openbox/group.c | 12 openbox/group.h | 4 openbox/keyboard.c | 284 - openbox/keyboard.h | 19 openbox/keytree.c | 41 openbox/keytree.h | 11 openbox/mainloop.c | 79 openbox/mainloop.h | 9 openbox/menu.c | 337 + openbox/menu.h | 85 openbox/menuframe.c | 850 +++- openbox/menuframe.h | 48 openbox/misc.h | 9 openbox/modkeys.c | 224 + openbox/modkeys.h | 60 openbox/mouse.c | 102 openbox/mouse.h | 9 openbox/moveresize.c | 885 +++- openbox/moveresize.h | 12 openbox/mwm.h | 2 openbox/openbox.c | 413 +- openbox/openbox.h | 14 openbox/place.c | 542 +- openbox/place.h | 2 openbox/popup.c | 349 + openbox/popup.h | 56 openbox/prop.c | 58 openbox/prop.h | 100 openbox/resist.c | 543 +- openbox/resist.h | 18 openbox/screen.c | 1453 ++++--- openbox/screen.h | 59 openbox/session.c | 733 ++- openbox/session.h | 28 openbox/stacking.c | 538 +- openbox/stacking.h | 32 openbox/startupnotify.c | 197 openbox/startupnotify.h | 14 openbox/translate.c | 85 openbox/translate.h | 8 openbox/window.c | 8 openbox/window.h | 2 openbox/xerror.c | 27 openbox/xerror.h | 2 parser/parse.c | 152 parser/parse.h | 13 po/LINGUAS | 15 po/Makefile.in.in | 99 po/Makevars | 4 po/POTFILES.in | 11 po/Rules-quot | 5 po/ar.gmo |binary po/ar.po | 341 + po/bn_IN.gmo |binary po/bn_IN.po | 350 + po/ca.gmo |binary po/ca.po | 421 +- po/cs.gmo |binary po/cs.po | 346 + po/de.gmo |binary po/de.po | 387 + po/en@boldquot.gmo |binary po/en@boldquot.po | 395 + po/en@quot.gmo |binary po/en@quot.po | 395 + po/es.gmo |binary po/es.po | 411 +- po/et.gmo |binary po/et.po | 347 + po/fi.gmo |binary po/fi.po | 406 + po/fr.gmo |binary po/fr.po | 416 +- po/hr.gmo |binary po/hr.po | 123 po/it.gmo |binary po/it.po | 353 + po/ja.gmo |binary po/ja.po | 389 + po/nl.gmo |binary po/nl.po | 347 + po/no.gmo |binary po/no.po | 395 + po/openbox.pot | 309 + po/pl.gmo |binary po/pl.po | 409 +- po/pt.gmo |binary po/pt.po | 410 +- po/pt_BR.gmo |binary po/pt_BR.po | 354 + po/ru.gmo |binary po/ru.po | 382 + po/sk.gmo |binary po/sk.po | 405 + po/sv.gmo |binary po/sv.po | 404 + po/ua.gmo |binary po/ua.po | 348 + po/vi.gmo |binary po/vi.po | 346 + po/zh_CN.gmo |binary po/zh_CN.po | 344 + po/zh_TW.gmo |binary po/zh_TW.po | 407 + render/color.c | 60 render/color.h | 2 render/font.c | 463 -- render/font.h | 28 render/geom.h | 2 render/gradient.c | 227 - render/gradient.h | 2 render/icon.h | 10 render/image.c | 47 render/image.h | 2 render/instance.c | 9 render/instance.h | 4 render/mask.c | 2 render/mask.h | 2 render/obrender-3.0.pc.in | 9 render/render.c | 194 render/render.h | 77 render/test.c | 4 render/theme.c | 1532 +++++-- render/theme.h | 146 tests/Makefile | 6 tests/aspect.c | 79 tests/fullscreen.c | 102 tests/grav.c | 80 tests/grouptran.c | 72 tests/hideshow.py | 78 tests/icons.c | 185 tests/modal.c | 64 tests/modal2.c | 74 tests/modal3.c | 78 tests/noresize.c | 82 tests/override.c | 76 tests/positioned.c | 73 tests/strut.c | 84 tests/title.c | 86 tests/urgent.c | 77 themes/Artwiz-boxed/openbox-3/themerc | 102 themes/Bear2/openbox-3/close.xbm | 4 themes/Bear2/openbox-3/close_pressed.xbm | 5 themes/Bear2/openbox-3/desk.xbm | 4 themes/Bear2/openbox-3/desk_toggled.xbm | 4 themes/Bear2/openbox-3/iconify.xbm | 4 themes/Bear2/openbox-3/iconify_pressed.xbm | 5 themes/Bear2/openbox-3/max.xbm | 4 themes/Bear2/openbox-3/max_pressed.xbm | 5 themes/Bear2/openbox-3/max_toggled.xbm | 4 themes/Bear2/openbox-3/shade.xbm | 4 themes/Bear2/openbox-3/shade_pressed.xbm | 5 themes/Bear2/openbox-3/themerc | 83 themes/Clearlooks-Olive/openbox-3/themerc | 121 themes/Clearlooks/openbox-3/themerc | 118 themes/Mikachu/openbox-3/themerc | 49 themes/Natura/openbox-3/desk.xbm | 2 themes/Natura/openbox-3/desk_hover.xbm | 4 themes/Natura/openbox-3/iconify_disabled.xbm | 5 themes/Natura/openbox-3/max_disabled.xbm | 5 themes/Natura/openbox-3/shade.xbm | 2 themes/Natura/openbox-3/shade_hover.xbm | 4 themes/Natura/openbox-3/themerc | 27 themes/Onyx-Citrus/openbox-3/themerc | 85 themes/Onyx/openbox-3/themerc | 85 themes/Orang/openbox-3/themerc | 100 themes/Syscrash/openbox-3/max.xbm | 4 themes/Syscrash/openbox-3/max_disabled.xbm | 4 themes/Syscrash/openbox-3/max_pressed.xbm | 4 themes/Syscrash/openbox-3/max_toggled.xbm | 4 themes/Syscrash/openbox-3/themerc | 114 themes/artwiz-boxed/openbox-3/bullet.xbm | 4 themes/artwiz-boxed/openbox-3/close.xbm | 4 themes/artwiz-boxed/openbox-3/desk.xbm | 4 themes/artwiz-boxed/openbox-3/desk_toggled.xbm | 4 themes/artwiz-boxed/openbox-3/iconify.xbm | 4 themes/artwiz-boxed/openbox-3/max.xbm | 4 themes/artwiz-boxed/openbox-3/max_toggled.xbm | 4 themes/artwiz-boxed/openbox-3/themerc | 102 themes/bear2/openbox-3/close.xbm | 4 themes/bear2/openbox-3/close_pressed.xbm | 5 themes/bear2/openbox-3/desk.xbm | 4 themes/bear2/openbox-3/desk_toggled.xbm | 4 themes/bear2/openbox-3/iconify.xbm | 4 themes/bear2/openbox-3/iconify_disabled.xbm | 5 themes/bear2/openbox-3/iconify_pressed.xbm | 5 themes/bear2/openbox-3/max.xbm | 4 themes/bear2/openbox-3/max_disabled.xbm | 5 themes/bear2/openbox-3/max_pressed.xbm | 5 themes/bear2/openbox-3/max_toggled.xbm | 4 themes/bear2/openbox-3/shade.xbm | 4 themes/bear2/openbox-3/shade_pressed.xbm | 5 themes/bear2/openbox-3/themerc | 78 themes/orang/openbox-3/themerc | 100 themes/syscrash/openbox-3/bullet.xbm | 4 themes/syscrash/openbox-3/close.xbm | 4 themes/syscrash/openbox-3/close_disabled.xbm | 4 themes/syscrash/openbox-3/desk.xbm | 4 themes/syscrash/openbox-3/desk_toggled.xbm | 4 themes/syscrash/openbox-3/iconify.xbm | 4 themes/syscrash/openbox-3/max.xbm | 4 themes/syscrash/openbox-3/max_disabled.xbm | 4 themes/syscrash/openbox-3/max_pressed.xbm | 4 themes/syscrash/openbox-3/max_toggled.xbm | 4 themes/syscrash/openbox-3/shade.xbm | 4 themes/syscrash/openbox-3/themerc | 107 tools/kdetrayproxy/kdetrayproxy.c | 240 - tools/themeupdate/themeupdate.py | 7 371 files changed, 41140 insertions(+), 22649 deletions(-)