2007-01-15 18:41:28 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.14 2007/01/15 17:41:28 tonio Exp $
|
2002-11-10 20:36:57 +01:00
|
|
|
bin/fbrun
|
2003-07-28 19:50:07 +02:00
|
|
|
bin/fbsetbg
|
2005-09-27 14:49:04 +02:00
|
|
|
bin/fbsetroot
|
2002-01-04 03:05:33 +01:00
|
|
|
bin/fluxbox
|
2002-11-10 20:36:57 +01:00
|
|
|
bin/fluxbox-generate_menu
|
2004-01-29 17:58:03 +01:00
|
|
|
bin/startfluxbox
|
2004-05-13 06:29:12 +02:00
|
|
|
man/man1/fbrun.1
|
|
|
|
man/man1/fbsetbg.1
|
2005-09-27 14:49:04 +02:00
|
|
|
man/man1/fbsetroot.1
|
2002-01-04 03:05:33 +01:00
|
|
|
man/man1/fluxbox.1
|
2004-05-13 06:29:12 +02:00
|
|
|
man/man1/fluxstyle.1
|
|
|
|
man/man1/startfluxbox.1
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/init
|
|
|
|
share/fluxbox/keys
|
|
|
|
share/fluxbox/menu
|
Upgrade wm/fluxbox to 0.1.14 using patches provided by Juan in
PR pkg/19341. While we're at it, remove conflict with blackbox since this
release does not use blackbox-nls files anymore and we can depend on
bsetroot as blackbox and openbox do.
Changes for 0.1.14:
*02/11/08:
* Minor update in fluxbox-generate_menu (Han)
* Fixed blackbox.cat to fluxbox.cat
nls/*
*02/11/07:
* Fixed tab font on restart bug.
Theme.cc/hh, Screen.cc
* Fixed crash bug in rotated font implementation.
XFontImp.cc
* Fixed caps-, num- and scrolllock maskes in Alt+drag/resize
Window.cc
*02/11/25:
* Fixed vertical tabs for XFontImp
XFontImp.cc/hh, Font.hh/cc, Tab.cc, Screen.cc, DrawUtil.cc/hh
*02/11/24:
* Removed interlace compile time option (Henrik)
Image.hh/cc
* Fixed bug [ 641136 ] OpenOffice 1.0.1 aborts (Simon)
Ewmh.cc
* Fixed bug [ 561602 ] Problem using ToggleDecor in terminals (Simon)
Window.cc/hh
* Fixed bug [ 642189 ] Wrong AA font on init (Simon)
Font.cc
Changes for 0.1.13:
*02/11/17:
* Fixed bug in toggleTab
Window.cc
* Fixed alignment bug in Tab
Tab.cc
* Fixed HAVE_XFT_UTF8 check (Simon)
configure.in, XftFontImp.cc
*02/11/15:
* Fixed antialias bug in toolbar
* Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server.
Tab.cc
*02/11/14:
* Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
Rootmenu.cc/hh
* Fixed bug [ 581588 ] Toolbar auto-hiding
Toolbar.cc
*02/11/13:
* Clean up in Slit
Slit.cc/hh, Screen.cc
* Fixed caps, num and scroll lock modifier checks
(fixed Bug: [ 522673 ] Numlock not handled correctly in Solaris)
Keys.cc/hh
*02/11/12:
* Updated fluxbox-generate_menu (Han)
* Fixed alignment in window label
Window.cc
* Fixed history in FbRun
* Updated FbRun to use the new font system
* Removed window size limitation, fixes Debian bug #159709 (Simon)
Window.cc
* Fixed geometry/position window size and alignment problem (Simon)
Screen.cc
*02/11/03:
* Fixed Toolbar workspace label text color.
Theme.cc
*02/10/25:
* Renamed Icon.hh/cc to Iconmenu.hh/cc
* Clean up (fixed bug [ 608945 ] xmms crashes fluxbox )
BaseDisplay.hh/cc, Screen.cc/hh, Tab.cc, Window.cc
*02/10/24:
* Updated fluxbox-generate_menu (Thanks Han)
*02/10/23:
* Fixed auto_ptr assignment so it compiles with gcc 2.95.x
fluxbox.cc, Window.cc
* Minor cleaning in Windowmenu.cc/hh
*02/10/22:
* Fixed isGroupable for FluxboxWindow,
It should report if the window is groupable if it's
not transient, nonresiable and nonmaximizable
Window.hh/cc
*02/10/20:
* Updated it_IT translation (Thanks Filippo Pappalardo)
*02/10/19:
* Fixed terminal option for fluxbox-generate_menu (Thanks Han)
* Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
Toolbar.cc
* Fixed ascent and descent in FontImps
* Added testsuit for FbTk::Font
src/tests/testFont.cc, src/tests/Makefile
* Updated fluxbox-generate_menu it_IT locales and
added DEFAULT_TERM value (Thanks Filippo Pappalardo)
*02/10/18:
* Added it_IT locales to fluxbox-generate_menu and updated
data/nls/it_IT (Thanks Filippo Pappalardo)
*02/10/16:
* Fixed UTF-8 for antialias fonts
XftFontImp.cc/hh, Font.cc
* Fixed support for:
_NET_WM_DESKTOP,
_NET_NUMBER_OF_DESKTOPS,
CVSURRENT_DESKTOP,
_NET_ACTIVE_WINDOW,
_NET_CLOSE_WINDOW
Ewmh.hh/cc
*02/10/15:
* Conditional compile/linking of Xft specific files
src/Makefile.am, configure.in
* Antialias in Windowmenu, Tab and geometry window
Window.cc, Screen.cc, Toolbar.cc, Theme.cc/hh, Tab.cc, IconBar.cc
* Antialias option in Configmenu
Configmenu.cc, Screen.cc/hh, Theme.cc/hh
*02/10/14:
* Added XftFontImp.hh/cc for Xft font support.
Compile with --enable-xft
*02/10/13:
* Minor cleaning in configure.in
* Fixed grab reconfigure bug
Window.cc
* Fixed UTF-8 support in XmbFontImp.cc
* Moved font system specific stuff from Font.hh/cc to
font implementation classes.
* Added FontImp.hh, XFontImp.hh/cc, XmbFontImp.hh/cc
For the new font implementation bridge pattern.
*02/10/11:
* Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and
_NET_WM_STATE_SHADED
Ewmh.cc
*02/10/02:
* Added Ewmh.hh/cc for Extended Window Manager Hints
*02/09/21:
* New menu item (Thanks Han)
fluxbox-generate_menu
* Latvian language support (Thanks Artis Trops)
*02/09/14:
* Fixed bug [ 604463 ] mplayer fullscreen fails (Henrik)
Window.cc
* Added Color.cc and moved color handling from Image.cc to it.
(Henrik)
* Added Texture.cc and Texture::setFromString (Henrik)
* Proper handling of sticky windows when cycling (Simon)
2002-12-10 21:39:08 +01:00
|
|
|
share/fluxbox/nls/C/fluxbox.cat
|
2007-01-15 18:41:28 +01:00
|
|
|
share/fluxbox/nls/be_BY.CP1251/fluxbox.cat
|
|
|
|
share/fluxbox/nls/be_BY.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/bg_BG.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/cs_CZ.ISO-8859-2/fluxbox.cat
|
|
|
|
share/fluxbox/nls/cs_CZ.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/da_DK.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/da_DK.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/de_DE.ISO-8859-15/fluxbox.cat
|
|
|
|
share/fluxbox/nls/de_DE.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/el_GR.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/el_GR.utf8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/es_ES.ISO-8859-15/fluxbox.cat
|
|
|
|
share/fluxbox/nls/es_ES.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/et_EE.ISO-8859-15/fluxbox.cat
|
|
|
|
share/fluxbox/nls/et_EE.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/fr_FR.ISO-8859-15/fluxbox.cat
|
|
|
|
share/fluxbox/nls/fr_FR.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/it_IT.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/it_IT.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ja_JP.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ja_JP.eucJP/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ko_KR.EUC-KR/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ko_KR.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/lv_LV.ISO-8859-13/fluxbox.cat
|
|
|
|
share/fluxbox/nls/lv_LV.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/nb_NO.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/nl_NL.ISO-8859-15/fluxbox.cat
|
|
|
|
share/fluxbox/nls/nl_NL.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/no_NO.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/no_NO.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pl_PL.ISO-8859-2/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pl_PL.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pt_BR.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pt_BR.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pt_PT.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/pt_PT.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ru_RU.KOI8-R/fluxbox.cat
|
|
|
|
share/fluxbox/nls/ru_RU.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/sl_SI.ISO-8859-2/fluxbox.cat
|
|
|
|
share/fluxbox/nls/sl_SI.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/sv_SE.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/sv_SE.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/tr_TR.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/tr_TR.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/uk_UA.KOI8-U/fluxbox.cat
|
|
|
|
share/fluxbox/nls/uk_UA.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/vi_VN.UTF-8/fluxbox.cat
|
|
|
|
share/fluxbox/nls/zh_CN.ISO-8859-1/fluxbox.cat
|
|
|
|
share/fluxbox/nls/zh_CN.UTF-8/fluxbox.cat
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/styles/Artwiz
|
2004-01-29 17:58:03 +01:00
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_close_active.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_close_pressed.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_close_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_max_active.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_max_pressed.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_max_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_min_active.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_min_pressed.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_min_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_stick_active.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_stick_pressed.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_stuck.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_toolbar.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/menu_frame.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/title_bar.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/toolbar.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/pixmaps/toolbar_label.xpm
|
|
|
|
share/fluxbox/styles/BlueFlux/theme.cfg
|
2002-11-10 20:36:57 +01:00
|
|
|
share/fluxbox/styles/BlueNight
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/styles/Carbondioxide
|
|
|
|
share/fluxbox/styles/Clean
|
|
|
|
share/fluxbox/styles/Cthulhain
|
2004-01-29 17:58:03 +01:00
|
|
|
share/fluxbox/styles/Emerge/pixmaps/bullet.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/close-pressed.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/close-unfocus.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/close.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/icon-pressed.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/icon-unfocus.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/icon.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/max-pressed.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/max-unfocus.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/max.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/selected.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stick-pressed.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stick-unfocus.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stick.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stuck-pressed.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stuck-unfocus.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/stuck.xpm
|
|
|
|
share/fluxbox/styles/Emerge/pixmaps/unselected.xpm
|
|
|
|
share/fluxbox/styles/Emerge/theme.cfg
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/styles/Flux
|
2002-11-10 20:36:57 +01:00
|
|
|
share/fluxbox/styles/LemonSpace
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/styles/Makro
|
|
|
|
share/fluxbox/styles/MerleyKay
|
2003-07-28 19:50:07 +02:00
|
|
|
share/fluxbox/styles/Meta
|
2002-01-04 03:05:33 +01:00
|
|
|
share/fluxbox/styles/Minimal
|
|
|
|
share/fluxbox/styles/Nyz
|
|
|
|
share/fluxbox/styles/Operation
|
|
|
|
share/fluxbox/styles/Outcomes
|
|
|
|
share/fluxbox/styles/Rampage
|
|
|
|
share/fluxbox/styles/Results
|
|
|
|
share/fluxbox/styles/Shade
|
|
|
|
share/fluxbox/styles/Spiff
|
|
|
|
share/fluxbox/styles/Twice
|
|
|
|
share/fluxbox/styles/qnx-photon
|
2004-01-29 17:58:03 +01:00
|
|
|
@dirrm share/fluxbox/styles/Emerge/pixmaps
|
|
|
|
@dirrm share/fluxbox/styles/Emerge
|
|
|
|
@dirrm share/fluxbox/styles/BlueFlux/pixmaps
|
|
|
|
@dirrm share/fluxbox/styles/BlueFlux
|
2002-01-04 03:05:33 +01:00
|
|
|
@dirrm share/fluxbox/styles
|
2007-01-15 18:41:28 +01:00
|
|
|
@dirrm share/fluxbox/nls/zh_CN.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/zh_CN.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/vi_VN.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/uk_UA.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/uk_UA.KOI8-U
|
|
|
|
@dirrm share/fluxbox/nls/tr_TR.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/tr_TR.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/sv_SE.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/sv_SE.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/sl_SI.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/sl_SI.ISO-8859-2
|
|
|
|
@dirrm share/fluxbox/nls/ru_RU.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/ru_RU.KOI8-R
|
|
|
|
@dirrm share/fluxbox/nls/pt_PT.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/pt_PT.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/pt_BR.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/pt_BR.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/pl_PL.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/pl_PL.ISO-8859-2
|
|
|
|
@dirrm share/fluxbox/nls/no_NO.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/no_NO.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/nl_NL.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/nl_NL.ISO-8859-15
|
|
|
|
@dirrm share/fluxbox/nls/nb_NO.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/lv_LV.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/lv_LV.ISO-8859-13
|
|
|
|
@dirrm share/fluxbox/nls/ko_KR.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/ko_KR.EUC-KR
|
|
|
|
@dirrm share/fluxbox/nls/ja_JP.eucJP
|
|
|
|
@dirrm share/fluxbox/nls/ja_JP.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/it_IT.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/it_IT.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/fr_FR.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/fr_FR.ISO-8859-15
|
|
|
|
@dirrm share/fluxbox/nls/et_EE.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/et_EE.ISO-8859-15
|
|
|
|
@dirrm share/fluxbox/nls/es_ES.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/es_ES.ISO-8859-15
|
|
|
|
@dirrm share/fluxbox/nls/el_GR.utf8
|
|
|
|
@dirrm share/fluxbox/nls/el_GR.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/de_DE.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/de_DE.ISO-8859-15
|
|
|
|
@dirrm share/fluxbox/nls/da_DK.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/da_DK.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/cs_CZ.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/cs_CZ.ISO-8859-2
|
|
|
|
@dirrm share/fluxbox/nls/bg_BG.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/bg_BG.ISO-8859-1
|
|
|
|
@dirrm share/fluxbox/nls/be_BY.UTF-8
|
|
|
|
@dirrm share/fluxbox/nls/be_BY.CP1251
|
2002-11-10 20:36:57 +01:00
|
|
|
@dirrm share/fluxbox/nls/C
|
2002-01-04 03:05:33 +01:00
|
|
|
@dirrm share/fluxbox/nls
|
2007-01-15 18:41:28 +01:00
|
|
|
@dirrm share/fluxbox
|