summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz1-2/+2
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-04-18revbump for textproc/icu updateadam1-2/+2
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-09-29revbump for boost-libsadam1-1/+2
2021-07-13abiword: update to 3.0.5nia1-2/+1
Changes: Remove unneeded caret force draw (Hubert Figuière) Use shared_ptr for fl_PartOfBlock to avoid use-after-free crash. Cherry-pick (two patches) from master (Hubert Figuiere) Fix crash when IM is called before the document is ready (Hubert Figuière) Bug 13882 - Part 1: Enforce format overflow warning (Hubert Figuiere) Fix crash with cut and paste The exporter expects an file URI not a path See MR 7 (Hubert Figuière) Bug 13882 - Part 2: Ensure the clipping rect is owned by GR_Graphics (Hubert Figuiere) msword: Fix a potential buffer overrun in footnotes and endnotes (Hubert Figuière) Issue #3 - Define ASIO_ENABLE_BOOST when building collab plugin MR 3 (Julian Sikorski) gtk+TableWidget: fix display of the TableWidget Issue 13918 - Fix an incorrect check for null (Hubert Figuière)
2021-04-21revbump for boost-libsadam1-2/+2
2021-04-21revbump for textproc/icuadam1-2/+2
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-2/+2
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-05-22revbump after updating security/nettleadam1-2/+2
2020-05-06revbump after boost updateadam1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-1/+2
2020-01-06abiword-plugins: a package can't conflict with itselfgutteridge1-2/+2
2019-12-17abiword-plugins: remove redundant configure settinggutteridge1-2/+1
2019-12-04abiword & abiword-plugins: fix buildsgutteridge1-1/+3
As of 3.0.3, Abiword's configure.ac now depends on macros provided by GNU's autoconf-archive collection. Since we're using autoconf, we need these available as a build dependency. (TBD: there's a lot of duplication between these two files that could probably be unified.)
2019-11-27abiword: Update to 3.0.4nia1-3/+3
AbiWord 3.0.4 mostly address an issue with the tarball for 3.0.3 that was not properly generated.
2019-11-26abiword: Update to 3.0.3nia1-2/+1
Changes: Bug 13827 - Fix overflow read in PNG Bug 13826 - Fix out of bounds access Bug 13834 - Do not delete[] strings allocated with g_malloc() Bug 13815 - Fix the black drawing regression with Gtk3.22 Bug 13791 - Fix flicker and caret problems Bug 13791 - Reduce flickering Fix Gtk criticals in dialog stylist Fix stylist styles population Fix a bad static_cast Fix a runtime error (integer overflow) Update sq-AL.po Bug 13904 - Fix touch pad scrolling
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2019-06-08editors/*: let pkglint fix indentation and variable alignmentrillig1-3/+3
pkglint -Wall -F -r editors Manually fixed the changes in editors/nedit since the "fixed" indentation was wrong.
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2018-12-28abiword-plugins: add upstream patch to fix a crasher buggutteridge1-2/+2
ie_exp_DocRangeListener.cpp is shared by both core and plugin functionality. Bump PKGREVISION. OK wiz@
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-12-03Revbump abiword-plugins after abiword update.bsiegert1-1/+2
2018-11-24editors/abiword: Update to 3.0.2nia1-2/+1
Changes: Fixes in the core (all platforms) Various build fixes: Bug 13697, bug 13650, bug 13726, Bug 13753, Bug 13569 Various crash fixes: Bug 13716, Bug 13752, Bug 13807, Bug 13766 Various memory leaks fixes. Bug 13709 - Fix import of very long paragraphs. Gtk Fixes specific to the Gtk+ version Bug 13533 - Fix printing of SVG images. Bug 13722 - Fix scrolling in the Insert Symbol dialog. Bug 13729 - Make the available languages list expandable. Bug 13731 - Fix text rendering after an SVG image Bug 13662 - Never change an image resolution on scaling. Bug 13734 - Do not execute radio buttons events when unchecked. Bug 13736 - Properly iterate through the plugin arguments Fix SVG icon.) Fixed bug in the font chooser. Bug 13773 - Fix the ruler and background page theming on Gtk3. Ruler knobs no longer do "3D" on Gtk3. Bug 13762 Bug 13787 - Fix the table widget drawing AbiWord works better on Wayland: Bug 13766, Bug 13767 Import/Export Fixes in the OpenDocument importer / exporter Bug 13707 - Fixed paragraph export to Open Document. Bug 13706 - If needed apply default style for headers. OpenDocument: Fix a buffer overrun Plugins Fixes in the collaboration plugin Fix various build issues. Bug 13712, Bug 13754 and Bug 13742
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-10-24*: (belatedly) revbump for net/libsoup updateleot1-2/+2
Thanks to <wiz>!
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-2/+2
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-28recursive bump after mpfr shlib major bumpwiz1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-11-30Revbump after textproc/icu updateadam1-2/+2