diff options
author | snj <snj@pkgsrc.org> | 2015-06-01 17:52:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2015-06-01 17:52:38 +0000 |
commit | 7eab3420e8bcd29789a7044559a5cdc95536c949 (patch) | |
tree | 71d06273e2ffd2482eb845ca844e8bc03dc22308 /wm/openbox/PLIST | |
parent | ca9bd7894b31aa27271443f130d387e022345a16 (diff) | |
download | pkgsrc-7eab3420e8bcd29789a7044559a5cdc95536c949.tar.gz |
update openbox to 3.6. changes:
* Added various new abilities to If action, including the <query> tag,
matching class, name, role and window type.
* Added ForEach action.
* Restore the <center> option for window placement.
* New GrowToFill action.
* Updated Portuguese and Polish translations.
* New Galician translation.
* Added strict option to ToggleShowDesktop action.
* Speed optimization in rendering code.
* New <position> tag for ShowMenu action allows placing menus other
than at the mouse cursor.
* Fix some corner cases of relative position to work correctly.
* Allow specifying multiple mousebinds in one tag as we already do
for keybinds (separated by spaces, as "W-Return M-S-F3" for example).
* Added option rebindOnMappingNotify option, on by default, which
controls if we update binds when the keyboard layout changes at runtime.
* The resize action now only considers the part of the client that is onscreen
for purposes of picking an action to perform.
* Make desktop actions non-interactive (means you can have more actions bound
to a key after them, and the dialog disappears on a timer instead of when
releasing the modifier keys).
* obxprop is now not pathologically slow when printing very long arrays.
* Fix menu accelerator underlines sometimes not showing up.
* Fix so you can click menu entries before the menuHideDelay expires if it's
a new click.
* Don't readd the X event fd to the poll set every time we reconfigure.
* Fix some specialized button bitmaps not loading from the correct files.
(toggled + pressed or hover would just be the base toggled image).
* Various small bugfixes.
Diffstat (limited to 'wm/openbox/PLIST')
-rw-r--r-- | wm/openbox/PLIST | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/wm/openbox/PLIST b/wm/openbox/PLIST index 8a84ce12296..8a9e68836ac 100644 --- a/wm/openbox/PLIST +++ b/wm/openbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2013/12/08 07:56:31 obache Exp $ +@comment $NetBSD: PLIST,v 1.26 2015/06/01 17:52:38 snj Exp $ bin/gdm-control bin/gnome-panel-control bin/obxprop @@ -6,26 +6,26 @@ bin/openbox bin/openbox-gnome-session bin/openbox-kde-session bin/openbox-session -include/openbox/3.5/obrender/color.h -include/openbox/3.5/obrender/font.h -include/openbox/3.5/obrender/geom.h -include/openbox/3.5/obrender/gradient.h -include/openbox/3.5/obrender/image.h -include/openbox/3.5/obrender/instance.h -include/openbox/3.5/obrender/mask.h -include/openbox/3.5/obrender/render.h -include/openbox/3.5/obrender/theme.h -include/openbox/3.5/obrender/version.h -include/openbox/3.5/obt/display.h -include/openbox/3.5/obt/keyboard.h -include/openbox/3.5/obt/link.h -include/openbox/3.5/obt/paths.h -include/openbox/3.5/obt/prop.h -include/openbox/3.5/obt/signal.h -include/openbox/3.5/obt/util.h -include/openbox/3.5/obt/version.h -include/openbox/3.5/obt/xml.h -include/openbox/3.5/obt/xqueue.h +include/openbox/3.6/obrender/color.h +include/openbox/3.6/obrender/font.h +include/openbox/3.6/obrender/geom.h +include/openbox/3.6/obrender/gradient.h +include/openbox/3.6/obrender/image.h +include/openbox/3.6/obrender/instance.h +include/openbox/3.6/obrender/mask.h +include/openbox/3.6/obrender/render.h +include/openbox/3.6/obrender/theme.h +include/openbox/3.6/obrender/version.h +include/openbox/3.6/obt/display.h +include/openbox/3.6/obt/keyboard.h +include/openbox/3.6/obt/link.h +include/openbox/3.6/obt/paths.h +include/openbox/3.6/obt/prop.h +include/openbox/3.6/obt/signal.h +include/openbox/3.6/obt/util.h +include/openbox/3.6/obt/version.h +include/openbox/3.6/obt/xml.h +include/openbox/3.6/obt/xqueue.h lib/libobrender.la lib/libobt.la lib/pkgconfig/obrender-3.5.pc @@ -77,6 +77,7 @@ share/locale/et/LC_MESSAGES/openbox.mo share/locale/eu/LC_MESSAGES/openbox.mo share/locale/fi/LC_MESSAGES/openbox.mo share/locale/fr/LC_MESSAGES/openbox.mo +share/locale/gl_ES/LC_MESSAGES/openbox.mo share/locale/he/LC_MESSAGES/openbox.mo share/locale/hr/LC_MESSAGES/openbox.mo share/locale/hu/LC_MESSAGES/openbox.mo |