The final release of tint2 is 17.0.2.
The code is frozen and no more feature requests are accepted.
Changes:
On dual monitor, when minimizing Chrome window it minimizes on the wrong
monitor panel (issue 818)
6.03 * New hack, `squirtorus'.
* New hack, `mapscroller' (X11 and macOS only).
* `sphereeversion' now has corrugation-mode, and can evert the Earth.
* `glplanet' is higher resolution, and displays time zones.
* `glslideshow' displays relative pathnames again.
* iOS: Apple broke drag-to-rotate again. Fixed.
* macOS: fixed spurious error message in auto-update installer.
* X11: fixed `sonar' failing to ping on some Linux systems.
* X11: Touch-screens work.
* X11: Hold down Backspace to clear the whole password field.
There are circumstances where getentropy() exists but arc4random_buf()
does not, as reported to be the case with Solaris 11.3 in PR pkg/54628,
report and analysis by Sad Clouds. sys/random.h only needs to be
included on SunOS, in that case (second patch iteration).
Merge xscreensaver-demo into this package.
6.02 11-Oct-2021
New hacks, marbling and binaryhorizon.
atlantis behaviors are more random and lifelike.
headroom is now Mask Headroom.
X11: fontglide skips fonts that can't display ASCII.
X11: Use asterisks in the password dialog if the system fonts
don't have bullets in them.
X11: “Disable Screen Saver” was behaving like “Blank Screen
Only”.
Android: These hacks work now: antinspect, barcode, energystream,
fliptext, fontglide, glsnake, raverhoop, starwars, unicrud.
6.01 09-Jun-2021
X11: Properly disable the server's built-in screen saver.
X11: The passwdTimeout option was being ignored.
X11: The display of the unlock thermometer was weird.
X11: Fixed password entry on old-school multi-screen setups
(:0.1).
X11: Worked around a KDE 5 compositor bug that caused the
desktop to momentarily become visible when cycling.
X11: Fixed possible high CPU usage in xscreensaver-systemd.
X11: Fixed some spurious warnings in xscreensaver-text.
X11: Warn when Wayland is in use, since it makes both screen
saving and locking impossible.
6.00 01-Apr-2021
X11: Major refactor of the xscreensaver daemon for improved
security, dividing it into three programs: xscreensaver,
xscreensaver-gfx and xscreensaver-auth.
X11: Dropped support for systems older than X11R7 (2009).
X11: Renamed xscreensaver-demo to xscreensaver-settings.
X11: Unlock dialog has user-selectable color schemes.
X11: Everything uses XFreeType for fonts now.
X11: Install a few custom fonts needed by some savers.
X11: Fading works on systems without gamma (e.g. Raspberry Pi).
X11: Use EGL instead of GLX when available.
X11: xscreensaver-systemd now detects when a video player has
inhibited screen blanking and then exits without uninhibiting.
Improved GLSL and GLES3 support: Phong shading in etruscanvenus,
hypertorus, klein, projectiveplane,`romanboy' and sphereeversion.
Updates to cubicgrid.
macOS: Added a Random XScreenSaver screen saver, which implements
cycle mode, among other things.
iOS: Also added cycle mode.
libxkbcommon 1.4.0 - 2022-02-04
==================
- Add `enable-tools` option to Meson build (on by default) to allow disabling
the `xkbcli` tools.
Contributed by Alex Xu (Hello71).
- In `xkbcli list`, fix "YAML Norway problem" in output.
Contributed by Peter Hutterer.
- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
layout if omitted.
Contributed by M Hickford.
- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
be called by libraries.
Contributed by Peter Hutterer.
- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.
Contributed by Peter Hutterer.
code-style: rm newline (oops)
revert using strcasestr and use a more optimized portable version
follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems
improve performance of case-insensitive matching
Revert "Improve speed of drw_text when provided with large strings"
add support for more keypad keys
Improve speed of drw_text when provided with large strings
remove always true condition in if statement
0.3.4 (2021-12-11)
* Dropped support for GHC 7.10.
* Added xftDrawStringFallback, which works like xftDrawString but supports
font fallback.
* Added xftTextAccumExtents, which works like xftTextExtents but possibly
uses different fonts for different parts of the string and returns the
accumulative extents.
* Added the functions xftfont_max_ascent, xftfont_max_descent, and
xftfont_max_height to gain information about a non-empty list of
XftFonts.
0.3.3 (2021-12-01)
* Fixed flipped green/blue values in XRenderColor.
1.10.2 (2021-10-24)
* Restored compatibility with GHC 7.10 (and possibly even older) (#80)
1.10.1 (2021-08-15)
* Fixed possible high CPU usage of some blocking calls with the threaded
RTS (#78)
1.10 (2021-05-31)
* Added setClientMessageEvent' (#71)
* Fixed type of xrrUpdateConfiguration (#72)
* Fixed bottom when deserializing XRRNotifyEvent in getEvent (#72)
* Added xrrGetMonitors and XRRMonitorInfo (#42)
* Added setClassHint (#76)
* Added a few missing event mask fields to WindowAttributes (#77)
-Fixed an issue where some blocks (ProgressBlock, ButtonBlock,
ScrollingTextBlock) would cause bugged rendering due to relying on the
default Cairo operator (Over), which was changed in 0.10.0. #50
Updated in wip by @wiz, thanks!
We are bumping nine versions here, from 0.21.1 to current 0.24.2
Too many changes to list here, for a compleate changelog, please visit
https://sw.kovidgoyal.net/kitty/changelog/
Amend a patch that fixes compilation on non-Linux and non-BSD OSes.
There are several things that could be adjusted differently in the
function in question, but that needs to be discussed upstream. For now,
take the simplest route.
Also, be consistent with upstream's intent that "suspend" means ACPI
state 3, also being consistent with what was patched in xfce4-power-
manager before, too. (Where suspend and resume generally works for me
on NetBSD laptops, state 3 is effective.)
-render_criteria works a little differently now:
Using render_criteria (and render-anti-criteria) on root blocks is now
supported (#37). This was possible before but not really useful because
you had to have the same criteria for all the blocks underneath it anyway.
-Old: If any block in the chain meets criteria, then draw.
-New: If root block doesn't meet criteria, then don't draw. If root
block does mete criteria, but no child blocks do, then don't draw.
-Add render_anti_criteria which allows you to tell blocks to draw only when a
criteria is not present. (see Blocks documentation for more information.)
-When loading config, we now validate that all blocks have different names to
make sure the config is written correctly.
-Document how to send progress data to ProgressBlock.
-Dramatically improve idle performance. #35
-Fixed a bug where replaced notifications might have a different layout to new
ones. #37
-Update cairo and pango dependencies.
-TextBlock text will now fall back to wrapping on character boundaries if no
word boundaries are available. #39
-Fixed a bug where large notifications might take a long time to receive with
a long poll_interval. #35
-Fixed a bug where replacing wasn't working as intended on notifications with
the same app name and tag, with replacing_enabled set to false.
The vendored x11-dl crate was updated to version 2.19.1 in alacritty 0.10.0
and so the build was failing on NetBSD 9.2, using base X due to the outdated
version being referenced.
This update should fix CVE-2006-0061 if option "pam" is disabled.
OK from wiz@.
5.68
Updated xscreensaver port for xscreensaver-6.02.
Various NetBsd install issues fixed including config.cygport.
pam vulnerabiliy patch added thanks to Elmar Hoffmann, elho AT elho.net.
Card vulnerability may remain, see README.
module fixes for deluxe, eyes, starfish, swirl, text3d2, module use is
still experimental.
biof mode removed again (though was not building by default).
5.67
Fixing specified bound equals destination size warning in iostuff.c.
Port updated for xscreensaver-6.01. With help from EoflaOE ViceCity.
Also removed some warnings.
maze3d.c updated for VMS as CRTL now contains more standard functions,
thanks to Jouk Jansen.
5.66
GL mode atunnels, juggler3d, atlantis, lament, invert, solitaire, text3d,
and text3d2 fixed up by EoflaOE ViceCity and myself to build in
xscreensaver.
bomb, helix, lightning, penrose, petal, scooter fixes for xscreensaver
port (clear screen issue). Clock fixed to run by changing a spot from
"Clock" to "CLOCK".
A few updates from xscreensaver-5.44/hacks/xlockmore.c for xscreensaver
port.
Duplicate resources and unloadable resources for xscreensaver port fixed
by EoflaOE.
Double free removed for xscreensaver port fixed by EoflaOE and myself.
Removed some warnings in xscreensaver port in fzort, rubik, skewb, and
sproingies.
Xpm textures added to xscreensaver ports that need them.
image, puzzle, decay, bat now work but use xscreensaver bitmap/pixmap
in xscreensaver port.
Bug fix in qix and toneclock for xscreensaver port, xlock was not
affected by negative NRAND input.
euler2d synced up with xscreensaver version.
Change to fzort to use __asm__ instead of asm as its probably more
likely to work.
Fixed solitaire so deckPile changes just a little bit as it doles
out cards.
Updated bomb to use size 18 font when USE_MB is not set as it seems
34 is not widely available anymore.
pacman now has different colored ghosts (no green ghost) and also
oscillating dress and eyes. See README for a notice for this mode.
Fixed some bad drawings in solitaire and pacman noticed on
Windows side.
Warnings removed for -Wstrict-prototypes -Wmissing-prototypes
-Wdeclaration-after-statement
5.65
Fix from Jan Kratochvil and Adrian Reber, adrian AT lisas.de for Fedora.
xlock -startCmd true... would core on Fedora, exit() replaced with
_exit().
Update for magick.c to use strncpy thanks to Jouk Jansen.
5.64
Fix for hyper mode from original author, for potential but not
likely memory leak and free(NULL) issue John Heidemann, johnh
AT isi.edu.
More buffer gcc warnings removed for dclock.c, image.c, and
scrnsave.c.
ras.c/magick.c gcc 10 fix from Adrian Reber, adrian AT lisas.de .
VMS already handles this in make.com.
5.63
Lots of spelling errors fixed due to codespell
https://manpages.debian.org/testing/codespell/codespell.1.en.html
A few more gl modes (molecule, invert) fixed up by
EoflaOE ViceCity to run in xscreensaver.
Added additional changes to solitaire and invert. invert will
build in xscreensaver with some coaxing, see README in
xscreensaver directory.
Removed buffer gcc warning about nose.c.
5.62
Fix from brett.diamond AT gmail.com to get "xlock -help" from
crashing.
As a Blake's 7 fan, I had to add the Liberator to star mode.
5.61
Same fix from Jouk Jansen and Adrian Reber, adrian AT lisas.de
for juggler3d.cc in previous release.
Change from Denys Vlasenko (thanks to Adrian Reber for pointing out)
https://bugzilla.redhat.com/show_bug.cgi?id=874484
This helps xlock's parent process to know xlock crashed.
ico mode added truncated octahedron.
Another gl mode, sierpinski3d, fixed up by EoflaOE ViceCity to run
in xscreensaver.
5.60
Updated references to website to https. https://www.sillycycle.com
A few more gl modes (incl. maze3d, pipe, sproingies) fixed up by
EoflaOE ViceCity to run in xscreensaver.
5.59
Thanks to tobik, ohartmann AT walstatt.org, and Jason Helfman,
jgh AT FreeBSD.org for xglock fixes for "failed due to signal" for
clang.
Syncing with xscreensaver and many modes modified, more than
half working there. pacman and puzzle run but need some
obvious work, others run too fast or flash on the screen.
Various fixes from Jouk Jansen and EoflaOE ViceCity.
Updated GL modes also, inaddition to overlap: biof, skewb, and
fire (needs images). See xscreensaver/README for new directions.
Updated in linux to build with modules, must have broken somewhere
down the line. imake build fixed too.
bomb mode fixed for xlock.
5.58
Syncing with xscreensaver. Much has changed since last time this
was done and much left to do. Nonglx "a"'s and some "b"'s done
so far. Automata modes like ant.c should use automata.c and
automata.h supplied by xlockmore.
ball bat not working right there yet. Also bouboule to do right will
require changes to xlockmore files from xscreensaver.
See new xscreensaver/README for instructions.
While testing uncovered old security bug in anenome mode and fixed.
5.57
life updates to use a more standard notation for nontotalistic cellular
automata.
ax_pthread.m4 needed for autoconf, added back in, oops.
Removed VMS caddr_t fix from matrix.c, cage.c, gears.c, glplanet.c,
invert.c, juggler3d.c, lament.c, moebius.c, molecule.c, morph3d.c,
noof.c, pipes.c, rubik.c, sierpinski3d.c, skewb.c, stairs.c,
superquadrics.c as no longer needed. Thanks to Jouk Jansen.
boxed and maze3d modes added thanks mainly to Jouk Jansen.
boxed added to xlock95.scr. xlock95 Makefile now builds to 64 bit.
5.56
Thanks to Jason Helfman, jgh AT FreeBSD.org for sound installation fixes.
Thanks to Tobias Kortkamp, for his patch for glock compile issue with
CLANG 6.0.0.
Fixing warnings using clang for back.xpm, nose.c, passwd.c.
Fixing errors using g++ for deluxe.c, also various casting added.
Fixing potential some buffer overruns pointed out in mingw in
apollonian.c and hyper.c.
Fixing potential error of using null pointer thanks again to mingw in
xlock.c.
pyro2 was not showing anything on screen due to it not finding font,
changed it to default to mode_font if can not find.
5.55
Thanks to Dave Odell, dmo2118 AT gmail.com for his fzort mode update to
use the functions in xshm.c and fixes crash when running X11 over network.
Note from Dave Odell:
<https://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz>. MI_INIT() is
defined and documented in hacks/xlockmore.h, with related functions
defined in hacks/xlockmore.c. MI_INIT() currently takes three parameters:
the ModeInfo *, the state array, and a function pointer for the new free
hook. FWIW, it could instead be just the first two parameters, with the
free hook being set up like the other ModeHooks; this would be a bit
nicer, I think. But I was going for something that could be applied
incrementally to individual screenhacks in XScreenSaver, and could -- in
theory -- be brought back to xlockmore with minimal impact.
ant mode resync'd with xscreensaver... Thanks to David Odell redoing my
sad attempt.
-sound configuration changed around so it should work on more machines,
now uses DEF_PLAY and play.sh by default.
Thanks to Stanislav Brabec, sbrabec AT suse.cz for his "hack" to fix for
PAM with non-English locales. He notes to fix properly a "Password"
prompt list should be obtained at the initial phase of authentication.
Added PAM_PASSWORD_PROMPT for using old way.
Fixed leak in scooter thanks to Valgrind.
5.54
Thanks to Dave Odell, dmo2118 AT gmail.com for his strange mode
updates to include aligned_malloc.[ch], thread_util.[ch], xshm.[ch],
and visual_pixmap_depth() from XScreenSaver. Also updates for building
macOS and Debian for crypt. Made safe for VMS by Jouk Jansen.
juggle fixed for multiscreens.
5.53
Goofed on last VMS xmlock update.
dclock fix for led bounce. :) Added to windows port but only graphical
part.
Windows port fixed petri black screen. Added anemone and deluxe but turned
off double buffering to get default black screen.
5.52
Install changes for fortune. VMS xmlock build update.
Thanks to Dave Odell, dmo2118 AT gmail.com for his strange mode
updates. New options -points N and -curve N . Also now working
for windows port (which led to bubble and ifs porting easily).
5.51
life3d updates including a distinct 18 neighborhood using rhombic
dodecahedrons (neighoborhood -18 as there is already 18
neighborhood), and a 22 neighborhood using tetrahedrons, i.e. the
tetrahedral part of alternated cubic honeycomb
Less compile warnings and configure update.
5.50
-messagefont was broken if USE_MB set (default from 5.42). E.g.:
-mode dclock -messagefont "-*-times-*-*-*-*-18-*-*-*-*-*-*-*"
Changed default message font to above.
Should now compile with less warnings.
spiral erase mode changed from 100 iterations to 8.
pkgsrc changes
- Install manpages
Packaging
- New extra/alacritty-msg.man manpage for the alacritty msg subcommand
- Minimum Rust version has been bumped to 1.53.0
Added
- Option colors.transparent_background_colors to allow applying opacity to all
background colors
- Support for running multiple windows from a single Alacritty instance
(see docs/features.md)
- Urgency support on Wayland via xdg_activation_v1
Changed
- ExpandSelection is now a configurable mouse binding action
- Config option background_opacity, you should use window.opacity instead
- Reload configuration files when their symbolic link is replaced
- Strip trailing whitespaces when yanking from a block selection
- Display area keeps history position when viewport is cleared
- Commands spawn from the current directory of the foreground shell in
Unix-like systems
- Remove trailing newline from strings taken from hints or
simple/semantic selections
- Builtin font is now used for box drawing characters from U+2500 to U+259f
- Logs now print the time since startup instead of the local time
Fixed
- Line indicator obstructing vi mode cursor when scrolled into history
- Vi mode search starting in the line below the vi cursor
- Invisible cursor with matching foreground/background colors
- Crash when hovering over a match emptied by post-processing
- Crash when the vi cursor is on the scrollback and viewport clear is invoked
- Freeze when the vi cursor is on the scrollback and scrollback clear is
invoked
- Vi cursor on topmost of the display moving downward when scrolled into
history with active output
- Input lag on Wayland with Nvidia binary driver
- Crash when hovering the mouse over fullwidth characters
- Do not create logfile if the file already exists
Removed
- Wayland client side decorations were simplified