summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparcdmcmahill1-1/+2
2002-05-16Use buildlink.mk's instead of DEPENDS. Proposed in pkg/16807 as a fixwiz1-3/+3
for build problems on xpkgwedge systems by Julio Merino.
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-11Fix compilation by not defining POSIX_SOURCE when obviously alsowiz2-1/+16
using non-POSIX functions. Closes pkg/16618.
2002-05-04Make the gnome version of icewm autodetect it's running under gnomemartin1-1/+7
by default.
2002-05-03Fix apm handling, per pkg/16626 from Joachim Koenig-Baltes.wiz2-5/+7
2002-04-22Update to 0.1.8 from pkg/16440.wiz6-105/+39
Changes: Lots of bugfixes, code cleanup, new features.
2002-04-15Make this build on NetBSD-1.5ZC. Include <stdlib.h> to get prototype forfredb3-1/+28
putenv(), and don't set _POSIX_SOURCE.
2002-04-14Include mk/bsd.prefs.mk so that FVWM2_USE_GTK and FVWM2_USE_RPLAY canveego1-2/+4
work if you have that in /etc/mk.conf. Also changce --with-iconpath to --with-imagepath, so the default pixmap and bitmap path is now correct again. That changed some versions ago.
2002-04-12Updated fvwm2 to 2.4.7martti3-11/+11
Fvwm 2.4.7 is a maintenance release for 2.4.6 that fixes a number of minor or rare problems. System administrators are strongly encouraged to move to 2.4.6 or 2.4.7 from any earlier 2.4.x release. Changes: * Fixed parsing of WindowList with conditions and a position at the same time that was broken in 2.4.6. * Fixed some problems with the DeskOnly option of FvwmTaskBar (windows were duplicated when moving to a different Desk; the StickyIcon style was ignored). * Fixed config.h warnings with some compilers introduced in 2.4.6. * Fixed icon titles being raised when they should not be. * Fixed initial drawing of the internals of the FvwmPager window. * Fixed the FvwmAudio compatible mode in FvwmEvent when external audio player is used. * Minor improvements in the man page.
2002-03-21Bump PKGREVISION and dependencies in lock step for sawfish and friendsfredb3-9/+8
because of the change to MACHINE_GNU_PLATFORM for certain ports.
2002-03-18Add and enable bbconf.wiz1-1/+2
2002-03-18Initial import of bbconf-1.4:wiz10-0/+144
Welcome to bbconf, the all-in-one blackbox configuration tool. Never heard of blackbox before? Well, let's just say that it's the best Window Manager for X that's out "there" in our humble opinion. Simply put, this little utility here has such lofty goals as being the one place where you can configure anything and everything you need to that has to do with blackbox. bbconf aims to do that through the use of plugins--plugins which allow you to configure anything you wish about blackbox or its helper applications such as bbkeys, bbpager, bbapm, bbmail, bbpal, etc. bbconf is distributed with 4 plugins that allow you to configure blackbox's keybindings, blackbox's styles/themes, and your blackbox menus and submenus. The architecture of the plugins themselves are very simple and elegant -- making it easy for anyone else to add onto the distributed plugins to make it easy to configure whatever else you want to for your blackbox/X sessions.
2002-03-18Remove bbkeys-qt.wiz1-2/+1
2002-03-18Remove -- will be replaced by bbconf package in the hopefullywiz5-71/+0
near future.
2002-03-18Update to 0.8.4:wiz6-20/+57
Works better with blackbox 0.62.1. Inspired by pkg/14900 by Yannick Montulet.
2002-03-18Don't use bbkeys' Makefile.common any longer.wiz1-3/+8
2002-03-15New master site.nathanw2-7/+7
Update from version 3.5 to 3.5.2. from the CHANGES file: Changes from version 3.5 to 3.5.1 1 - f.initsize : resets a window to its initial size given by the WM_NORMAL_HINTS hints. 2 - f.ring : Selects a window and adds it to the WarpRing, or removes it if it was already in the ring. This command makes f.warpring much more useful, by making its configuration dynamic (thanks to Philip Kizer <pckizer@tamu.edu>). 3 - f.jumpleft, f.jumpright, f.jumpup, f.jumpdown : takes one integer argument (the step). These function are designed to be bound to keys, they move the current window (step * {X,Y}MoveGrid) pixels in the corresponding direction. stopping when the window encounters another window (ala f.pack). Changes from version 3.5.1 to 3.5.2 1 - f.moveresize : Takes one string argument which is a geometry with the standard X geometry syntax (e.g. 200x300+150-0). Sets the current window to the specified geometry. The width and height are to be given in pixel, no base size or resize increment are used. 2 - AutoLower et f.autolower : from Kai Grossjohann (Kai.Grossjohann@CS.Uni-Dortmund.DE). Same as autoraise but with lower. 3 - WindowRingExclude : Takes a window list as argument. All listed windows will be excluded from the WarpRing. 4 - A new menu : 'TwmIcons' same as 'TwmWindows', but shows only iconified windows. I did this when I got bored of having icons. Now I have no icons and no icon managers. I use this menu to deiconify windows. When I was young, I liked to have brightly colored icons, but now that I am getting old(er), I prefer a bare desktop.
2002-03-14/s/nb1nb1/nb2/fredb1-3/+3
2002-03-14Don't unconditionally delete share/bbtools, since bbpager now installswiz1-2/+2
there, too.
2002-03-14Add and enable bbpager.wiz1-1/+2
2002-03-14Initial import of bbpager, a pager for the blackbox window manager.wiz4-0/+28
Package provided by Sen Nagata in pkg/14932, with some cleanup by me.
2002-03-14Update to 0.62.1. Also closes pkg/15556.wiz3-51/+77
Changes since 0.61.1: - the lock modifier code handles user redefined modifiers better - check if the locale actually needs multibyte support before using multibyte functions - use srcdir in all of the makefiles - general code touchups - blackbox-nls.hh is always generated even if --disable-nls is used. This allows us to not have all of those hideous #ifdef NLS chunks. Nothing to worry about, if you do not want NLS this does not affect you - Workspace::placeWindow() cleanups. Also a speed bump from reducing the use of iterator->current() and changing the delta from 1 to 8 - fixed a desciptor leak in BScreen::parseMenuFile, seems opendir lacked a matching closedir. - fix transient window handling code in Workspace::removeWindow() so transients give focus back to their parents properly. The code originally handled sloppy focus then transient windows, so we just flopped the if/elsif. This is immediately noticable with web browsers and their open location windows. - fixed list::insert so you really can insert at item number 2. While there I cleaned up the code a bit. - added decoration to the atom state stored in a window - fixed the window menu gets left open when another window button is pressed issue with a call to windowmenu->hide() in window->maximize() - applied xOr's patch for decoration handling - applied xOr's patch for the maximize, shade, unmaximize bug - applied Kennis' patch for sending incorrect Slit configure notices - BlackboxWindow's flags have been moved into a flags structure - applied xOr's patch for border handling - resizing a window turns off its maximized flag. Before a resized window thought it was still maximized and maximizing a double action - BlackboxWindow::withdraw no longet sets the state to Withdrawn. This confused some X clients. - the menu file mentioned in the manpage is now based on DEFAULT_MENU - menu is no longer installed, you need to copy it yourself - the lock modifiers no longer stop blackbox! - maximize a window via bbkeys and the maximize button is not redrawn, fixed - autoraise and multiple dialog windows yields segv bug fixed also lengthened the default auto raise delay from 250 to 400 - another iteration of autoraise and dialog box handling, this time we noticed that nothing ever reset blackbox.focused_window to 0 when a window was removed - check if the window is visible before changeBlackboxHints() calls maximize - placeWindow no longer takes edgeSnapThreshhold into account - ignore style files ending in ~ - support locale specifiers with @euro in them - Toolbar name editing buffer reduced to 128 chars, logic added to make sure this buffer is not overrun As well as NLS improvements and other minor bug fixes.
2002-03-14Fix sawfish-replibs dependency.wiz1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb15-19/+33
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-12Add appropriate RESTRICTED and NO_SRC/BIN linesjmc1-1/+4
2002-03-11Updated fvwm2 to 2.4.6martti4-19/+19
* New conditional command ThisWindow. * Better support of non ISO-8859-1 window and icon titles. * Bug fixes Apart from fixing a number of minor or rare problems, it addresses slow opaque window movement and resizing that was not encountered in the 2.2.x releases. If you do not use opaque window movement or resizing and did not encounter any of the bugs described below you do not need to upgrade. System administrators are strongly encouraged to move to 2.4.6 from any earlier 2.4.x release.
2002-03-10Set START_XPM even if no APM on the machine (the two are unrelated).wiz1-2/+3
2002-03-10regen patch-ag with pkgdiff-0.104 (200k -> 2k)wiz2-6180/+5
2002-03-10Share distinfo between icewm{,-gnome}.wiz2-11/+2
2002-03-10Didn't need these. Nonobvious that with PATCHDIR may point back to icewm thejmc2-6244/+0
distinfo in this dir has to be remade as well when that changes.
2002-03-10Pass $X11BASE/lib as the rpath not just $X11BASEjmc2-4/+4
2002-03-10Add same patches from icewm for apm appletjmc3-1/+6247
2002-03-08Fix cases where apmvar.h doesn't exist.jmc4-2/+6253
By default the apm applet is always compiled in unless the lite support is enabled which turns off way too much. So, split the apm option out into it's own option and test for it by checking in Makefile.common for apmvar.h's existance. If it doesn't exist pass --disable-apm. This makes this compile again on machines that do not have machine/apmvar.h (and are NetBSD) such as macppc. Bump version via PKGVERSION to nb1.
2002-03-04Update to afterstep-1.8.11. The only new feature (from NEWS):fredb5-54/+32
Added DefaultGeometry option to database. That should allow to place window with specifyed geometry when no USPosition was requested, instead of dragging it around. Useful for things like Netscape. Example: Style "*escape*" DefaultGeometry 800x600+10-100 Afterstep-1.8.10 added "Xinerama" support (whatever that is) which we have to disable in "configure" to build, and multi-head support -- which is untested on NetBSD. Follows is the complete ChangeLog since 1.8.9: 1.8.10 patch 1 (sasha+Geoff Burling+Jan Fedak) o Numerous man page and usage fixes by Geoff Burling. o Fixed bug in DefaultGeometry handling where check for USPosition/Size should have been negated. o Fixed compilation bug in lib/parse.c o Fixed minor typho in afterstep man page. o Debugged background setting on multihead config. It apperas that asetroot cannot be run with -l if it is named other then asetroot. Otherwise background selection from the menu does not work. o Updated Clean to use ProcessModuleArgs. Added global var display_name that is set to --display argument value or env var $DISPLAY 's value. MOst modules must be updated to remove var with the same name from main(). o Applied patch from Jan Fedak to add startup geometry to database parameters. o Applied patch from Jan Fedak to fix hotkeys in menus. o Applied patch to get AfterStep to change Icon when Title is changing. New feel option - FollowTitleChanges in feel has to be used to enable this feature. o Fixed Tile's -h handling. o added support for maximization to not exceed screen size, while working with xinerama. o man pages fixes. o Fixed socket/pipes reading loops to not cause 100% CPU utilization under CYGWIN and in some cases even on Unix. o Fixed Menus pointer location handling to use coordinates from events and not abuse XQueryPointer. Otherwise menus were behaving strange whenever events were late due to one reason or others. 1.8.9 patch 1 (sasha) o Fix X libraries order, to have Xext preceed X11 - causes problems on some Solaris systems. o fixed two warnings related to time.h o commented out dependency checking to avoid problems for users with old compilers. It is not needed in stable series anyways. o Added functionality to WindowsDesk function. If second argument is 10000 then first is relative desk number, instead of exact. o Implemented Xinerama support. When window is initially placed - it will be appropriately moved to not appear in between monitors, unless user requested geometry explicetely. o When Xinerama is active, and asetroot is requested to scale or pad background image to the screen size it will use size of the first head ( the one with origin of 0,0 ). o Implemented separate Feel, Look, Background and Init/Restart functions for different screens in multihead config with no Xinerama. o We now read $TMPDIR in order to locate /tmp directory, and falling back to /tmp if envvar is not set. o somewhat fixed Align and Pad fields in the Asetroot config parsing.
2002-03-04Remove the "MESSAGE" file. Much of it was either out-of-date, since ascpfredb1-25/+0
is no longer a separate package, or trivial, now that the documentation is easily accesible.
2002-03-04Remove obsolete package "ascp". The afterstep control panel is currentlyfredb6-90/+1
included in the development version of afterstep, but there's been no visible effort to backport it to afterstep-1.8.x.
2002-03-04Upgrade evilwm from 0.3.11 to 0.99.4, provided in PR 15766 by Jonathanagc3-30/+36
Perkin (sketch@rd.bbc.co.uk), modified slightly by me. Excerpt from ChangeLog since last version (0.3.11): 2001-07-13 Added -V option. Start the run up to 1.0. Hopefully this will involve solving the IE bug, but right now I'm not very concerned about it. 2001-08-24 Grab everything with Mod3Mask as well - this should circumvent the NumLock problem. 2002-01-03 If an app maps itself (EVIL! EVIL! EVIL!), switch to the virtual desktop it's on before raising it. 2002-01-22 (vatten@users.sourceforge.net) Added support for vdesk - an external virtual desktop manager that works by iconifying windows and mapping them back again. 2002-01-24 (vatten@users.souceforge.net) Added support for the combination of vdesk and the internal virtual desktop manager. 2002-01-25 Move all the key bindings out into a separate include file and add a line in Makefile to override KILL key (for cygwin).
2002-03-04Added BUILD_USES_MSGFMT.martti1-17/+18
2002-02-28Added gettext-lib as dependency (pkg/15751)martti1-1/+2
2002-02-28Added icewmconfmartti1-1/+2
2002-02-28IceWMConf is a graphical configuration tool for setting and/or changingmartti5-0/+51
your options and settings for IceWM.
2002-02-27Fix non dewey-conform distribution version number.tron1-2/+2
2002-02-27Fix distribution version number here.tron1-2/+2
2002-02-27Don't define "PKGNAME" here because it breaks the "icewm-gnome" package.tron1-3/+1
2002-02-26Updated icewm-gnome to 1.0.9.2martti3-19/+106
* a lot of bug fixes * new translations * NLS support
2002-02-26Updated icewm to 1.0.9.2 (provided by Sergey Svishchev in pkg/15478)martti10-80/+151
* a lot of bug fixes * new translations * NLS support
2002-02-18Introduce new framework for handling info files generation and installation.seb5-9/+12
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll3-8/+8
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-08Set maintainer to packages@wiz1-2/+2