2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-09-10 19:38:46 by Guillaume Lasmayous | Files touched by this commit (4) |
Log message:
Update wm/pekwm to 0.1.15.
Upstream changes:
-----------------
Release-0 1 15
Bugs fixed
#251 "MaximizeOverHarbour & "Toggle HarbourHidden" \
incoherent behaviour"
reported and fixed by wallex
#282 "adobe flash fullscreen don't cover taskbar" reported by \
dkmatt0 and
fixed by Andreas Schlick.
#300 "pekwm restart makes 100% CPU" reported by specnaz and fixed by
Andreas Schlick.
#304 "Fullscreen option" reported by Thom1 and fixed by Andreas \
Schlick.
#306 "titlebar clicking separator problem" reported by MezkoV and \
fixed by
Andreas Schlick.
User visible changes
Allow CfgDeny-ing struts via autoproperties - done by Claes Nästén.
|
2012-01-21 16:35:38 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Updated wm/pekwm to 0.1.14.
Bugs fixed
- Vita Cizek fixed a bug that caused pekwm to crash on startup when another
windowmanager was already running.
- #252 "Resize code should consume last ButtonRelease event" reported \
and fixed
by wallex
- #259 "Window ghosting with xcompmgr shaded windows" reported by
kevin.clevenger and fixed by Claes Nästén and Andreas Schlic
- #297 "MRU window selection does not honour 'Skip=FocusToggle'" \
reported and
fixed by wallex
- #298 "MRU list should be refreshed on workspace change" reported and \
fixed by
wallex
User visible changes
- #290 "Allow autoproperties to set the decor" fixed by Andreas Schlick
- #268 "allow maximizing of client windows" reported by marin and fixed by
Andreas Schlick
#118 "Set decor name based on hints: _NET_WM_DEMANDS_ATTENTION and
WM_CLIENT_MACHINE"
Compatibility fixes Configuration changes
New autoproperty "Decor". You can use this autoproperty to give windows a
specific decor.
Theme changes
Themes can specify a special decor "ATTENTION" that is used for clients
that set the urgency/demands-attention hint.
|
2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557) |
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
|
2011-07-11 09:58:21 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
Set version to 0.1.13. From <gls> via IRC.
|
2011-07-10 22:41:23 by Guillaume Lasmayous | Files touched by this commit (4) |
Log message:
Update wm/pekwm to 0.1.13.
Upstream changes:
Release-0 1 13
Bugs fixed
User visible changes
* #248 "PekWM support for setting NET_WM_WINDOW_OPACITY hint" \
(partially?) reported by wallex
* #254 "Make 'smart' placing smarter: Skip maximized windows." \
reported by wallex and fixed by Claes Nästén
* #260 "Tell NETWM panels about all the windows in a group" \
reported by augustl and fixed by Claes Nästén
* #266 "numpad key doesn't work in cmd/run dialog" reported by \
barkat1407 and fixed by Claes Nästén
* #270 "Panels are movable" reported by Markand and fixed by Claes \
Nästén
* #272 "PekWM in Fedora repos" reported by german and fixed by \
Claes Nästén
* #275 "run go to exit" reported by darkdog and fixed by Claes Nästén
* #283 "allow dialog windows to appear over fullscreen app" \
reported by Dreamkey
* #284 "Variable evaluation in variable value" reported by atler \
and fixed by Claes Nästén
* #293 "GropingDrag Crash" reported by moebius and fixed by Claes \
Nästén
* #295 "Last opened window and panel" reported by Thom1 and fixed \
by Andreas Schlick
|
2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254) |
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" \
"$i"
fi
done
done
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-04-17 12:07:18 by Guillaume Lasmayous | Files touched by this commit (3) |
Log message:
Update to 0.1.12.
Changelog:
Bugs fixed
* #187 "Keyboard layout disability", reported by flatr0ze, fixed \
by Idares
* #196 "separator as last (sub)menu entry gets drawn on top of first menu \
entry", reported by Jyri Jokinen and fixed by Andreas
* #200 "pekwm not supporting additional mouse buttons", reported \
by Dusty \
Phillips and fixed by Andreas
* #202 "Tabs change order after restart", reported by Thomas and \
fixed by \
Claes Nästén
* #215 "pekwm crashes when opening new Opera 10", fixed by Claes \
Nästén
* #155 "Autogrouping "global = true" should check versus \
target workspace,\
not current one.", reported by Walther and fixed by Claes Nästén
* #234 "Windows which start out iconified are not properly managed.",\
reported by Christopher A. Oliver and fixed by Andreas
* #201 "Title set to ``<INVALID> when one or more characters \
cannot be\
translated by iconv", reported by Martin Tournoij and fixed by Claes \
Nästén
* Bugfix for a use after free bug by Andreas.
* #244 "bug in PScreen.cc (PScreen::MODIFIER_TO_MASK_NUM is 0)" \
reported\
and fixed by Idares
* #245 "Fullscreen command Doesn't work with gtk builds of emacs, also\
gnome-terminal", reported by joe higton and fixed by Claes Nästén.
* #174 "xcompmgr and gnome-do", reported by Emmanuele Massimi and \
fixed by\
Claes Nästén.
* #253 "NET_ACTIVE_WINDOW messages shouldn't cause a workspace switch for\
sticky windows", reported and fixed by Walther.
User visible changes
* #191 "making window events pass along a window ID", reported by \
Mathias\
and fixed by Claes Nästén
* #221 "PekWM package for Fedora", Germán A. Racca provided a rpm \
.spec\
file for pekwm
* #74 "Tab completion for CmdDialog", reported and fixed by Claes \
Nästén.
While here, claim maintainership.
|