Commit graph

18 commits

Author SHA1 Message Date
leot
8b51d18b93 Add -D_XOPEN_SOURCE=600 to CPPFLAGS in order to hopefully fix build issues on
SunOS:

 #error "Compiler or options invalid for pre-UNIX 03 X/Open applications"

While here also delete not need NO_CONFIGURE and convert SUBST_STAGE to
pre-configure.

Thanks to jperkin@ (possible mistakes are mine).
2016-02-17 09:53:50 +00:00
leot
bc86ef2d60 Update wm/dwm to 6.1.
Changes:
Features:
  - Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
    The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dwm-xft patch (previously on the wiki).
  - Uses a shared libdraw codebase (also used for dmenu right now).
  - _NET_ACTIVE_WINDOW improvements (Andreas Amanns).
  - _NET_CLIENT_LIST support (Andreas Amanns).
  - Spawn dmenu on the selected monitor in dwm (dmenu -m option).
  - Use st as default terminal from now on (used to be xterm).

Notable fixes:
  - Barwin memory leak fix (Eckehard Berns).
  - Drw_text width check fix (Jochen).
  - Setfullscreen: don't process the property twice (Quentin Rameau,
Markus Teich).
  - Smoother resizing of floating windows (capped at 60fps), (Hiltjo).
  - Unfocus on slow sloppy monitor focus (Connor Lane Smith).

Build improvements:
  - config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
2015-11-11 16:12:10 +00:00
agc
99a1866581 Add SHA512 digests for distfiles for wm category
Problems found with existing distfiles:
	distfiles/fvwm-1.24r.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-02 23:42:50 +00:00
asau
f7e465a8be Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:42:17 +00:00
asau
d5cf541d98 Update to dwm 6.0
From Bug Hunting in PR pkg/45737


Changes in the 6.0:

- several Xinerama fixes;
- a new approach to hide clients into negative space rather than positive;
- the return of the nmaster functionality (Mod1-i, Mod1-d);
- better EWHM support for floating windows;
- fixed sloppy focussing of empty screens;
- a new default color scheme (actually a new old one, now bluedark rather than
  bluegray).
2012-02-02 21:50:18 +00:00
gls
fc4c91c6e0 Update wm/dwm to 5.9
Per PR pkg/45218 from Bug Hunting.

I've been unable to find an upstream changelog.
many bugfixes as far as I can tell from
http://hg.suckless.org/dwm/log/dd74622a4785
2011-08-07 20:58:40 +00:00
obache
2e21b3e055 Update dwm to 5.8.2.
with minor two fixes.
PR#44987 by Bug Hunting

5.8.2  30 May 2010

  Changes: Implemented better fullscreen handling.

5.8.1  29 May 2010 18:29

 Changes: Yesterday's fullscreen fixes broke certain fullscreen capabilities
 that worked correctly for mplayer and other tools. This is fixed in this
 release.

5.8    28 May 2010 15:11

 Changes: This release fixes several fullscreen application bugs and contains
 various code cleanups.
2011-06-17 11:59:57 +00:00
tnn
50da738ab2 Maintainer update to dwm-5.7.2.
5.7.2 changes:
 o another fix for setlayout from Ryan Zheng
5.7.1 changes:
 o fixes layout symbol updating mechanism during setlayout
5.7 changes:
 o code cleanups and several minor improvements
 o layout symbol can be modified by the arrange function of a layout
 o new updategeom() algorithm rewritten from scratch
2009-10-18 12:15:18 +00:00
tnn
5cbbd87b72 Update to dwm-5.6.1. From maintainer in private mail. Changes:
- fixed Xinerama support with screens with the same origin geometry
- fixed aspect ratio applications
- several corrections to the man page
2009-08-01 23:26:14 +00:00
tnn
d523b0aff9 PR pkg/41731: maintainer update of wm/dwm to dwm-5.6.
Changes:
 o new Xinerama support that creates a view per Xinerama screen.
   Focusing different screens works using the mouse or
   the new shortcuts Mod1-. and Mod1-, (or Mod1-Shift-, and Mod1-Shift-.
   for sending windows to next/prev screen).
 o Extended Rule structure in config.h with an additional monitor field
   (-1 if a client should be assigned to the selected screen, or 0.. for a
   specific screen)
 o Several bugfixes in the resize handling
2009-07-15 20:35:18 +00:00
ahoka
07bac85afe Add options.mk. 2009-06-15 08:17:43 +00:00
ahoka
e832f9d01d Upgrade to version 5.5.
Work done by Leonardo Taccari in pkgsrc-wip.

Thanks!
2009-06-14 22:45:12 +00:00
tonio
60ead535cf Update wm/dwm to 5.3.1
No real changelog from upstream, apparently mostly bugfixes
2008-12-07 15:46:39 +00:00
wiz
db7566bb8c Update to 4.9:
4.9:
This release contains the ability to freely define various geometries
for the built-in layout algorithms in the config.h file. It also
contains some bugfixes and a polished code base.

4.8:
This version contains two new layouts, the horizontal tile layout
and the monocle layout. It also allows you more fine-grained control
of the bar position and layout areas due to the introduction of
several new variables that can be changed during runtime (if a
related function is implemented).
2008-04-25 07:35:48 +00:00
wiz
e5e06099d7 Update to 4.7, changes unknown. 2007-11-25 23:23:25 +00:00
wiz
454c43752e Update to 4.6:
4.6
This release contains sanitized aspect ratio handling, a simplified
tagging concept, an improved tiling algorithm, and several code
cleanups.

4.4
This release provides a totally new layout plugin structure and a
lot of code polishing.

4.3
This release contains certain major bugfixes, especially regarding
banning/unbanning client windows.

4.1
The status bar can now be toggled on the fly.  Several bugs were
fixed and a lot of code polishing was undertaken.
2007-11-08 19:40:05 +00:00
tonio
3b46ead82c Update wm/dwm to 4.0
Changelog: bugfixes
2007-05-11 21:39:35 +00:00
xtraeme
c451d2cd27 Initial import of dwm-3.9 from pkgsrc-wip.
dwm is a dynamic window manager for X. It manages windows in tiling
and floating modes. Either mode can be applied dynamically, optimizing
the environment for the application in use and the task performed. It
is the little brother of wmii.

dwm contains a small status bar which displays all available tags, the
mode, the title of the focused window, and the text read from standard
input. The selected tags are highlighted with a different color, the
tags of the focused window are highlighted with a small point.
2007-04-13 09:08:07 +00:00