Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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
|
|
3.5.0:
* New alt-tab dialog shows windows in a vertical list.
* Improved Xinerama support.
* Allow icons in menus.
* Theme options for prompt dialogs (osd.button.unpressed.*,
osd.button.pressed.*, osd.button.focused.*)
* Addresses bug #4877, #4596, #4617, #4752, #4663, #4662, #4586, #2319,
#4341, #4519, #4543, #4503, #4355, #4072, #3702, #4284
* Lots of additional bug fixes and performance improvements.
|
|
|
|
This switches to the latest release branch.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Nice NETWM-compatible panel for X11. Features:
* Look'n'feel customization via themes.
* A bunch of widgets: desktop switcher, taskbar, launchbar, systray,
clock, decor, empty.
* Pseudo-transparency support.
* Written in C with speed and clarity in mind.
* Small number of dependencies, briefly: glib2, cairo, pango,
libX11.
* Small memory footprint (about 2-4 megabytes).
* Small executable (80 kilobytes at the moment).
|
|
|
|
Just a simple and highly customizable quick-launch tool.
Features
* It's coded in C++
* It uses Imlib2 to do the image processing
* It rides just on top of Xlib, no other toolkits.
|
|
|
|
PyTyle is a manual tiling manager that can slide into any EWMH
compliant window manager, inspired by XMonad. It will allow you to
enable/disable tiling on a per screen per workspace basis, and
continually tile your windows.
Features include:
* Built in multi-monitor support (using Xinerama)
* Continuous tiling behavior similar to that of XMonad.
* Manual tiling on a per screen per workspace basis. Have tiling
on one screen/workspace and not the other.
* Comes pre-packaged with a variety of tiling layouts ready for
use. Also, PyTyle's object oriented design makes it incredibly easy
to add or customize your own tiling layouts.
* Some configuration options include:
* Adding margins on a per-screen basis (to force PyTyle to ignore
docks/panels).
* Tell PyTyle to ignore certain windows from tiling.
* Configure defaults layouts on a per screen per workspace basis.
* Completely customize all of PyTyle's key bindings.
* Dynamically reload configuration file.
|
|
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.
|
|
|
|
* add user-destdir installation support
|
|
|
|
SunOS.
|
|
|
|
on the other hand, don't depend on Python (too heavy dependency for a
window manager), so skip the interpreter check for that file.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(uses giflib now per default)
bump PKGREV
|
|
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
|
|
|
|
works with python-2.7.
|
|
|
|
* Bug fixes:
- fvwm-convert-2.6: Don't double-up comma separated options to
conditional commands if they're already delimited by commas.
- Correctly report a window's height and width if the window has
incomplete resize increment set.
- Maintain any State hints on a window when used with WindowStyle.
- FvwmIconMan now correctly handles sticky windows.
|
|
whether kde4-config was in the path or not. Bump rev.
|
|
|
|
|
|
1.7.1 "Chewing Drum"
====================
* Build and Installation
- Fixed installation for non-root users [Stefano Sabatini]
Previously when installing to a private directory as an
ordinary user, the installation failed, because some files
were forced to be installed in /usr. This is fixed now.
- Chooseable session files [Christopher Bratusek] Now you can
choose what session files to install. This is done by a
tripplet of configure-options:
* -with/out-kde4session: enable or disable the
installation of session files for KDE4. Default: enabled
* -with/out-gnome2session: enable or disable the
installation of session files for GNOME2.
Default: enabled
* -with/out-xdmsession: enable or disable the installation
of session files for XDM (or other display-managers like
KDM/GDM). Default: enabled
* Bug Fixes
- Interactive `call-command' [Teika Kazura] Interactive
`call-command' used to print an error-message when cancelled
via pressing escape. It doesn't anymore.
* Misc Changes
- Turn `focus-ignore-pointer-events' into an internal variable
(has wrongly been a user-option before) [Teika Kazura]
|
|
|
|
|
|
|
|
|
|
if available on NetBSD/DragonFly.
(It should be done at same time).
|
|
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
|
|
changes:
-minor fixes
-translation updates
|
|
|
|
|