summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
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...
2003-09-11Order SUBDIRs alphabetically.agc1-2/+2
2003-09-10Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-3/+3
2003-09-07Add '#include <assert.h>' where needed to make this compile with gcc3.jschauma3-1/+27
Patches provided in PR pkg/22699 by pino at dohd dot org
2003-09-05Add and enable menu2wm.jmmv1-1/+2
2003-09-05Initial import of menu2wm, version 0.1:jmmv4-0/+38
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.
2003-09-05Update homepage.jmmv1-2/+2
2003-09-04USE_X11BASE -> USE_X11 to sync with wm/enlightenment move.salo1-3/+3
Fixes PR pkg/22681 by Michal Pasternak.
2003-09-03Make this compile again, it was having trouble with imlib and freetype2xtraeme1-6/+12
buildlink's, while here fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. Ok'ed by silence on packages@
2003-09-03Revision bump, because ImageMagick's shared library version changeadam1-1/+2
2003-09-02Add and enable windowlabxtraeme1-1/+2
2003-09-02Initial import of windowlab 1.12. Reviewed by wiz@xtraeme5-0/+110
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/
2003-08-31Updated icewm to 1.2.12xtraeme9-397/+20
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@
2003-08-30Add patch-ad so it will build under gcc 3.3.1. Error was:reed2-1/+15
Window.cc:3234: error: `assert' undeclared (first use this function) (Approved by maintainer, jschauma.)
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
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.
2003-08-29Fix previous commit it was wrong, it's --enable not --disable.xtraeme1-3/+3
2003-08-28Enable xinerama support by default, bump package revision to 1.xtraeme1-1/+8
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme6-12/+12
2003-08-14Finally apply patch originally provided in PR pkg/20009 and re-submittedjschauma2-1/+17
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.
2003-08-12Ensure that the program and manpage directories are created beforejlam2-6/+8
installing files into them.
2003-08-10Add fvwm-devel.epg1-1/+2
2003-08-10Import fvwm-devel-2.5.7.epg5-0/+248
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.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb2-4/+2
2003-08-08rename variables FLUKEBOX_USE_* -> FLUXBOX_USE_*hubertf1-9/+9
2003-08-08USE_GCC_SHLIB.grant2-2/+4
from gavan@.
2003-08-06Convert to USE_NEW_TEXINFO.seb3-7/+7
2003-07-30Bring back the original patch-aa that was lost with the 3.6 update:simonb2-1/+14
Fix a memory leak (patch sent to and accepted by the ctwm folks).
2003-07-28Update fluxbox to 0.9.4. Changes:hubertf6-38/+151
* 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-23Update to 2.4.55 with patch from PR pkg/21767 by Marc Recht:jmmv4-11/+15
- 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
2003-07-21COMMENT should start with a capital letter.martti15-30/+30
2003-07-17s/netbsd.org/NetBSD.org/grant39-78/+78
2003-07-16Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.tron1-2/+2
This fixes PR pkg/22143 by myself.
2003-07-16Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.tron3-6/+8
This fixes PR pkg/22143 by myself.
2003-07-13Update DEPENDS.wiz1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz21-36/+42
2003-07-12Update qvwm to version 1.1.12zuntum3-9/+11
* 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>
2003-07-12Update wm/ratpoison to 1.2.2zuntum3-11/+11
* 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.
2003-07-10Remove some gccisms and enable POSIX/XOPEN_SOURCE defines.salo2-7/+29
Compiles on Solaris with a native compiler.
2003-07-10patch-af not needed any more.jmmv2-15/+1
2003-07-09Update icewm{,-imlib,-gnome} to 1.2.9:jmmv7-52/+24
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
2003-07-02Avoid hardcoding /usr/pkg in patch files.jmmv2-4/+4
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-17Help this package to build by using the pkgsrc libtool, not the oneagc1-1/+3
bundled with the package.
2003-06-14Make this compile under gcc-3.3.fredb2-1/+15
2003-06-14Fix build if Xinerama is not available. Patch by Sergey Svishchevjmmv1-1/+4
<svs at ropnet.ru> in private mail.
2003-06-14Update to 0.1.3, based on patch provided by Juan RP in private mail:jmmv7-46/+122
* 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.
2003-06-13Fix location of global config files to be in /etc/pwm, not /etc/pwm/pwm.jlam3-5/+6
Bump PKGREVISION of wm/pwm to 1.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-4/+4
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.
2003-06-10Update to 3.6, based on PR 20648 by Rhialto.wiz5-19/+56
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.