3D-Desktop is an OpenGL program for switching virtual desktops in a seamless
3-dimensional manner on unix. The current desktop is mapped into a fullscreen
3D environment where you may choose other screens. Several different
visualization modes are available.
The transition from working desktop to fullscreen 3D environment is seamless.
In other words when the pager activates you see your current desktop appear
to zoom out to a point in space where you can see your other virtual desktops
allowing you to select another. The best way to understand is to try it out
and get the full effect!
Patch provided by Jonathan Perkin <jonathan@perkin.org.uk> via PR
pkg/22239.
Changes:
2003-06-10
Warp mouse to topleft before bottomright for small viewport users.
Fix the xpdf problem (started up in tiny window), hopefully doesn't
break anything else (XSizeHints manpage suggests width/height hints
are obsolete).
2003-06-27
Applied Larry's identifier shadowing changes, and malloc return
value checks.
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
Menu2WM is an utility that takes an XML document describing the structure
of a menu and converts it to the format expected by the most common window
managers.
The following window managers are currently supported: Blackbox, IceWM,
OpenBOX 3, PekWM, PWM and WindowMaker.
WindowLab is a small and simple window manager of novel design, based on
aewm.
It's click-to-focus, shares its window depth policy with the Amiga, and has
a window resizing/reshaping method similar to that of 8/5 from Plan 9.
WindowLab maintains the illusion of direct manipulation by constraining the
mouse pointer when appropriate, ie when a window cannot be dragged any further
in one direction. The pointer is also constrained vertically (effectively
making the target menu items infinitely tall according to Fitts's law) when
it's in the menubar to reduce pointing time.
http://www.nickgravgaard.com/windowlab/
Changes:
1.2.12: 2003-08-24
MAJOR CHANGE: reverted preferences/theme order to same
as before 1.2.10. Added "prefoverride" file for overriding
theme preferences.
- icewmbg is only re/started when already running
- fix build with --disable-taskbar
- fix build with --disable-shape
- fix ShowMoveSizeStatus with OpaqueMove/Resize
1.2.11: 2003-08-19
- added forcedClose window option (Hanspeter Roth)
- added recent average in network monitor
- fix icewmbg not setting theme background
- fix spelling of _NET_WORKAREA hint (Jeff Pohlmeyer (tgeek))
- fix spelling of --client-id option name (YAMAMOTO, Taku <taku@cent.saitama-u.ac.jp>)
- fix random restart failures
- fix codeset handling on FreeBSD
- Czech translation update (Jan Horak)
- Bulgarian translation (Pavel Pyuter)
- fix painting of exposed icons
1.2.10: 2003-08-11
- added "Default" to Themes submenu
- documentation updates
1.2.10pre11: 2003-08-10
- theme selector now writes the selected theme in ~/.icewm/theme
- theme selector now restarts icewmbg automatically
- minor cleanups in apm applet
- build fixes
- Infadel2 theme cleanups (Hanspeter Roth)
1.2.10pre10: 2003-08-01
- fixed icewmbg semtransparency support. icewmbg will no longer
exit when semitransparency is enabled
- major focus cleanups
1.2.10pre9: 2003-07-30
- double buffering performance optimizations
1.2.10pre8: 2003-07-27
- FIXED: taskbar tray location off by one pixel
1.2.10pre7: 2003-07-26
- FIXED: shaped windows when --enable-shaped-decorations
- FIXED: icewmbg prefs now added to default preferences file
1.2.10pre6: 2003-07-25
- FIXED: theme local font path with Xft/fontconfig
- disabled movement of maximized windows offscreen (use shift to
override)
- corefonts now enabled when Xft major version = 1
1.2.10pre5: 2003-07-24
- FIXED: compile with --enable-corefonts
- FIXED: compile with Xft v1
- Dutch translation update by Reinout van Schouwen
- added internal border to taskbar
1.2.10pre4: 2003-07-19
- FIXED: problem with --enable-shaped-decorations and
full-screen windows (mplayer)
- Italian translation update by Yuri Bongiorno
1.2.10pre3: 2003-07-13
- implement support for depth 1 window icons
- FIXED build with some compilers
- painting is now double buffered (TODO: optional) and faster
- Russian translation update (Anton B. Farygin)
1.2.10pre2: 2003-07-05
- MAJOR CHANGE: the theme needs to be specified in the ~/.icewm/theme
file, like this:
Theme=icedesert/default.theme
- Theme settings are now loaded before ~/.icewm/preferences
- FIXED network monitor crash with "pl" locale (Pawel Warowny)
- simplified tray icon option in window menu
- Finnish translation update (Taisto Kuikka (taistok))
1.2.10pre1: 2003-06-29
- MAJOR CHANGE: icewm background handling moved to icewmbg program
- fixes to gnome2 menu support (Nehal Mistry)
- FIXED: task bar auto hide with taskbar menus
- FIXED: some focusing problems with gtk2 (Owen Taylor, Bernhard Walle)
- code cleanups in font handling
1.2.9: 2003-06-22
- added gnome2 menu support (Nehal Mistry)
- added missing netwm active window notification
- new option FocusRequestFlashTime
- fix problem with accented characters in the title bar
- fix aspect ratio on maximization
- fix gcc 3.3 build
- fix crash with a single workspace (oops!)
- Polish translation update (Arkadiusz Lipiec)
- documentation of using WINDOW_ROLE property in
winoptions (Jo Valentine-Cooper)
Changes on pkgsrc:
* Use shared PLIST on icewm-{gnome,imlib}
Ok'ed by wiz@ and jmmv@
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
in PR pkg/22476 by Dandy Sakano. This patch corrects the erraneous usage
of the return value of setlocale(3). This bug has been submitted to the
fluxbox bugbox, but apparently has not yet been dealt with.
This package is based on the unstable 2.5.x series of fvwm. Do
not use it unless comfortable running beta software.
Thanks to Stoned Elipot, Martti Kuparinen, and Curt Sampson for
review.
* 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 ].
- some fixes to opaque resize that make it slightly less choppy
- fix some infinite loops caused by stupid apps with transient for cycles
- force window min/max size to be at least 1 pixel
- unfocus window on leaving window border, not on leaving window itself, in
strict mouse focus mode
- fix handling of workspace names so they don't get all lost/broken/etc.
- fix handling of ignored modifiers (makes key shortcuts work while
CapsLock/ScrollLock/NumLock are all enabled, most people didn't notice as
nobody turns on ScrollLock)
- fix multihead crash #106086
- many translation updates
* get rid of USE_X11BASE
1.1.11 -> 1.1.12
----------------
1. Fix the bug that qvwm sometimes crashes if sound is enabled at exit.
2. Fix the bug that a close button does not disappear and a maximize
button disappears when you set NO_BUTTON3 to an application.
3. Fix the bug that the CPU utilization becomes 100% after you send a
remote command to qvwm.
4. Enable to send a remote command like QVWM_RESTORE to certain window.
5. Eanble to change spacing between short cut icons using
IconHorizontalSpacing and IconVerticalSpacing.
6. Add german.qvwmrc, portuguese.qvwmrc, and italian.qvwmrc.
7. Fix the bug that a part of a menu is left on the screen after you
execute a command from the menu.
8. Add QVWM_TOGGLE_{FOCUS, BORDER, BORDER_EDGE, BUTTON1, BUTTON2, BUTTON3,
CTRLBTN, TBUTTON, TITLE}.
Fixes PR#21935 by David Forrai <david.forrai@gemair.com>
* Changes since 1.2.0-beta5
** command return status
If a command the user executed (with the exec command) returns with a
non-zero exit status, the command and exit status are reported in a
message.
* Changes since 1.2.0-beta4
** new commands unmanage and clrunmanaged
Instead of editing conf.h you can use these commands to dynamically
add (and clear) the unmanaged window list.
* Changes since 1.2.0-beta3
** new command line argument --screen
Now you can specify the screen you want to manage. By default
ratpoison manages all screens on the display.
** new command line argument --display
Now you can specify the display to connect to.
1.2.9: 2003-06-22
- added gnome2 menu support (Nehal Mistry)
- added missing netwm active window notification
- new option FocusRequestFlashTime
- fix problem with accented characters in the title bar
- fix aspect ratio on maximization
- fix gcc 3.3 build
- fix crash with a single workspace (oops!)
- Polish translation update (Arkadiusz Lipiec)
- documentation of using WINDOW_ROLE property in
winoptions (Jo Valentine-Cooper)
1.2.8: 2003-06-08
- various build/minor fixes
- new option enableAddressBar(=1)
1.2.8pre3: 2003-06-03
- fix Alt+Tab window getting stuck under load
- menu mnemonics tweaks (Hanspeter Roth)
- add mnemonics to zh_TW.Big5.po (Benshark Chen)
- task bar layout tweaks
- Restrictions on command line argument parsing.
Only -o, -o ARG or --option, --option=ARG forms
are accepted now, not any other combinations
- improvements for NETWM system tray (you must run 'icewmtray'
in background to support this)
1.2.8pre2: 2003-05-18
- improved focus handling (alt+tab, window close, workspace switch)
- fix taskbar issues from pre1
- GNOME 2 workspace switcher applet (Adam James Fitzpatrick)
- renamed --with-gnome-menus to --enable-menus-gnome1
- cleanups in configurable keyboard bindings handling
- renamed modMetaIsCtrlAlt to modSuperIsCtrlAlt. Win95keys now
enabled by default.
1.2.8pre1: 2003-05-04
- fix: interaction between shaped windows and fullscreen (Owen Marshall)
- fix: posible crash on shutdown
- minor memory leak fixes
- fix handling of fullscreen windows with shaped
window borders (Owen Marshall)
- convert zh_CN.gb2312.po to UTF-8 (zh_CN.po) - lark@lark.net.cn
- autodetect gnome/kde menu directories (Nehal Mistry)
- fixed address bar behavior in various configurations
- Hungarian translation update (Peter Somogyi)
- Xft2 doesn't require RENDER extension (Make Fabian)
- partial Korean translation (Hwang, Sang-Jin / Make Fabian)
- LDFLAGS fix (Robert Klein)
- fix problem with menufile items not having mnemonics (_)
- initial implementation of NETWM system tray
* Keygrabber now support keychains.
* Dynamic menus, lets you execute a script and generate menus on the fly
when they're viewed.
* Basic titlerules that make you rewrite titles.
* Unified config format for all actions.
* Multiple actions per event/entry.
* Workspace change by moving the mouse.
now and not NetBSD-*-arm32. Changes include one or more of:
- Change MACHINE_ARCH == arm32 to also match arm
- Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
- Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
Changes:
1 - Fix line numbers for errors when using m4 preprocessor. Send thanks
to Josh Wilmes.
2 - Fix the way menu entries are selected with the keyboard. Now
when you type a letter, the pointer moves to the next entry
whose first letter is this letter, but does not activate it.
The new keyword IgnoreCaseInMenuSelection, can be used to
ignore case for this delection.
3 - New keyword : DontSave, Takes a window list as argument. All listed
windows won't have their characteristics saved for the session manager.
Patch from Matthias Baake
4 - Also from Matthias Baake. I let him speak :
With the new keywords BorderLeft, BorderRight, BorderBottom and BorderTop
(each of them is optional with a default value of 0 and takes a
nonnegative integer as argument) you can declare a border "off limits" for
f.move etc.. These borders act the same way as the real borders of the
screen when moving windows; you can use f.forcemove to override them.
5 - Sloppy Focus added with keyword "SloppyFocus" in configuration file
(DINH V. Hoa).
6 - the keyword "ClickToFocus" has been correctly implemented (DINH V. Hoa).
7 - the keyword "IgnoreModifier" has been added,
to use this feature, you have to add a line
"IgnoreModifier { lock m2 }" in the configuration file.
All bindings (buttons and keys) will ignore the modifiers
you specified. It is useful when you use caps locks or
num locks. You don't need IgnoreLockModifier any more with this option.
(DINH V. Hoa).
8 - New keyword : WindowBox : creates a new window called a box, where
all the client windows that match the windows list are opened in,
instead of the roor window. This is useful to group small windows
in the same box (xload for instance) :
WindowBox "xloadbox" "320x100+0-0" {
"xload"
}
9 - New function : f.fittocontent. Can be used only with window boxes.
The result is to have the box have the minimal size that contains
all its children windows.
10 - New keyword : WindowGeometries. Used to give a default geometry to some
clients :
WindowGeometries {
"Mozilla*" "1000x800+10+10"
"jpilot*" "800x600-0-0"
}
11 - New keyword : IconMenuDontShow. Don't show the name of these windows
in the TwmIcons menu.
And, as usual, a few bug fixes here and there.
1.2.7: 2003-03-08
- minor bug fixes
1.2.7pre3: 2003-03-02
- new option QuickSwitchGroupWorkspaces (if
QuickSwitchToAllWorkspaces=1)
- Italian translation update
- more menu tweaks
- implement NetWM window type SPLASH
- ACPI status patch from Klaus Schneider
- Made Alt+<left,right mouse button> behave in more standard manner
- DoNotFocus window option added.
1.2.7pre2: 2003-02-26
- Major improvement in percieved speed of menus
- Dutch translation by Ton Kersten
- add new options: ShowRun, ShowAbout, ShowWindowList,
ShowLogoutSubMenu, AllowFullscreen (Ton Kersten)
- support WM_WINDOW_ROLE, too
- fix detection of netwm hints for some apps
- fix AutoReloadMenus bug
1.2.7pre1: 2003-02-23
- fix .order file handling for gnome menus (Thomas Zajic)
- changed default theme to icedesert (Nehal Mistry)
- fix crash in alt+tab when window closes
- rewrite icewm.spec.in Christian W. Zuckschwerdt (zany@triq.net)
- Belarussian translation by Hleb Valoska (el_globus@tut.by)
- tweaked character set (CODESET) detection
- 'Programs' menu is now invoked from menu file, not from the code
- fixed fonts in Infadel2 theme when Xft is used
1.2.6: 2003-01-19
- Slovenian translation by Jernej Kovacic
- improve focus handling on non-xinerama multihead displays
- another submenu/icon handling fix for gnome menus (Thomas Zajic)
- added nonICCCMconfigureRequest window option workaround for
non ICCCM compliant applications
- WINDOW_ROLE handling for winoptions (Stanislav Svirid)
- fix crash in mail status checker in pop/imap configuration
- implement startMinimized window option, similiar to startMaximized
1.2.5: 2003-01-05
- fix lockup when doing operations through window list
- fix compile problem --with-xpm
- fix icesh.cc focus handling (by Todd R. Eigenschink)
- update workaround for some TK issues
- slow startup fix (caused by broken lazy menu loading)
1.2.4: 2003-01-03
- fixed submenu/icon handling for gnome menus (Thomas Zajic)
- acpi optimization (Michal Ceresna)
- fix crash in "Tile ..."
- fix submenu deactivation problem (reported by Bernhard Walle)
- fix focus loss on xmms exit (reported by Bernhard Walle)
- fix problem with restarting the wm (when icewm-menu-gnome1 not
present)
1.2.3: 2002-12-26
- IMPORTANT: system configuration directory changed to
/etc/icewm (from /etc/X11/icewm or /usr/local/etc/X11/icewm).
icewm now installs it's data files in /usr/local/share/icewm.
- added --disable-winmenu and --disable-taskbar configure options
- bug fixes in menu code
- fixed lockup when running under session manager (GNOME2)
1.2.3pre2: 2002-12-15
- support for Xinerama
- rewritten RPM packaging
- new "menuprog" statement in menu files for reading a submenu
from a pipe
- Italian translation update
- moved gnome menu support into an external utility (icewm-menu-gnome1)
(used trough "menuprog", requires gnome 1.x)
- added keybinding for showing the window list menu (KeySysWinListMenu)
1.2.3pre1: 2002-10-20 + soon
- some small fixes for the swedish translation (tucker)
- new APM/ACPI monitor code by Michal Ceresna (cemi)
- Norwegian translation by Petter Johan Olsen
- the Address Bar in the taskbar now works even without
TaskBarDoubleHeight (Ctrl+Alt+Space)
- new APM/ACPI battery monitoring code
- rewritten the work area implementation (doNotCover should
now work much better)
- new "preferences" setting: focusOnAppRaise - focus the window when
application requests to raise it
- cleaned up the icewmbg implementation (TODO: config file for it)
- fixed the Reboot vs Shutdown issue
- Alt+Left Button drag now used for window move and
resize (no more Ctrl+Alt)
- fixed configure option: --enable-depend now used for make depend
1.2.2: 2002-09-06
- fixed icewm.spec file for building RPMs
- fixed CHANGES file
1.2.1: 2002-08-31
- TaskBar and root menu is no longer disabled under Gnome (adjust
your ~/.icewm/preferences manually: ShowTaskBar=0; UseRootButtons=0)
- feature: partial support of the Enhanced Window Manager
Specification (NETWM) needed for GNOME2 and KDE3
compliance
flux - feature: scriptable menus (as found in WindowMaker)
- feature: execute "startup" or "restart" script found in resource
path ($ICEWM_HOME, $ETCDIR, $LIBDIR) after initialization
- bugfix: added --help switch to icewm, allow GNU stylish
long options
- feature: the directory for user preferences can be selected by
the ICEWM_PRIVCFG variable now (default still is and will
forever be ~/.icewm, but think about the beauty of
setting ICEWM_PRIVCFG to "$HOME/.etc/icewm"...)
- bugfix/feature: menu parser is case-insensitive now
- bugfix/feature: normal users won't need GNU make anymore
- cleanup of lib/.../*.xpm by Andrey Smagin
- FocusChangesWorkspace option by Daniel Pittman -- determines
if a new window open on another workspace switches to that
workspace
- PointerRaiseDelay focusing fix by Thomas Linder
- bugfix: enable menu items in window list popup only when appropriate
(closes bug 217168)
- change the ppp status applet to decrease the scale when the
troughput goes down.
- feature: improved icesh's worth by adding support for window classes
- ui-change: added fullscreen window menu action; changed default key
binding for hide, rollup and undoArrange action
- added startMaximized{,Vert,Horz} winoptions
- initial UrgencyHint implementation
- added "menufile" statement for menu files
- configure script defaults changed: imlib, i18n, nls are now default
Thanks to Jon Olsson for notification.
Changes:
- take over maintainership
- whitespace
- DESCR has 80 columns
- simplify
1.0.20030528:
=============
- License model changed to Artistic/GPL dual license.
- Fixed lockup when a window's title ends in its only colon
(and spaces) but even just the three dots and instance
number are too long to fit in the tab.
- Applied an (old) tab_switch_and_raise patch.
- Some #includes added.
- Phantom-window fix.
- Allow windows to move themselves
- Phantom dockapp fix
- "dock" configuration option changes: "hidden" option,
direction 1/0 replaced with "vertical" option.
- Added 'gotodir' function (move to frame in given direction).
- Makefile/path setting changes
- Built-in 'ws_menu' and 'movetows_menu'.
- Added keybindings to the man page.
- Added 'PWM manual' entry in the default root menu.
- Don't kill client on close if it does not support
WM_DELETE_WINDOW.
- Titles were not drawn correctly when toggling decorations
on if a window was closed when the associated frame was in
undecorated state.
- Don't change active window visual indication when displaying
a 'contextual menu'.
- Added 'goto_previous'.
- Windows with same name are numbered now
- Added pack_move
- Changed the order to which window in a frame to go when
the current is destroyed
- Added "detach" function
- Added attach/detach to window menu
- Added WM_COLORMAP_WINDOWS support
metacity-setup is a graphical utility to configure the Metacity window
manager, allowing you to change themes, focus settings, the number of
workspaces, etc. It is much easier than having to use gconftool or
gconf-editor.
Package provided in pkgsrc-wip by marc@users.sf.net with some changes by me.
* Bug fixes
* All single letter variables are deprecated now; new variables:
$[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
$[desk.n], $[version.num], $[version.info], $[version.line],
$[desk.pagesx], $[desk.pagesy]
* The NoWarp menu position hint option works with root menus too.
* WindowListFunc is executed now within a window context, so
a prefix "WindowId $0" is not needed in its definition anymore
and it is advised to remove it in user configs.
* FvwmEvent now executes all window related events within a window
context, so PassId is not needed anymore, and all prefixes
"WindowId $0" may be removed in user event handlers.
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
- pulling patch in from David Dellanave (solaris compile issues)
- fixing compilation issue for Mac OS X (thanks to Thomas F. Burdick!!)
- fixing bug in token-parsing (thanks to Adam Hooper!!!)--we now allow
")"'s in our ExecCommands.
Addresses PR pkg/21595 by Juan RP.
Changes:
- install README file
- install files in cleaner way
- DESCR has 80 columns
1.0.24:
=======
- Added Rob Eberts patch which changes the size of the titlebar, adds some
keybindings to switch desktops with alt+number keys.
1.0.23:
=======
- Menu correctly gets DEF_FONT (but not yet opt_font)
Changes:
- honour PKG_SYSCONFDIR, fix manpage accordingly
- install sample configuration files
7.2.10:
=======
- Applied patch from debian bug database that
adds a -format option to larsclock. Changed
the default format to be 12 hour clock.
- Applied patch from Edelhard Becker to fix
focus problem with GTK2 applications.
7.2.9:
======
- Changes to default config files to update them for
RedHat 9. (Using Mozilla instead of Galeon etc)
- Removed some unused code.
- When specifying Class~Instance, if you do not
include both (using the tilde), your string is
compared both to class and instance of the client.
Golem is an X11 Window Manager. Design goals are that it be fast
and lightweight, as well as very customizable in any way that will
not prevent the first goal from being realized.
Notable features:
- Small memory footprint
- Multiple disjoint large virtual desktops
- Xinerama support for multimonitor screens
- Supports various focusing styles (sloppy,
pointer, click)
- Useful stuff for multiscreen displays
(special focus cycling modes, etc)
- Window decoration customization (theming)
with multiple decoration styles (dgroups)
- Hotkeys
- Plugins
Package submited by Erik Reid via pkgsrc-wip with modifications by me.
- Themes must be fetched through freshmeat.net now, which maintains a
different directory layout and file naming than themes.org.
- The WINDOWMAKER_THEMES variable now requires the version number of the
package.
- Add two NetBSD related themes to the default list.
Patch provided by Juan RP via PR pkg/21145.
Changes:
- *argh* corrected configure.in, this won't happen again, configure.in
now determines the version and package name from debian/rules.
- fixed the startup initialization of some root hints (needed for the
GNOME2 desktop switcher).
- fixed the position of the root (nautilus) window, which sometimes
appeared in front of the GNOME2 dock.
- Fixed maximizing for GOME2 panels. Closes: #168315
- Added the BeOS theme, which was created by Juergen Becker.
- Fixed the layer which GNOME2 panels use.
- Fixed autheader error messages.
- Fixed Window in Window handling. Closes: #168314
- Make Mod5 work again. Closes: #176053
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
by <juan at xtraeme dot unixbsd dot org> in PR pkg/20533.
The aewm++ window manager is a fork of the popular minimal
window manager aewm for the X Windows System. What makes
it different is its codebase, feature set and focus. The
name was created by using the first two letters in the word
aesthetic, the wm is for window manager and the ++ is for
its C++ code.
Changes:
- s/USE_X11BASE/USE_X11/, there is no need to install this package
into X11BASE
- update HOMEPAGE and MASTER_SITES
2002-02-06
==========
- Added 'split_top "dir"' command.
- Updated doc/function.txt
- Applied the patch to implement input handlers, shortcuts and
a vi-like command mode.
- Updated the LICENSE file to the clarified version of the artistic
license. (The license used to be the original artistic license.)
2002-02-04
==========
- Command sequences fixed to use the proper frame when switching
workspaces.
- Old behaviour with respect to client-requested window size restored
(i.e. force to frame size).
- Added set_width/height/widthq/heightq commands. The versions with
the q postfix take a value in [0,1] and the others take an integer
value. The behaviour is obvious.
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
precreated themes. The user doesn't need to know any fvwm2 syntax to start
using a reasonably powerful and themeable fvwm2 setup. All he needs is to
install the latest fvwm2, the latest fvwm2-themes and start fvwm-themes-start.
On the other hand, fvwm2-themes gives to a more experience user an ability to
create his own personal parts (so called personal theme) to use with other
theme components or even to create a completely new theme.
Based on package submitted by Tracy Di Marco White via PR pkg/20364 with
modifications by me and gendalia herself.
in PR pkg/19910 with minor modifications by myself.
larswm is a hack for 9wm, adding automatic window tiling, virtual desktops and
many other features designed to make it a very efficient user environment.
features:
o Themeable appearance
o Virtual desktops
o Full keyboard control
o Works with GNOME
Oroborus doesn't provide any kind of dock, toolbar, program launcher,
background changer or root menu as these functions can be provided by
seperate applications.
- tons of new translations
- add new theme Simple and make it the default
- match key handlers to key codes instead of key syms
which fixes some occasional keybinding bugs
- don't show workspace menu items if there's only one workspace
- fix fullscreen mode workaround for xine/mplayer
- fix startup sequences that use StartupWMClass
- fix 64-bit bug in async-getprop.c that caused a lockup
- put metacity-properties.c in the tarball
- don't mess up the focus window in mouse focus mode when
switching workspaces
- improve event compression to speed up window move/resize
a bit more
- don't jump mozilla windows between workspaces
- don't stick the tab/workspace-switch popup
on machines under heavy load or slow machines
- fix for #103317 (windows getting "stuck" when unfullscreened)
- support up to 32 run_command keybindings (Rob Adams)
- add compression for motion events, somewhat suboptimally,
a better patch is pending for GNOME 2.2.1, should fix "slow
move/resize" for most people (especially when combined
with Alex's nautilus fixes)
- fix configure options (Akira Tagoh)
- we were making all dialogs skip the taskbar, even non-transient
ones, though this was supposedly fixed a while ago. Now really
fixed.
- change back to Alt+click by default for the window drag feature.
- assign Alt+F12 to shade window
- fix not deleting enough workspaces when the number
was reduced via the pager config dialog (readams@hmc.edu)
- don't allow windows under the top panel ever, even if they
are tall windows (Arvind)
- fix up the window layout for directional workspace nav,
so you always stop at the edges and always end up
where you expect (hp, with tweaks from readams@hmc.edu)
- focus new windows in mouse focus mode (readams@hmc.edu)
- support xeyes, oclock, etc. by applying shape mask
to the window manager frame (yeah it resizes slow, deal)
- fix vertical/horizontal maximize
- handle crossing events resizing for more opaque resize goodness
(Soeren)
- add wacky _METACITY_UPDATE_COUNTER experimental extension
to do nice opaque resizing (does nothing without a GTK patch)
- fix a crash setting workspace names
- fix internationalized WM_NAME reading
Changes in the package:
- Use GConf2/schemas.mk to register schema files in the GConf2 database.
- Depend on gnome2-dirs to handle shared directories.
- Drop dependancy on ptl2.
- Provide a buildlink2.mk file because of the new library.
fvwm2 changelog says they did this to make gmplayer realize it was not
running interactively (ie, its stdin was not a tty), but that means
that all things get executed with stdin closed. That's not a very
good security posture. Some things can get confused or do wrong
things if stdin is closed when they start.
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
* Fix for gmplayer launched by fvwm. Close stdin on Exec so the
exec'd process knows its not running interactively.
* Windows using the WindowListSkip style do not appear in the
FvwmTaskBar at random.
* Fixed a memory leak in ChangeIcon, ChangeForeColor and
ChangeBackColor FvwmScript options.
* Fixed a core dump in the parsing of FvwmAuto arguments.
* Fixed screwed calculation of icon picture size when application
specifies it explicitly.
* The option ShowOnlyIcons now works as described in the
FvwmIconMan man page. It was accidentally named ShowOnlyIconic
before.
Patches provided by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>
and Toru TAKAMIZU <ttaka at earth dot email dot ne dot jp> in PR pkg/19257
with minor tweaks by me.
Changes:
2002-11-18
Fixed Alt-Tab-into-nowhere bug that I think would cause an infinite
loop if you tried Alt-Tab on an empty virtual desktop.
Extended the NumLock keyboard fixes to the mouse button grabs.
2002-11-19
Ripped out most of the VDESK_BOTH code (which didn't work) and
replaced it with code that just calls the 'vdesk' application (which
does).
2002-11-20
Abstract a couple more grabs out into macros - code tidy.
2002-11-23
Fix small problem with border colours in new code.
Documentation updates. Re-fix multihead "support".
2002-11-24
Better multihead support - entering managed screen will grab keyboard
events, leaving will deselect "current" window.
Documentation updates.
Released 0.99.12.
Argh! Only set focus to PointerRoot on entering root window if we
don't have a current window (I'd killed sloppy focus...)
2002-11-26
Released 0.99.13.
First draft proper multihead support - looks like it's working,
needs a bit of testing.
2003-01-15
No complaints so...
Released 0.99.14.
PR pkg/19766.
Also, since we know what we're removing, we can simply -print | xargs rm
these directories, thus circumventing the hack with the temporary file.
This ought to work on all OPSYSs.
Bump pkg version (no PKGREVISION, since this package is custom tailored).
argument) as reported in PR pkg/19017 by Sergey Svishchev.
Fix START_XPM definition with START_PIXMAP (the former is completely ignored).
PKGREVISION++ because of this (icewm executable has changed).
that works without blackbox and uses it's own NLS files.
While we're at it, nitpick the following:
fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available)
and depend on it automatically. Options were: add
CONFIGURE_ARGS+= --disable-xft
or include Xft2's buildlink. For the time being, add the buildlink
following openboxes example.
openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
-Window Shading: Middle Mouse button on titlebar shades a window.
-Configuration Support: Support for a configuration file with new menu format.
-Fix: Virtual Desktop Bug that did not record the target window in the unmap
ignore list properly.
-Sticky Support: Supports the EWMH Sticky State.
-Replaced Window List: Replaced the old Window/Client list with a STL one.
-Fix: Changing the "main" color now also applies to the button icons.
-Fix: Fixed memory errors reported by Valgrind.
-Menu: Changed the string array for items to a STL vector.
-Fix: The clock now updates every minute.
* Add an option to disable the window raise on (Scott Moynes)
mouse clicks with the modifierMask.
* Make configure look for Xft version 2 libraries and (Ben Jansens)
use them if they are available.
* Add bitmap button support to all the default styles. (Ben Jansens)
* Change the default premax values to be larger than 0 (Ben Jansens)
for clients that map in a maximized state. (avoid a
mozilla crash.)
and some bug fixes, as well as a polish translation.
Waimea mini pager is a simple virtual desktop pager dockapp for the Waimea
Window Manager. Although it supports simple desktop navigation, its main
purpose is to give the user a feel for where the virtual desktop viewport is
currently positioned.
Approved by wiz.
NovaWM is a window manager for the X Window System (X11). It is developed
with speed, size, and style in mind. NovaWM takes on its own style that
is different than any window manager.
NovaWM has its own toolkit that is much easier to understand and develop
with than most others, though NovaWM itself does not use the toolkit to
create its interface, reducing the dependency on other libraries.
Provided in PR pkg/19421 by Juan RP, with some modifications by me.
The design goal for waimea is to create the most efficient desktop
working environment available. To achieve this, waimea is a fast and
highly customizable virtual desktop window manager. It uses the blackbox
image rendering engine (blackbox styles support) and can use the Xft
library for font rendering (anti-aliased font support). It also features
a very advanced configuration system with which is possible to make waimea
behave as almost any other window manager.
Package provided in PR pkg/19423 by Juan RP, with some changes by me
(as suggested by wiz, who also approved this package, thanks! :).
A window manager based on aewm++. Here is a compact list of changes
between the originial aewm++-1.1.16 and pekwm:
* Better structured and formatted code.
* Possibility to group windows in a single frame.
* Configurable keygrabber.
* Configurable rootmenu.
* Configration file.
* Xinerama support.
* Smart window placement.
* Basic pixmap theming, with configurable buttons.
Provided by Juan RP in PR pkg/19424 with some changes by me.
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)
* Icons no longer appear on top of all other windows after a
restart.
* Removed the flawed "A"ny context key binding patch from 2.4.13.
* The built-in session management can handle window names, classes
etc. beginning with whitespace (textedit).
* The default EdgeScroll (if not specified) was incorrectly
assumed to be 100 pixels instead of 100 percents.
* Application provided icon windows no longer appear at 0 0 when
restarting.
* Modules do not crash anymore when more than 126 windows are on
the desktop.
* FvwmIconMan displays windows correctly that were iconified and
then moved to another page.
(jmmv at hispabsd dot org) in PR pkg/18232. Minor modifications by me:
- remove dependency on blackbox (this application works without and could
be used for openbox as well)
- remove build-dependencies on autoconf and automake by creating the
necessary installation directories by hand
DESCR:
whiteBOX is an attempt to make a flexible yet simple to use
multi-purpose configuration tool for the Blackbox window
manager. whiteBOX is written using GTK+ and the C programming
language.
(Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications
by me.
Openbox is a window manager for the X11 windowing system. It currently
runs on a large list of platforms. It was originally based on Blackbox
and currently remains very similar, even using Blackbox styles (with
available extensions) for its themeing and is written entirely in C++
and maintains no dependencies on any libraries other than X11.
This package includes two tools, bsetbg and bsetroot, used by the Blackbox
windowmanager to set the root window's properties. Blackbox shares code
with the Openbox and Hackedbox window managers, which also utilize these
tools, allowing these window managers to share some themes as well.
* Icon titles for windows with an icon position hint no longer
appear at random places.
* Fvwm no longer displays two icon pictures when switching from
NoIconOverride to IconOverride with windows that provide their
own icon window.
* The Current, All, Pick, ThisWindow and PointerWindow commands
work on shaded windows too.
* Fixed a problem stacking iconified transients.
* No more flickering when raising transients.
* Fixed a number of problems with window stacking, some new in
2.4.10 or later, some older problems that have been around for a
long time.
* Windows starting lowered or on any layer other than the default
layer are displayed at the right place in FvwmPager.
* Bindings with the "A"ny context can not be overridden by Gnome
panel or OpenOffice.
Although the computer screen is two-dimensional, today most users of
windowing environments control their systems with a one-dimensional
list of choices -- the standard pull-down or drop-down menus such as
those found on Microsoft Windows, Presentation Manager, or the
Macintosh.
An alternative user-interface technique is "pie" menus -
two-dimensional, circular, and in many ways easier to use and faster
than conventional linear menus. Pie menus also work well with
alternative pointing devices such as those found in stylus or
pen-based systems.
piewm is a virtual window manager based on tvtwm, which uses pie menus.
Changes since version 1.0.0
Many bug fixes
Some portability fixes
New functionality:
(user_commands): new command "license"
Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
(user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
(update_last_access): new function
(find_last_frame): likewise
(x11_mask_to_rp_mask): new function
(rp_mask_to_x11_mask): likewise
(user_command): new command "focuslast"
(find_frame_up): new function
(find_frame_down): likewise
(find_frame_left): likewise
(find_frame_right): likewise
(user_commands): new commands "focusup" "focusdown" "focusright"
"focusleft" "startup_message" "restart".
(show_last_message): new function
(user_commands): new "unsetenv" command
(user_commands): new commands deffgcolor, defbgcolor.
(update_gc): new function
(init_defaults): new function
(init_screen): initialize the screen's fg_color to black and
bg_color to white.
(user_commands): New commands defbarloc, defbartimeout, defborder,
deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
defwaitcursor, defwinfmt, defwinname, defwinpos.
* Fixed drawing problems with TiledPixmap and Solid MenuFaces which
appeared in 2.4.10, replacing the same problem with ?Gradient
MenuFaces in 2.4.9.
* Fixed accidental menu animation with certain menu position hints.
* Fixed starting "Move" at random position when pointer is on a
different screen.
* Transient windows do not appear in FvwmWinList after they have
been moved on the desktop.
* Increased maximum allowed key symbol name length to 200
characters.
* Allow quotes in conditional command conditions.
Changes:
* Bug fixes and improved behaviour.
* Much improved dock - apps are now freely positionable and dragable.
* New and improved themes.
* Dock and utils now use a shared library, lessening base size.
* 'Mbmenu' - an application lancher now included in distro
* Built in 'task menu' improved
number of themes available for the sawfish window manager. The user can
specify which themes to install by specifying the distfiles in the
environment variable SAWFISH_THEMES; per default, about 185 themes from
themes.freshmeat.net are installed.
Aquaified is another MacOS X theme, with an attempt to make it as
accurate as possible. This theme has accurate mouse-overs, button
order, and function.
- fix recursive redhat-build bug (fixes 577135)
- fix a memory leak in ToolWindow::windowAttributeChange.
- remove server grabs from the Image code. They prove to not be needed (they
no longer exist in the blackbox code.) And they cause the X server to lock
indefinately if you run 2 bbkeys on the same display, running the second
one from a terminal on the display.
- when we recieve a startup message from blackbox, clear out any leftover
windows in the window list. These are caused by the fact that on shutdown
of blackbox, if any windows are unmanaged after bbkeys, bbkeys doesn't get
notified of their destruction and so ends up with extra windows in its list.
- fix compiling issues under solaris. Thanks to grub on irc for use of his
time for testing.
- get rid of work-around for pre-0.60 blackbox, which fixes bug that let you
move the toolbar around with bbkeys.
- fix window focus tracking bug. Fixes bug where you could manipulate the
last focused window on a nono-visible workspace.
- fix multi-head bug in main.cc. We now putenv("DISPLAY=...") so that
applications launched will be launched on the correct display. Thanks to
Greg Gilbert for his patch!
- fix bug in main.cc (| rather than ||). Thanks to Roman Neuhauser!
- fix bug in bbkeys.hh--increasing MaxInstructions to 100 for cthulhain
- fix in bbkeys.cc -- XUngrabKey changed to use same call to find what
screen we're on as the XGrabKey call
- fix in bbkeys.cc -- doing "xterm -e sh -c $command" rather than "xterm -e
$command". Thanks to Magnus Solvang for the bug report. Also, changing
hideous char* and snprintf() to ostrstream, YAY!!
(the first major release from the new maintainer, IIRC). Many new goodies,
bugfixes and overall improvements. This closes PR pkg/18131.
Changes from 0.62.1 to 0.65.0:
- added Taiwan Chinese (zh_TW), Hungarian (hu_HU), Latvian (lv_LV),
Korean (ko_KR), Norwegian (no_NO), Polish (pl_PL), Romanian (ro_RO) and
Ukrainian (uk_UA) nls files and updated most of the others.
- removed the Estonian (ee_ET) and Turkish (tr_TR) locales due to their
being heavily out of date and unmaintained
- remove slit and netwm as compile time options
- strip much of BaseDisplay's original functionality and move it to the
blackbox class.
- huge amounts of internal cleanups
- added emacs local variables to each file that prevent the addition of tabs
- added a Util.cc file which contains useful functions with no obvious home.
- move code over to the STL
- removed several unused variables and otherwise reduced the memory usage
of the objects in Blackbox. For the record the binary is roughly 100k
larger than 0.62.0 and that is mostly due to the STL but there is also a
fair bit of new code. However for the most part blackbox runs faster and
is still one of the leanest window managers out there today.
- bsetroot now sets _XROOTPMAP_ID, so pseudo transparent apps will be happy
- beginnings of a strut implementation. toolbar and slit are removed from
the available screen area if 'full maximize' is not set
- XReparentWindow sends an UnmapNotify to the window manager however
in certain cases the window is already unmapped so the window manager
never gets the event and the unmapNotify event is where reparentNotify was
handled. Added a reparentNotifyEvent handler in the BlackboxWindow class
and a new case in the Blackbox class's process_event function.
- no more blackbox->grab/ungrab calls everywhere
- compression of motion and expose
- Now we have one function which turns ~/ into /home/user/. This is now
called everywhere this expansion should be done. Even added this to the
resource.menu_file so now the menu file may be specified as
~/blackbox_menu.
- added a TimerQueue which is a priority_queue with the ability to release
items it contains before they reach the top of the queue. Also added a
TimerQueueManager protocol class which BaseDisplay now inherits from.
- BTimer now defaults to NOT recurring. Most of the timers in blackbox were
one shots so I saw little benefit in defaulting to repeating timers.
- update transient handling, should solve issues with apps like acroread.
added a getTransientInfo() method of the BlackboxWindow class which
handles checking the transient state in X and setting the appropriate
variables on the window. To attack the infinite loops this
function ensures that client.transient != this and we check for loops
of the form A -> B -> C -> A. The new transient code also allows for one
window to have multiple transients so applications like xmms and web
browsers are better behaved.
- even better ICCCM support and focus handling
- wmswallow works
- fix for clock clipping in the toolbar
- better support for non decorated windows and toggling decor
- the geometry window shown when moving or resizing a window now handles the
parentrelative setting better. parentrelative support has been improved
for all of the other widgets as well.
- better window group handling
- improved edge snap support (still no window to window snapping)
- changing preferences no longer leads to windows being raised
- the window's "send to" menu ignores the current workspace, which is a
better UI approach
- new placeWindow algorithm. Blows the old one out of the water. Not only
is it faster but it is also cleaner code too (-: Went from number 5 in
the profiling results to under 30. Image rendering is now the slowest
part of managing of new windows.
Because of the new code layout, support is now there for new and
different layout options but this will wait for after 0.65.0.
- smart window placement ignores shaded windows now
- new option in the Config menu which allows Scroll Lock to disable
Blackbox's keybindings.
* The commands Maximize, Resize and ResizeMove can be used on icons
as it was in 2.2.x.
* Fixed hilighting of menu items with HGradient and VGradient
MenuFace. Reduced flickering with these options.
* Fixed a minor problem with entering submenus via keyboard.
* Fixed race conditions in FvwmTaskBar with AutoStick that caused
it to hang.
* Fixed drawing of pager balloons with BalloonBack option.
* Fixed drawing of SidePic menu background with B/D gradients.
* Fixed drawing of menu item reliefs with gradient menu faces.
* Fixed key bindings on window corners.
* Fixed FvwmTaskBar i18n font loading
* Fixed StackTransientParent style without RaiseTransient or
LowerTransient on the parent window.
* StackTransientParent works only on parent window if it is on the
same layer.
* Fixed handling of window group hint with the (De)Iconify
command.
* No more flickering when a transient overlapping its parent window
is lowered.
* Fixed hilighting of unfocused windows.
- Fixed a bug that crashed wmaker when closing a window if multiple screens
were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
"Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
will not receive focus at all
- Fixed a buffer overflow in winmenu.c
- Fixed a bug that crashed wmaker when closing a window if multiple screens
were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
"Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
will not receive focus at all
- Fixed a buffer overflow in winmenu.c
- Fixed a bug that crashed wmaker when closing a window if multiple screens
were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
"Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
will not receive focus at all
- Fixed a buffer overflow in winmenu.c
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
- translation updates
- bug fixes
- new features
- HorizontalEdgeSwitch and VerticalEdgeSwitch
- LowerOnClickWhenRaised lower the active window when clicked again
- added icesh - a command line window manager
- TitleBarHorzOffset/TitleBarVertOffset
- allow transparent menu selection
- gradient support
- transparent applets
...
- translation updates
- bug fixes
- new features
- HorizontalEdgeSwitch and VerticalEdgeSwitch
- LowerOnClickWhenRaised lower the active window when clicked again
- added icesh - a command line window manager
- TitleBarHorzOffset/TitleBarVertOffset
- allow transparent menu selection
- gradient support
- transparent applets
...
* Bug fixes
- Restored old way of handling clicks in windows with ClickToFocus
and ClickToFocusPassesClickOff. This fixes a problem with
click+drag in an unfocused rxvt or aterm window.
- A number of drawing fixes in FvwmPager
See the ChangeLog and NEWS files for details...
handhelds):
Matchbox is a GPL'd X11 window manager designed for computers with
little screen real estate, limited input devices and low CPU/storage
resources. Touchscreen PDA's, phones, set top boxes and even watches
fit well into this category. Children or people with disability's may
also find matchbox useful on desktop machines, due to the way it
simplify's window operation.
Matchbox is small, fast, flexible, dependant only on xlib and very
usable.
The Distribution also include various themes and utility programs,
including a dock (or tray) and various simple dock apps useful for
PDA's.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
into the NetBSD Packages Collection.
Provided in PR 17351 by ptiJo@noos.fr
IcePref is a graphical configuration utility for IceWM. It is written
in python and uses the Gtk toolkit via the PyGTK bindings. It is
capable of configuring all of the settings contained in the
'preferences' file. More features are forthcoming.