Commit graph

7 commits

Author SHA1 Message Date
xtraeme
1b8d292451 Update wm/fluxbox to 0.9.9, based on patch sent by Stefan Kruger in
PR pkg/25468.

News in 0.9.9:
    * New commands:
      * Deiconify <mode> <dest>
        * Where mode is:
          * last
           - deiconify last iconified window
          * lastworkspace (default)
           - deiconify last iconified window from current workspace
          * all
           - deiconify all iconified windows
          * allworkspace
           - deiconify all iconfied windows from current workspace
        * and dest is:
          * current (default)
           - deiconify them on current windows
          * origin
           - deiconify them where they were
          * originquiet
           - deiconify to old workspace but dont follow
      * SendToNextWorkspace <num>
        * sends current window forward <num> workspaces
      * SendToPrevWorkspace <num>
        * sends current window backward <num> workspaces
      * WindowMenu
        * popups the window menu
    * New resources:
      * session.tabsAttachArea: <mode>
        * where mode is:
           * Window
            - dropping tabs to any part of the destination-window leads
              to attaching to that frame (default)
           * Titlebar
            - dropping tabs only to the titlebar of the destination-
              window leads to attaching to that frame
      * session.screen<num>.overlay.lineWidth: <integer>
      * session.screen<num>.overlay.lineStyle:
         * Valid arguments: LineSolid, LineOnOffDash LineDoubleDash

      * session.screen<num>.overlay.joinStyle:
         * Valid arguments: JoinRound, JoindMiter, JoinBevel

      * session.screen<num>.overlay.capStyle:
         * Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting

    * KDE dockapps docks in systray inside toolbar now
    * Support aspect ratio hints
    * Optional decoration on transient windows
    * Added ! as a comment char in keys file
    * Improved rendering speed while changing workspace
    * Improved checking for compiler and compiler version
    * Improved transparent rendering speed
    * Remember hidden state for apps
      * [IconHidden] hides the app from the icon bar
      * [FocusHidden] hides the app from the list to be reachable
        via Next/PrevWindow
      * [Hidden] is [IconHidden] + [FocusHidden]
        Example ~/.fluxbox/apps: [IconHidden] {true}
    * Expands tilde for slitlist file
    * Using WM_CLASS instead of NAME in slitlist file
    * Window snapping to other windows
    * More support for Extended Window Manager Hints:
      * _NET_WM_WINDOW_TYPE
      * _NET_WM_WINDOW_TYPE_DOCK
      * _NET_WM_STATE_ABOVE
      * _NET_WM_STATE_BELOW
      * _NET_WM_CLIENT_LIST_STACKING
      * _NET_WM_DESKTOP_VIEWPORT
      * _NET_WM_DESKTOP_GEOMETRY
      * _NET_WORKAREA
      * _NET_ACTIVE_WINDOW
      * _NET_WM_STATE_HIDDEN
      * _NET_WM_STATE_SKIP_TASKBAR
    * sl_SI nls
    * Updated nl_NL locales
    * fbrun news:
      * cycling in tab completion
      * completes binaries from your $PATH
        * if you want to use old history tab-complete, press Ctrl-tab
      * completes path names
      * Control-C clears the text
      * Fixed cursor bug
    * fluxbox-generate_menu news:
      * Updated German locales
      * More firefox support
      * portability fixes
      * improve menu reloading
      * more menu entries
      * French locales
      * Portuguese locales
Bug fixes:
    * Decoration bug with mwm hint + remember
    * Drawing issues with big menus
    * _MOTIF_WM_HINTS decoration toggle bug
    * No-text-in-iconbar bug on restart
    * Menu time stamp on root menu
    * placeWindow caused spinning with screens higher than width
      e.g. vertical xinerama
    * compiles in cygwin
    * update of keys on keymap change
    * infinite loop in fbrun
    * window size bug in no-decor windows on start/restart
    * The _NET_MOVERESIZE_WINDOW crash bug
    * mplayer -vo xvid bug
    * menu keyboard navigation bug
2004-05-13 04:29:12 +00:00
jmmv
9b97d59dd8 Update to 0.9.8. Changes since 0.9.4:
News in 0.9.8:

- Transparent toolbar
- Bug Fixes:
  Fixed image cache problem (the memory bug)
  Fixed color parsing bug
  Fixed iconbar bug in "All Windows" mode
  Fixed border bug with left/right alignment in iconbar
  Fixed a loop issue in fluxbox-generate_menu

News in 0.9.7:

- Two new pixmap styles:
  Emerge from Nuno Alexandre
  BlueFlux from Lauri Hakkarainen
- Added menu delay/click to open or close sub menus
- Added alignment for buttons in icon bar
  Change Left, Relative or Right via the iconbar mode menu
- New menu item [separator] This will create a nice separator line
- New theme items:
  window.label.active: <texture>
  window.label.active.textColor: <color>
- New actions:
  ReloadStyle
  CommandDialog - this will show a dialog in which you can issue fluxbox
  commands
  WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName)
  SetWorkspaceName <name>
  SetResourceValueDialog - shows a dialog where you can type the resource name
  and it's value
  SetResourceValueCmd <resourcename> <resource value>
  BindKey <key string> :<action> - this will append key string and action to
  your keys file and bind the key
- Window menu accessible in workspaces client menu
- Shadow options for fonts.
- Enabled/Disable toolbar menu item ("Visible" menu item)
- Toggle images in iconbar
- Edit clock format dialog
- Send to menu is back
- Changed Maximize menu item in Window menu to a multi button item
- Added resource session.useMod1 <boolean> to disable/enable mod1 for
  Resize/Move window with mod1 + button
- Bug fixes:
  Fixed slit and toolbar autohide bug
  Fixed image cache bug
  Fixed some icc warnings
  Fixed mozilla focus issue
  Fixed crash bug when adding new workspaces
  Fixed menu draw bug in empty sub menus

News in 0.9.6:

- Adding image search paths when loading a style
  It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps and in
  file <stylesdir>/<stylename>/theme.cfg
  for this, stylebase is the style directory
  pixmap styles should use the new format for portability
- Added startup script to be used with startfluxbox, to get a consistent
  frontend for both dm and startx and your fluxbox-session
- Added "!" as a comment line for keys file
- Added new actions
- Improved menu speed
- Added -verbose argument to fluxbox - This will enable theme warnings
- Configurable tools in toolbar
- New theme items for toolbar
- Support for _NET_WM_STATE_FULLSCREEN
- Nearest-quadrant resizing
- Improvements/Updates to fbsetbg and fluxbox-generate_menu
- Bug fixes:
  Fixed some issues with mplayer in fullscreen
  Fixed java bug with missing drawing bits of window
  Fixed building with --disable-slit
  Fixed NLS bad message errors by adding explicit codeset entries
  Fixed disappearing close button
  Fixed numlock and scrlock bug in FbTk TextBox
  Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
  Fixed empty window bug in SystemTray
  Fixed toolbar height bug crash

News in 0.9.5:

- New theme items:
- New actions: resizevertical resizehorizontal setworkspacename movetableft
  movetabright
- Set workspace name tool
- Search path resource for images session.screen.imageSearchPath
  This is a list separated by , or space
- New height resource for toolbar
- session.screen.toolbar.height This will override the style's font height
- Support for system tray _NET_SYSTEM_TRAY Applications that support this
  will show their icon in the toolbar next to the clock.
- New texture type: Tiled This will just affect pixmap loaded from file,
  and it will not scale them.
- Improved iconbar
- Bug fixes:
  Fixed Transparency bug in menus
  Fixed so shaped windows like xmms wont get round corners
  Fixed shape bug when switching between shaped themes and non shaped
  Fixed kde dockapp bug
  FbRun works properly on multiple screens
  Fixed pesky crash and phantom icons
  Fixed aspects of focus and raising, including transients
  Fixed java bug, slow windows
  Fixed 8 bpp crash
2004-01-29 16:58:03 +00:00
hubertf
3bd7246bcd Update fluxbox to 0.9.4. Changes:
* Keyboard navigation in menus
       * Keys:
         Up/Down: select menu item
         Left/Right: go in/out from sub menus
         Escape: close menu and return focus to windows
         Enter: run/execute/toggle menu item
      To set input focus on the menu you either click on the title bar
      or bring it up with key bindings
    * New action strings
      * ArrangeWindows
   	    This will arrange the windows on the current desktop
      * ShowDesktop
	    This will iconify all windows on the current desktop
    * The same action strings that are in keys file can
      now be used in the menu
      example:
      [ArrangeWindows] (arrange windows)
    * New theme items
       * toolbar.button.borderWidth: <integer>
       * toolbar.borderWidth: <integer>
       * toolbar.bevelWidth: <integer>
       * toolbar.borderColor: <color>
       * slit.borderWidth: <integer>
       * slit.bevelWidth: <integer>
       * slit.borderColor: <color>
    * [startup] option in remember file
      Can now add entries to apps file like:
         [startup] {xterm}
      Then "xterm" will be launched on fluxbox startup.
      Can also give a screen option:
         [startup] (screen=1) {xterm}
      will start it on screen 1 rather than the default 0.
    * Rounded corners on menu, windows and toolbar
      Theme items:
       * menu.roundCorners: <shape item>
       * toolbar.shaped: <boolean>
       * window.roundCorners: <shape item>
      Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
      example: menu.roundCorners: TopRight BottomLeft
    * The current style is now marked in the style menu
    * Compile time option for toolbar
      --disable-toolbar
      --enable-toolbar (default)
    * Emacs style key bindings in fbrun
	* Tab completion in fbrun
    * Group persistence over a restart
    * Maximization stop on slit and toolbar (check Maximize Over menu items)
    * Support for _NET_WM_STRUT
    * Regular expression support for remember
Bug fixes:
    * Toggle maximize vertical/horizontal
    * Slit/Toolbar auto hide bug
    * Button alignment bug in title bar
    * Trailing whitespace in group file resource
    * Group cycling

Based on patch by Tom Hensel [ tom at replic8 dot net ].
2003-07-28 17:50:07 +00:00
jschauma
f250df1f3c 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 20:39:08 +00:00
jmcneill
ccf19b7f57 Update fluxbox to 0.1.12; closes PR #18930 2002-11-10 19:36:57 +00:00
wiz
6b5288f2a7 Update to 0.1.8 from pkg/16440.
Changes: Lots of bugfixes, code cleanup, new features.
2002-04-22 18:39:18 +00:00
jmcneill
9070bfcde4 Import fluxbox 0.1.5, a Window Manager for X based on BlackBox 2002-01-04 02:05:33 +00:00