summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2004-02-15Make flwm build with FLTK 1.1.x as well as 1.0.x.ben1-1/+3
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv2-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam5-11/+5
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-14s/PDA's/PDAs/; s/disability's/disabilities/; s/simplify's/simplifies/;snj1-5/+5
s/depenant/dependent/;
2004-02-12Only use Xinerama if it is available as a shared library. Using only thejmmv3-2/+31
static one means that libnautilus-private won't be built, breaking this (and other) packages. Patch tested by wiz@.
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme2-4/+4
2004-02-11bl3ifyxtraeme2-11/+11
2004-02-11bl3ifyxtraeme2-7/+34
2004-02-09Override a .pc file. Bump PKGREVISION.minskim1-2/+4
While here, add explicit build dependency on pkgconfig. Approved by wiz@.
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2004-02-07Honour PKG_SYSCONFDIR: the package was actually looking for files injmmv4-28/+26
/usr/pkg/etc so I've changed this to sysconfdir; I'm not adding an extra search path. Also install default configuration files in place, so that this works out of the box. If they are not there, the window manager is unconfigured, and things like window menus do not appear at all. Bump PKGREVISION to 2.
2004-02-04Update to 0.2:jmmv3-7/+8
Second alpha version, released on 2004/02/04. * Intensive code reorganization and cleanup. * Added a DTD describing menu2wm's input format. Menu files are validated against it automatically. * Added output support for FVWM. * Added limited output support for .desktop files. KDE will open generted menus without problems, while GNOME will have to use the old mode to use them (because files do not use the 'Categories' property).
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-02-01s/seperate/separate/snj1-1/+1
2004-01-31Per discussion with wiz, change COMMENT to "X11 window managers, configurationsnj1-2/+2
tools, and themes"
2004-01-29Update COMMENT to reflect the fact that we have window manager tools here assnj1-2/+2
well. Okayed by jmmv and wiz.
2004-01-29Update to 0.9.8. Changes since 0.9.4:jmmv6-57/+109
News in 0.9.8: - Transparent toolbar - Bug Fixes: Fixed image cache problem (the memory bug) Fixed color parsing bug Fixed iconbar bug in "All Windows" mode Fixed border bug with left/right alignment in iconbar Fixed a loop issue in fluxbox-generate_menu News in 0.9.7: - Two new pixmap styles: Emerge from Nuno Alexandre BlueFlux from Lauri Hakkarainen - Added menu delay/click to open or close sub menus - Added alignment for buttons in icon bar Change Left, Relative or Right via the iconbar mode menu - New menu item [separator] This will create a nice separator line - New theme items: window.label.active: <texture> window.label.active.textColor: <color> - New actions: ReloadStyle CommandDialog - this will show a dialog in which you can issue fluxbox commands WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName) SetWorkspaceName <name> SetResourceValueDialog - shows a dialog where you can type the resource name and it's value SetResourceValueCmd <resourcename> <resource value> BindKey <key string> :<action> - this will append key string and action to your keys file and bind the key - Window menu accessible in workspaces client menu - Shadow options for fonts. - Enabled/Disable toolbar menu item ("Visible" menu item) - Toggle images in iconbar - Edit clock format dialog - Send to menu is back - Changed Maximize menu item in Window menu to a multi button item - Added resource session.useMod1 <boolean> to disable/enable mod1 for Resize/Move window with mod1 + button - Bug fixes: Fixed slit and toolbar autohide bug Fixed image cache bug Fixed some icc warnings Fixed mozilla focus issue Fixed crash bug when adding new workspaces Fixed menu draw bug in empty sub menus News in 0.9.6: - Adding image search paths when loading a style It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps and in file <stylesdir>/<stylename>/theme.cfg for this, stylebase is the style directory pixmap styles should use the new format for portability - Added startup script to be used with startfluxbox, to get a consistent frontend for both dm and startx and your fluxbox-session - Added "!" as a comment line for keys file - Added new actions - Improved menu speed - Added -verbose argument to fluxbox - This will enable theme warnings - Configurable tools in toolbar - New theme items for toolbar - Support for _NET_WM_STATE_FULLSCREEN - Nearest-quadrant resizing - Improvements/Updates to fbsetbg and fluxbox-generate_menu - Bug fixes: Fixed some issues with mplayer in fullscreen Fixed java bug with missing drawing bits of window Fixed building with --disable-slit Fixed NLS bad message errors by adding explicit codeset entries Fixed disappearing close button Fixed numlock and scrlock bug in FbTk TextBox Fixed pixmap bug when changing between non-pixmap themes and pixmap themes Fixed empty window bug in SystemTray Fixed toolbar height bug crash News in 0.9.5: - New theme items: - New actions: resizevertical resizehorizontal setworkspacename movetableft movetabright - Set workspace name tool - Search path resource for images session.screen.imageSearchPath This is a list separated by , or space - New height resource for toolbar - session.screen.toolbar.height This will override the style's font height - Support for system tray _NET_SYSTEM_TRAY Applications that support this will show their icon in the toolbar next to the clock. - New texture type: Tiled This will just affect pixmap loaded from file, and it will not scale them. - Improved iconbar - Bug fixes: Fixed Transparency bug in menus Fixed so shaped windows like xmms wont get round corners Fixed shape bug when switching between shaped themes and non shaped Fixed kde dockapp bug FbRun works properly on multiple screens Fixed pesky crash and phantom icons Fixed aspects of focus and raising, including transients Fixed java bug, slow windows Fixed 8 bpp crash
2004-01-28Add wmctrl.snj1-1/+2
2004-01-28Initial import of wmctrl-1.05, a command line interface to an EWMH-compliantsnj5-0/+77
window manager.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz2-6/+6
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant15-30/+30
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv4-7/+8
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc11-22/+22
2004-01-15Fix dependency lines.wiz1-2/+2
2004-01-14Make compile with gcc-2.x.wiz2-1/+57
2004-01-13Updated xfce4-wm to 4.0.3.1martti2-4/+6
* minor bug fixes
2004-01-11Missed this when switching from using PKG_SYSCONFBASE tojlam2-4/+4
PKG_SYSCONFBASEDIR.
2004-01-09Add and enable ion-devel and ion-dock.cube1-1/+2
2004-01-09wip -> wmcube1-2/+2
2004-01-09Initial import of ion-devel, version 20031211 into the NetBSD Packagecube10-0/+403
Collection. It is the development version of Ion, a light window manager. There are a lot of new features since the release of the last stable version. Ion is a window manager dividing the screen into frames rather than having overlapping windows, much like the windows in Emacs. Navigation between clients can be done solely using the keyboard without need for a mouse.
2004-01-08Updated XFce to 4.0.3martti7-17/+14
- Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam2-5/+5
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-06Remove post-buildlink target, it's not needed anymore with imlib2>=1.10.xtraeme1-7/+1
2004-01-05bl3ifyjlam1-2/+4
2004-01-04Revert last change because it breaks user configurable themes.tron2-9/+7
2004-01-03Bump package revisions for tiff update.reed21-37/+42
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+2
2003-12-29- metacity-setuprecht1-2/+1
2003-12-29Remove metacity-setup which is no longer maintained, of which the authorsrecht5-98/+0
removed the distfiles and which can't set all the options of the metacity in pkgsrc.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-28Update to 1.2.13. This closes PR pkg/23912.xtraeme3-6/+7
Changes: 1.2.13: 2003-09-27 - build fixes - only handle KDE tray protocol when icewmtray running 1.2.13pre3: 2003-09-14 - ShowDesktop button added (someone make a nice icon, please) - fix defunct icewmbg processes on theme selection - fix setting themes with a SPACE in the name - KDE system tray support (experimental) - support for scaled backgrounds (experimental) - fix crash on option parsing in icesound - remove "xftdummy" foundry from default fonts (Pavel Roskin) - add reboot/shutdown to logout menu (Hanspeter Roth) - sort theme menu by name 1.2.13pre2: 2003-09-05 - fix icewmbg not setting the background when started before icewm 1.2.13pre1: 2003-08-31 - fix ~/.icewm/theme file permissions - fix drawing of checkboxes in menus - fix display corruption in network status - fix memory leak in icewmbg on workspace switches - fix menu behavior with xinerama - Italian translation updated - new preference "DoubleBuffer" (default: 1) - experimental: icewm-session (runs icewmbg. icewmtray, icewm and restarts icewm on crash)
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-23Bump PKGREVISION due to openbox update.jmmv1-1/+2
2003-12-23Bump version to 3.1.jmmv1-2/+2
2003-12-23Sort.jmmv1-4/+4
2003-12-23Update to 3.1 from Soren Jacobsen PR pkg/23849.xtraeme3-14/+15
Changes since 3.0: * Added japanese translation. * config_focus_raise declared as guint. * Strange behavior with focus:followMouse and RaiseLower action fixed. * use g_snprintf in openbox/session.c instead of sprintf. * gimp crashes openbox. * import -frame leaves windows in a temporary "on top" state. * Programs started with X become zombies upon shutdown. * desktopnext/previous and desktopleft/right dont quite get along.
2003-12-22Updated xfce4 to 4.0.2martti6-13/+13
* Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
2003-12-20Fix build on NetBSD 1.6 which does not have wctype_t type.xtraeme2-1/+60
Patch provided and tested by Soren Jacobsen. This also closes PR pkg/23799.
2003-12-20Remove comments about pkgsrc-wip.xtraeme1-2/+2