2020-10-01 Nick Gasson <nick@nickg.me.uk>
* src/floating_shape.c (make_shape_from_pixbuf): Correctly detect
if the display is composited or not.
* src/floating_shape.c (draw_shape): If the window manager is
non-compositing use the root window content as the window
background. The previous release would show black squares instead.
* xcowsay 1.5.1 released!
2020-02-08 Nick Gasson <nick@nickg.me.uk>
* xcowsay 1.5 released!
2020-02-03 Nick Gasson <nick@nickg.me.uk>
* src/xcowsay.6: Remove the note about the lack of anti-aliasing.
2020-02-02 Nick Gasson <nick@nickg.me.uk>
* src/floating_shape.c (make_shape_from_pixbuf): Update to Gtk3.
* src/bubblegen.c (bubble_init_cairo): Use Cairo to draw bubble.
* src/bubblegen.c (bubble_init): Merge `bubble_init_left' and
`bubble_init_right'.
2017-04-10 Nick Gasson <nick@nickg.me.uk>
* src/xcowsay.c (main): patch from Tony Finch to make cow
location more random.
2016-09-08 Nick Gasson <nick@nickg.me.uk>
* configure.ac: updated to GNU gettext 0.19 and removed
generated files from version control.
* src/bubblegen.c (make_dream_bubble): fix warning about
deprecation of `gdk_pixbuf_unref`.
* xcowsay 1.4 released!
2015-05-31 Nick Gasson <nick@nickg.me.uk>
* src/display_cow.c (close_when_clicked): allow close event to
be specified in settings.
* src/xcowsay.c (main): add --release option to close window on
mouse button release.
2012-11-19 Nick Gasson <nick@nickg.me.uk>
* src/config_file.c (next_token): allow values with quotes
to be set in the config file.
2011-01-28 Justin Bogner <justin.bogner@emc.com>
* src/xcowsay.c (main): The reading-speed option requires an
argument.
pkglint -Wall -r --autofix --only aligned
After running the above command, three packages had to be adjusted
manually:
In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.
In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.
In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882