Commit graph

792 commits

Author SHA1 Message Date
snj
28bd48f593 Update to openbox 3.2. Changes:
* Added spanish and swedish translations
* Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of
  the desktop
* Hopefully no more of the hanging X totally bug
* The fullscreen property now overrides aspect hints
* Added M as an alias for Mod3 in the same manner that W is an alias for
  Mod4
* Added probably too many options and actions
* ToggleDockAutohide to toggle the autohide option at runtime, doesn't
  save it to the config
* keepBorder option to set if you want the 1-pixel border when you
  toggleDecorations
* added popupShow and popupPosition to control where and when the
  move/resize-popup is shown, these go in the resize section of the config
  popup.  Position can be Top or Center, popupShow can be Always, Never or
  Nonpixel (this is the default).
* Added the xorStyle option to change the behaviour of menus along the
  bottom edge, note that the default is true
* warpPointer option in the menu section to control if the mouse cursor is
  to be warped by openbox when the menu moves to keep on screen to keep
  the cursor in the same place relative to the menu.
* Added back the focusLast option (this controls what happens when you
  change desktops and have followMouse on)
* Added an option to set which desktop to start on when you start openbox,
  firstdesk.  For example, you might like to set it to 5 if you have a 3x3
  grid to start in the middle.

Note that this won't build until a buildlink3 bug is fixed.  This is not a
regression, as it was already in a non-building state.  Please do not file
any PRs regarding this issue.
2004-04-20 21:49:00 +00:00
zuntum
3ed59fa3e3 drop maintainership 2004-04-17 20:46:28 +00:00
jmmv
d58a6ff791 regen; patch-aa not available any more. 2004-04-17 11:02:58 +00:00
martti
c7ac789105 Updated xfce4 to 4.0.5
This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.

The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.
2004-04-16 16:12:00 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
258d633549 wm/flwm: bl3ify, s/USE_X11BASE/USE_X11/; bump PKGREVISION. 2004-04-13 09:33:51 +00:00
snj
d195fba559 No longer used. 2004-04-12 00:38:58 +00:00
snj
c13469ee3c Convert to buildlink3. 2004-04-11 22:52:03 +00:00
snj
122449851a Convert to buildlink3. 2004-04-11 16:37:54 +00:00
salo
1fb4ca7526 Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correct
definition of va_copy from own headers.  Should fix building on amd64.
Per discussion with kristerw@.
2004-04-10 20:42:11 +00:00
wiz
aa98e5b538 Fix path to help files. From Iain Hibbert in PR 25111.
Bump PKGREVISION.
2004-04-09 10:41:06 +00:00
wiz
5ac4411617 Fix COMMENT. 2004-04-09 10:33:11 +00:00
xtraeme
ef3a42fd3b Bump PKGREVISION due to lua bump. 2004-04-05 15:21:00 +00:00
jmmv
ee5df447fc Update to 2.8.0:
2.8.0
=====
No code changes in this release, but some new translations.

2.7.1
=====
Thanks to Rob Adams for fixes in this release.

 - bug #122016 - fix a focus race
 - Change move_to_workspace_left/right/up/down keybindings to
   <Control><Alt><Shift> arrow to avoid conflicting with new
   keybindings in spacial nautilus.
 - fix dialog stacking order issues so e.g. panel properties
   dialog is above the panel

2.7.0
=====
First unstable release tarball for GNOME 2.6.

Thanks to Anders Carlsson, Elijah Newren, Rob Adams, James Cape,
Thomas Fitzimmons, Calum Benson for fixes in this release.
2004-04-01 18:35:20 +00:00
xtraeme
2fb05f7421 bl3ify 2004-03-30 21:27:29 +00:00
martti
b3c99c8673 fvwm-2.4.18 maintenance release for all earlier 2.4.x versions.
It contains important security fixes in several scripts.

* Corrected rebooting the machine in FvwmScript-Quit.

* Fixed the FlickeringMoveWorkaround option to the BugOpts command.

* Security patch in fvwmbug.sh.
  See http://securitytracker.com/alerts/2004/Jan/1008781.html

* Security fixes in
  fvwm-menu-directory (BugTraq id 9161)
  fvwm_make_directory_menu.sh
  fvwm_make_browse_menu.sh
2004-03-22 08:26:44 +00:00
bouyer
391e366497 These packages use c++, so add USE_LANGUAGES= c c++ 2004-03-19 08:34:01 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jmmv
2719b4aab0 Use GNU make to let this build under 1.6.2. Found by latest kristerw@'s
bulk build.
2004-03-15 15:17:25 +00:00
seb
4766245687 Remove info files entries from PLIST.
XXX does not build for me on NetBSD current and 1.6.2.
2004-03-11 15:26:40 +00:00
seb
a92fdfa1f6 Remove info files entries from PLIST. 2004-03-11 14:23:49 +00:00
martti
da2428b947 File removed, we are now using buildlink3 2004-03-10 15:40:03 +00:00
xtraeme
ecdb31d738 bl3ify 2004-03-10 14:12:50 +00:00
xtraeme
ff51acf13f bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@ 2004-03-10 11:53:37 +00:00
martti
da0646cf07 Updated XFce to 4.0.4
* Bug fixes
* Translation updates
2004-03-10 07:41:16 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
snj
51b34f57ee Use bl3. 2004-03-07 05:27:54 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
b5547c22ba Use pkgsrc intltool. Also include all required buildlink3 files
explicitly.
2004-03-04 19:17:04 +00:00
xtraeme
32fdb15067 bl3ify 2004-02-26 09:00:03 +00:00
cube
84bf576d42 Remove stale patches. 2004-02-26 05:18:14 +00:00
xtraeme
8847a88b8d Regen 2004-02-26 04:29:52 +00:00
minskim
80a82cd834 bl3ify 2004-02-25 23:25:21 +00:00
minskim
ab40b1a235 bl3ify 2004-02-25 19:02:39 +00:00
cube
60f64a126c Note deletion of ion-devel and update of ion. 2004-02-23 13:42:41 +00:00
cube
1b6eb4f4e2 Delete ion-devel now that it has become stable. 2004-02-23 13:41:26 +00:00
cube
f3a40fbb6d Update to ion-20040207 (a.k.a ion2). This is the new stable version of
Ion, two years after the last one!

It is actually an update of ion-devel, which will then disappear before
a new development branch is created for Ion.

Most notable changes (since import of ion-devel, see ChangeLog in the
distribution for a full listing):
	* Integration of the dock module
	* Workspace query asks for type of workspace when creating new.
	* Previous frame geometry (for maximize and shade) is saved in the
	  workspaces save file.
	* Support changes in X keyboard map.
	* Autoconf script
	* The dock no longer gets focused when the pointer enters it.
	* Fill _NET_SUPPORTED root window property with the supported
	  features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS).
	* Transient size calculation fixed.
	* Creating frame for a transient on a floatws will raise the frame
	  containing the transient_for window.
	* Minor memory leak removed: drawing engine colour group name.
2004-02-23 13:40:21 +00:00
jschauma
ed612adac5 New homepage. 2004-02-22 21:21:43 +00:00
jmmv
07ef7358df unused 2004-02-20 12:25:19 +00:00
abs
fff9497f07 USE_LANGUAGES= c c++ 2004-02-20 00:42:37 +00:00
jmmv
e0e1dbe447 Update to 2.6.5:
- flipflop on #102209/#115072 again (raise on click, but break some apps by
  causing enter/leave).
- fix memory corruption in window list.
- fix window-type-inference code for legacy toolkits' windows.
2004-02-19 13:41:57 +00:00
snj
2e22ce5b84 Nuke openbox's buildlink2.mk. It is not used anywhere. 2004-02-16 23:07:45 +00:00
snj
c341d897fc Use bl3, change my address, add startup-notification bl3 (it was
previously pulled in by openbox).
2004-02-16 23:03:11 +00:00
snj
1fc651f965 Use bl3, change my address, add buildlink3.mk. 2004-02-16 23:00:47 +00:00
ben
ec9fc2e29a Make flwm build with FLTK 1.1.x as well as 1.0.x. 2004-02-15 06:13:51 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
snj
0fe7827d15 s/PDA's/PDAs/; s/disability's/disabilities/; s/simplify's/simplifies/;
s/depenant/dependent/;
2004-02-14 00:01:13 +00:00
jmmv
3684c54418 Only use Xinerama if it is available as a shared library. Using only the
static one means that libnautilus-private won't be built, breaking this
(and other) packages.  Patch tested by wiz@.
2004-02-12 11:13:39 +00:00
xtraeme
53d798589b Bump PKGREVISION due to imlib2 update. 2004-02-11 22:56:23 +00:00
xtraeme
d96ac3b110 bl3ify 2004-02-11 05:53:05 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
minskim
a1c10b010b Override a .pc file. Bump PKGREVISION.
While here, add explicit build dependency on pkgconfig.
Approved by wiz@.
2004-02-09 00:48:07 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jmmv
c1176360ae Honour PKG_SYSCONFDIR: the package was actually looking for files in
/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-07 23:22:17 +00:00
jmmv
95b276c197 Update to 0.2:
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-04 22:24:54 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
snj
e6c56f9765 s/seperate/separate/ 2004-02-01 00:12:09 +00:00
snj
b2792e0edd Per discussion with wiz, change COMMENT to "X11 window managers, configuration
tools, and themes"
2004-01-31 21:39:25 +00:00
snj
dc2a87fce4 Update COMMENT to reflect the fact that we have window manager tools here as
well.

Okayed by jmmv and wiz.
2004-01-29 22:07:20 +00:00
jmmv
9b97d59dd8 Update to 0.9.8. Changes since 0.9.4:
News in 0.9.8:

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

News in 0.9.7:

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

News in 0.9.6:

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

News in 0.9.5:

- New theme items:
- New actions: resizevertical resizehorizontal setworkspacename movetableft
  movetabright
- Set workspace name tool
- Search path resource for images session.screen.imageSearchPath
  This is a list separated by , or space
- New height resource for toolbar
- session.screen.toolbar.height This will override the style's font height
- Support for system tray _NET_SYSTEM_TRAY Applications that support this
  will show their icon in the toolbar next to the clock.
- New texture type: Tiled This will just affect pixmap loaded from file,
  and it will not scale them.
- Improved iconbar
- Bug fixes:
  Fixed Transparency bug in menus
  Fixed so shaped windows like xmms wont get round corners
  Fixed shape bug when switching between shaped themes and non shaped
  Fixed kde dockapp bug
  FbRun works properly on multiple screens
  Fixed pesky crash and phantom icons
  Fixed aspects of focus and raising, including transients
  Fixed java bug, slow windows
  Fixed 8 bpp crash
2004-01-29 16:58:03 +00:00
snj
eb32431355 Add wmctrl. 2004-01-28 22:44:08 +00:00
snj
a394cc5ef9 Initial import of wmctrl-1.05, a command line interface to an EWMH-compliant
window manager.
2004-01-28 22:42:57 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wiz
b29db7a671 Fix dependency lines. 2004-01-15 08:07:07 +00:00
wiz
27ff0617cd Make compile with gcc-2.x. 2004-01-14 22:33:28 +00:00
martti
c304e66170 Updated xfce4-wm to 4.0.3.1
* minor bug fixes
2004-01-13 06:55:25 +00:00
jlam
b746907a16 Missed this when switching from using PKG_SYSCONFBASE to
PKG_SYSCONFBASEDIR.
2004-01-11 19:00:16 +00:00
cube
910ae2fe32 Add and enable ion-devel and ion-dock. 2004-01-09 23:10:43 +00:00
cube
9fea682ed2 wip -> wm 2004-01-09 23:05:01 +00:00
cube
2cfa9ac3af Initial import of ion-devel, version 20031211 into the NetBSD Package
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-09 23:03:19 +00:00
martti
16f5a02b20 Updated XFce to 4.0.3
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
2004-01-08 08:11:41 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"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-07 02:21:16 +00:00
xtraeme
a7e9d33642 Remove post-buildlink target, it's not needed anymore with imlib2>=1.10. 2004-01-06 06:49:54 +00:00
jlam
d916fe5c4e bl3ify 2004-01-05 12:48:30 +00:00
tron
ef2ae11e1d Revert last change because it breaks user configurable themes. 2004-01-04 17:24:06 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
recht
bb70c3d864 - metacity-setup 2003-12-29 12:44:18 +00:00
recht
17a4027de0 Remove metacity-setup which is no longer maintained, of which the authors
removed the distfiles and which can't set all the options of the metacity
in pkgsrc.
2003-12-29 12:43:36 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
xtraeme
dda551e2d5 Update to 1.2.13. This closes PR pkg/23912.
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-28 16:10:04 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
jmmv
b212e31446 Bump PKGREVISION due to openbox update. 2003-12-23 20:33:39 +00:00
jmmv
a316a7c49f Bump version to 3.1. 2003-12-23 08:42:18 +00:00
jmmv
91dacc5a88 Sort. 2003-12-23 08:41:55 +00:00
xtraeme
f3af5ca015 Update to 3.1 from Soren Jacobsen PR pkg/23849.
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-23 08:34:36 +00:00
martti
0e010634ac Updated xfce4 to 4.0.2
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
2003-12-22 08:50:38 +00:00
xtraeme
8c57a9cd20 Fix build on NetBSD 1.6 which does not have wctype_t type.
Patch provided and tested by Soren Jacobsen. This also closes PR
pkg/23799.
2003-12-20 05:29:55 +00:00
xtraeme
52bee2597e Remove comments about pkgsrc-wip. 2003-12-20 04:20:32 +00:00
agc
9d8987764d Catch up with the openbox3 -> openbox renaming. 2003-12-19 11:16:39 +00:00
agc
026eb89e4d Catch up with the openbox3 -> openbox renaming 2003-12-19 09:19:15 +00:00
wiz
dcc98c6fb3 -openbox3, +openbox2. 2003-12-18 09:59:55 +00:00
wiz
5c7b727b80 Moved to wm/openbox. 2003-12-18 09:59:42 +00:00
wiz
bf43280346 Update COMMENT and DESCR to reflect that this is an older version of
openbox.
2003-12-18 09:58:58 +00:00
wiz
e0feee95f5 Update to 3.0 (really, only move contents of openbox3 dir here). 2003-12-18 09:57:27 +00:00
wiz
5605a1fed8 Reimport openbox-2* as openbox2 package; openbox package will
be replaced by openbox-3*.
2003-12-18 09:55:04 +00:00
wiz
4460d163f6 Sort. 2003-12-18 09:47:10 +00:00
xtraeme
58e0202bc1 Update to 0.16.6. This closes PR pkg/23255.
Many bugfixes were solved, please review Changelog to see a complete
list of changes.
2003-12-18 05:31:34 +00:00
salo
16c9bcc149 Update to the latest snapshot.
2003-06-17
    * Applied a patch to convert sprintf:s to snprintf:s.
2003-12-15 18:51:21 +00:00
jmmv
8e5906c810 Update to 2.6.3, based on work done by xtraeme@:
2.6.3
 - fix to right, left, bottom onscreen resize constraints
 - detect case where we fail to get a pointer grab when the mouse
   is clicked, to avoid "this window is stuck to my mouse!"
 - keep panels at the end of the focus MRU list so we don't
   focus them all the time in annoying ways

2.6.2
 - fix to repaint after resize always, so on maximize
   and theme changes we get things drawn properly
 - fix a compile issue on HPUX
 - fix translations of metacity-message output
 - fix to update window icons when they change
 - put a limit on number of characters displayed in
   window titles during Alt+tab
 - fix configure check for Xrandr
 - fix 64-bit bug in property reading that broke
   things badly on 64-bit
 - don't move focus when clicking close button on a window
 - fix a crash in getting pixmap icons
 - spawn dialogs and child processes on the proper
   screen in multihead situations
 - if the focus gets set to None, set it back to
   something sane
 - load accessibility modules and set accessibility roles
 - fix hang after displaying warning dialogs
 - fix a memory corruption when sticking/unsticking windows
   that lead to a frequent crash and windows appearing
   in Alt+tab improperly
 - fix some handling of partial-width panel struts
 - more translations

2.6.1
 - rebuild with fixed glib-gettext.m4

2.6.0
 - some additional translations

2.5.5
 - fix aspect ratio handling
 - fix "shake loose" functionality for maximized windows
 - handle Xrandr size changes properly again
 - fix fullscreen window detection
 - fix workspace name handling
 - don't steal button press events on root window
 - nuke metacity.spec due to nonmaintenance
 - allow too-large-for-screen windows to move their titlebar offscreen
 - keep an MRU list of windows per-workspace and use it to focus
   the next window when the focused window disappears
 - fix cursor when moving
 - improve appearance of opaque resize
 - make BELOW window state work
 - fix a crash when gdk_pixmap_foreign_new() returned NULL

2.5.3
 - fixups to .desktop file
 - activate window prior to grab end, avoiding
   extra focus events
 - add support for partial-width panels (fixes corner panel
   and xinerama window position constraints)
 - added keybinding to toggle window as "always on top"
 - support --disable-schemas-install option to configure
 - destroy support for legacy GNOME 1.x hints; metacity
   no longer works with GNOME 1.x
 - disable raise-on-click for mouse focus modes
 - fix bug that broke many Javascript popup menus with mozilla
 - allow "shaking loose" maximized windows, to move them
   between Xinerama heads or whatever
 - honor desktop-wide double click timeout
 - handle window placement properly for windows that
   start out maximized
 - integrate Ximian patch to go ahead and log out after 4 minutes
   even if a dialog is open
 - fix a segfault
 - fix bug where window groups weren't always kept up to date
 - fix bug where focus got confused when switching workspaces
   with mouse focus mode
 - fix 64-bit crash on s390x
 - chdir to user's homedir on startup
 - keep window in fullscreen layer when its transients are focused
 - fix keybindings bug when you had ScrollLock enabled
 - many translation updates

2.5.2
 - improved wording/UI for some dialogs
 - while clicking a window button, if you move the mouse outside
   the button such that releasing the mouse button won't activate
   the window button, visually indicate by "popping out" the button.
 - fix some valgrind errors
 - change "show desktop mode" to convert to "everything is minimized
   mode" if you open a new window while showing desktop, rather
   than previous behavior of simply leaving show desktop mode.
 - fix a trivial memory leak
 - change "move to workspace N" so it doesn't switch workspaces,
   just moves the window.
 - translation updates

2.5.1
 - fix bug where fullscreen windows were below top panels
 - build fix for Solaris
 - support diagonal window movement with numeric keypad
 - multihead fix
 - build fix for Cygwin
 - place on xinerama containing the pointer
 - fix totally hosed window placement/movement for frameless
   windows
 - improvement to smoothness of window move/resize

2.5.0
 - many new translations
 - fix an infinite loop while holding a server grab triggered by
   some recent Qt versions doing weird stuff
 - fix bug where Alt+rightclick repeatedly on titlebar resulted
   in zillions of menus
 - fix Alt+Tab to *actually* put minimized windows at the end,
   though this was always intended
 - rewrite size/positions constraint code (currently known
   to be quite buggy, e.g. xmms is hosed)
 - enforce size of at least 1x1 on windows
 - reduce latency of managing new windows still further
   by using async properties code in more places
 - don't grab keybindings on docks, so gnome-panel
   can handle them
 - suck in the panel's screenshot and run dialog global
   bindings
 - lots of improvements to window placement
 - sync max number of workspaces with pager applet
 - fix to keep focus when inside window frame in
   strict mouse focus mode
 - make it possible to start a reverse tab with
   shift+alt+tab (vs. alt+tab then shift)
 - fix a multihead issue with constraints between two
   windows on different heads
 - require GTK+ 2.2.0 and fontconfig
 - default theme is now Simple
 - add visual bell feature
 - incorporate many fixes from 2.4.34
 - other stuff
2003-12-14 20:33:25 +00:00
xtraeme
f0892cbd75 Fix CATEGORIES. 2003-12-13 21:14:19 +00:00
xtraeme
9f3910e5d0 + obconf 2003-12-13 21:10:53 +00:00
xtraeme
d66db68b48 Initial import of obconf-1.5 from pkgsrc-wip, packaged by Soren Jacobsen.
ObConf is a graphical configuration tool for the Openbox window manager.
It allows one to change Openbox's configuration in real-time.
One can change options such as the theme, desktop names, and focus settings.
2003-12-13 21:10:20 +00:00
xtraeme
9241684a61 s/wip/wm/g 2003-12-13 19:19:56 +00:00
xtraeme
4a996c3d58 + openbox3 2003-12-13 19:08:51 +00:00
xtraeme
5f88b32844 Initial import of openbox 3.0 from pkgsrc-wip, packaged by Soren Jacobsen.
Openbox is a standards compliant, fast, light-weight, extensible window
manager.

Openbox works with your applications, and makes your desktop easier to
manage.  This is because the approach to its development was the opposite
of what seems to be the general case for window managers.  Openbox was
written first to comply with standards and to work properly.  Only when
that was in place did the team turn to the visual interface.
2003-12-13 19:08:12 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
wiz
748d9a9276 Depend on currently available sawfish-replibs version. Bump PKGREVISION to 6. 2003-12-08 22:57:21 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
sketch
0135e9fdd6 Update evilwm to 0.99.17, with the following changes:
2003-07-23
	Dave Holland sent a patch to fix some Alt+Tab misbehaviour.

2003-09-18
	Fixed "losing control of windows" problem when switching desktops
	rapidly on slow machines.
	Released 0.99.16.

2003-09-25
	Hopefully *really* fix that bug.  Testers suggest to me that it is
	now really gone.

2003-10-15
	Integrated a patch from Neil Drumm to implement snap-to-border.
	Run evilwm with -snap num to enable the behaviour (num specifies
	the proximity in pixels to snap to - 10 is quite nice).
	It's worth noting that Per Weijnitz sent a similar patch a while
	ago, but I never got around to using it :(
	Released 0.99.17.
2003-12-03 17:40:25 +00:00
martti
535df600f3 Updated xfce4 to 4.0.1
* Fixed panel crash with corrupted config file
  * Window management improvement
  * Improved handling of multiple selections in the file manager
  * French translations for the documentation
  * Translation updates
  * A new Gtk2 theme called "Xfce-winter"
2003-12-03 05:34:08 +00:00
wiz
664988189d Remove NO_CHECKSUM so that distinfo actually gets used,
and an associated obsolete comment.
2003-11-21 09:31:15 +00:00
abs
e188fd0b08 Add distinfo - fixes PR pkg/23520 from Robert Elz 2003-11-21 09:15:13 +00:00
wiz
adf06cd3d7 Add distinfo file, per PR 23507. 2003-11-20 11:20:56 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gavan
b7f72bf595 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-10 16:13:28 +00:00
gavan
d32823a937 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-10 14:51:04 +00:00
gavan
69fda2def8 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-10 14:15:08 +00:00
grant
1933dd3c6b ; is used to terminate a yacc rule, and is not valid within a rule.
appeases bison on Linux.
2003-10-19 07:06:33 +00:00
martti
c6a6760def Updated fvwm2 to 2.4.17
* The "Visible" condition does no longer select windows on
  different desks.

* Fixed sending M_NEW_PAGE packets to the modules if the page did
  not change.

* With the styles StartsOnPage, SkipMapping and UsePPosition,
  windows that request a specific position are still placed on the
  given page.

* It is now possible to suppress title action or title completely
  in menus created by fvwm-menu-directory.

* Added support for new BBC headlines in fvwm-menu-headlines, this
  replaces the old BBC-Worlds and BBC-SciTech headlines.
2003-10-13 15:21:19 +00:00
kristerw
e6c78baa57 Include graphics/xpm/buildlink2.mk. 2003-10-08 22:13:48 +00:00
kristerw
a769d0c4a7 Override config.guess and config.sub, to make it recognize netbsd/shark. 2003-10-05 21:22:49 +00:00
martti
2f6cfd604c Regenerate (fix dependency to pkgconfig). 2003-09-27 06:57:16 +00:00
martti
742ca0e30e Require 4.0.0 instead of 3.99.4 2003-09-27 06:52:41 +00:00
wiz
e683f27ec1 Define HAVE_STRFTIME; the test for it currently fails with gcc-3.3.1 and
this is the sanest way to fix it.
If there are OPSYS we support which do not have it, please add the appropriate
.ifs.
2003-09-26 22:05:14 +00:00
martti
7b3e1fec3d Added xfce4-wm and xfce4-wm-themes 2003-09-26 10:39:15 +00:00
martti
4cfd83439b Additional window manager themes for XFce4. 2003-09-26 10:38:22 +00:00
martti
d861b40627 Window manager for XFce4. 2003-09-26 10:37:58 +00:00
xtraeme
bea9724861 Add and enable 3ddesktop 2003-09-25 13:51:18 +00:00
xtraeme
f2db8d4968 Initial import of 3ddesktop 0.2.5. Package imported from pkgsrc-wip.
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!
2003-09-25 13:50:35 +00:00
jmmv
5543ec7349 Bring patch from development version to fix a race condition on old machines.
While here, avoid passing gcc specific flags to the compiler.
Bump PKGREVISION to 1.  From Jonathan Perkin in PR pkg/22897.
2003-09-22 20:30:27 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
xtraeme
1483ae8145 oops, derive PKGNAME from DISTNAME, as usual. 2003-09-16 19:23:34 +00:00
xtraeme
a8979cd9a7 Updated to 0.99.15.
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.
2003-09-16 19:17:38 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
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-12 20:07:06 +00:00
agc
0765dd4df5 Order SUBDIRs alphabetically. 2003-09-11 08:57:37 +00:00
seb
8d49ed25c5 Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-10 13:02:56 +00:00
jschauma
e0f2b7f1b4 Add '#include <assert.h>' where needed to make this compile with gcc3.
Patches provided in PR pkg/22699 by pino at dohd dot org
2003-09-07 01:52:14 +00:00
jmmv
096140774b Add and enable menu2wm. 2003-09-05 19:48:11 +00:00
jmmv
c7cce437c4 Initial import of menu2wm, version 0.1:
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-05 19:47:19 +00:00
jmmv
bee7fabdc9 Update homepage. 2003-09-05 16:34:59 +00:00
salo
3531a73be6 USE_X11BASE -> USE_X11 to sync with wm/enlightenment move.
Fixes PR pkg/22681 by Michal Pasternak.
2003-09-04 13:09:43 +00:00
xtraeme
f1b670aa52 Make this compile again, it was having trouble with imlib and freetype2
buildlink's, while here fix REPLACE_PERL: pathnames listed should be
relative to ${WRKSRC}. Ok'ed by silence on packages@
2003-09-03 22:40:29 +00:00
adam
6e701252a8 Revision bump, because ImageMagick's shared library version change 2003-09-03 13:34:58 +00:00
xtraeme
ffcfd98d36 Add and enable windowlab 2003-09-02 07:25:41 +00:00
xtraeme
1d8e6bc7a7 Initial import of windowlab 1.12. Reviewed by wiz@
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-09-02 07:23:59 +00:00
xtraeme
bf580bd288 Updated icewm to 1.2.12
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-31 21:15:05 +00:00
reed
4721c1cb69 Add patch-ad so it will build under gcc 3.3.1. Error was:
Window.cc:3234: error: `assert' undeclared (first use this function)
(Approved by maintainer, jschauma.)
2003-08-30 20:34:14 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
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-30 02:14:19 +00:00
xtraeme
bc5c2f8dfe Fix previous commit it was wrong, it's --enable not --disable. 2003-08-29 08:51:04 +00:00
xtraeme
9c22431bb5 Enable xinerama support by default, bump package revision to 1. 2003-08-28 22:41:39 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jschauma
062e4cee8e Finally apply patch originally provided in PR pkg/20009 and re-submitted
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-14 14:17:39 +00:00
jlam
21211ccaee Ensure that the program and manpage directories are created before
installing files into them.
2003-08-12 06:44:35 +00:00
epg
bc9447ff8f Add fvwm-devel. 2003-08-10 00:30:30 +00:00
epg
b9660d2264 Import fvwm-devel-2.5.7.
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-10 00:25:31 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
hubertf
a8b0d4dc58 rename variables FLUKEBOX_USE_* -> FLUXBOX_USE_* 2003-08-08 11:12:31 +00:00
grant
c798635adc USE_GCC_SHLIB.
from gavan@.
2003-08-08 08:30:19 +00:00
seb
fe0d61c9c1 Convert to USE_NEW_TEXINFO. 2003-08-06 19:57:23 +00:00
simonb
9800316630 Bring back the original patch-aa that was lost with the 3.6 update:
Fix a memory leak (patch sent to and accepted by the ctwm folks).
2003-07-30 05:42:15 +00:00
hubertf
3bd7246bcd Update fluxbox to 0.9.4. Changes:
* Keyboard navigation in menus
       * Keys:
         Up/Down: select menu item
         Left/Right: go in/out from sub menus
         Escape: close menu and return focus to windows
         Enter: run/execute/toggle menu item
      To set input focus on the menu you either click on the title bar
      or bring it up with key bindings
    * New action strings
      * ArrangeWindows
   	    This will arrange the windows on the current desktop
      * ShowDesktop
	    This will iconify all windows on the current desktop
    * The same action strings that are in keys file can
      now be used in the menu
      example:
      [ArrangeWindows] (arrange windows)
    * New theme items
       * toolbar.button.borderWidth: <integer>
       * toolbar.borderWidth: <integer>
       * toolbar.bevelWidth: <integer>
       * toolbar.borderColor: <color>
       * slit.borderWidth: <integer>
       * slit.bevelWidth: <integer>
       * slit.borderColor: <color>
    * [startup] option in remember file
      Can now add entries to apps file like:
         [startup] {xterm}
      Then "xterm" will be launched on fluxbox startup.
      Can also give a screen option:
         [startup] (screen=1) {xterm}
      will start it on screen 1 rather than the default 0.
    * Rounded corners on menu, windows and toolbar
      Theme items:
       * menu.roundCorners: <shape item>
       * toolbar.shaped: <boolean>
       * window.roundCorners: <shape item>
      Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
      example: menu.roundCorners: TopRight BottomLeft
    * The current style is now marked in the style menu
    * Compile time option for toolbar
      --disable-toolbar
      --enable-toolbar (default)
    * Emacs style key bindings in fbrun
	* Tab completion in fbrun
    * Group persistence over a restart
    * Maximization stop on slit and toolbar (check Maximize Over menu items)
    * Support for _NET_WM_STRUT
    * Regular expression support for remember
Bug fixes:
    * Toggle maximize vertical/horizontal
    * Slit/Toolbar auto hide bug
    * Button alignment bug in title bar
    * Trailing whitespace in group file resource
    * Group cycling

Based on patch by Tom Hensel [ tom at replic8 dot net ].
2003-07-28 17:50:07 +00:00
jmmv
0949198f1d Update to 2.4.55 with patch from PR pkg/21767 by Marc Recht:
- 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-23 15:34:17 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
f5cf202415 Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.
This fixes PR pkg/22143 by myself.
2003-07-16 09:23:29 +00:00
tron
cfc8c44865 Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.
This fixes PR pkg/22143 by myself.
2003-07-16 07:41:33 +00:00
wiz
2d9b835f6b Update DEPENDS. 2003-07-13 17:54:29 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
zuntum
d9f9027cec Update qvwm to version 1.1.12
* 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-12 11:54:39 +00:00
zuntum
2fbb4a24a4 Update wm/ratpoison to 1.2.2
* 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-12 01:37:55 +00:00
salo
4b6d9ea8d1 Remove some gccisms and enable POSIX/XOPEN_SOURCE defines.
Compiles on Solaris with a native compiler.
2003-07-10 19:41:20 +00:00
jmmv
999fda0a3a patch-af not needed any more. 2003-07-10 10:49:40 +00:00
jmmv
22c1cc975c Update icewm{,-imlib,-gnome} to 1.2.9:
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-09 21:14:26 +00:00
jmmv
c1681b867d Avoid hardcoding /usr/pkg in patch files. 2003-07-02 17:54:36 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
agc
a93996d977 Help this package to build by using the pkgsrc libtool, not the one
bundled with the package.
2003-06-17 15:09:59 +00:00
fredb
167889f200 Make this compile under gcc-3.3. 2003-06-14 14:01:09 +00:00
jmmv
d61225980b Fix build if Xinerama is not available. Patch by Sergey Svishchev
<svs at ropnet.ru> in private mail.
2003-06-14 12:48:06 +00:00
jmmv
a9c2d02a84 Update to 0.1.3, based on patch provided by Juan RP in private mail:
* 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-14 11:22:40 +00:00
jlam
2bdce20e34 Fix location of global config files to be in /etc/pwm, not /etc/pwm/pwm.
Bump PKGREVISION of wm/pwm to 1.
2003-06-13 03:55:17 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
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-11 20:50:50 +00:00
wiz
f123b358c3 Update to 3.6, based on PR 20648 by Rhialto.
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.
2003-06-10 07:40:52 +00:00
tron
8503335bac Include "Xft2" buildlink2 glue code to fix build problems on XFree86 4.2.x
systems and to register dependences properly.
2003-06-04 08:56:46 +00:00
simonb
a858824004 Gah, both homepage and distfile site have changed since I lask looked
(but old one works for now).  Update again.
2003-06-04 04:49:01 +00:00
simonb
33e97d5663 Fix a memory leak (patch sent to and accepted by the ctwm folks). 2003-06-04 04:36:56 +00:00
simonb
d51a6f72a9 Update MASTER_SITES. 2003-06-04 04:34:07 +00:00
jmmv
d836fc8bcc Move USE_BUILDLINK2 definition to icewm/Makefile.common. 2003-06-03 17:13:33 +00:00
jmmv
6aca9e70e1 Use MASTER_SITE_SOURCEFORGE. 2003-06-03 17:08:33 +00:00
jmmv
b06ec9f4e9 Add and enable icewm-imlib. 2003-06-03 16:07:23 +00:00
jmmv
28aab50cd5 Initial import of icewm-imlib, version 1.2.7. This package provides the
IceWM window manager (like the one in wm/icewm) but linked against the Imlib
library to provide support for more image formats.
2003-06-03 16:06:39 +00:00
jmmv
300d8cecc6 Update icewm{,-gnome} to 1.2.7. Changes since 1.2.0:
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
2003-06-03 16:04:45 +00:00