Commit graph

3 commits

Author SHA1 Message Date
markd
f4f9549c70 Update xournal to 0.4.8
* Features:
  - option to auto-save documents and recover auto-saves (after Edward Yang,
    Aiwarrior, Timo Kluck)
  - new Export to PDF code using cairo (and config option to enable legacy
    code)
  - horizontal view mode
  - improved touchscreen handling
  - pencil cursor option (patch by Luciano Siqueira)
  - added "new pages duplicate background" option (new default is false)
  - updated Windows build and packaging instructions
* XInput device handling:
  - ignore events from non-drawing devices by default (ignore_other_devices)
  - "touchscreen as hand tool" option (after Rumen Zarev and Daniel German)
  - "pen disables touchscreen" option; dialog box to designate touch device
  - tweaks to xinput event processing for touchscreens
* Bugfixes:
  - generate cursors from pixbufs (fixes a Win32 bug)
  - work around Win32 bug: refuse paste if mismatched format
  - fix configure.in for automake-1.13 (Florian Bruhin, Andreas Huettel)
  - smoother icons for eraser and shapes buttons (by Colin Macdonald)
  - fix a cross-platform g_basename() issue (after Daniel German)
  - bugfix for file paths with non-English characters in Win32
  - add some margin around lasso selection rectangle (after Niklas Beisert)
  - warn for fontconfig cache generation in Win32
* Translations:
  - Chinese (simplified) translation (by Mutse)
  - updated German translation (Stefan Holtzhauer)
  - Polish translation (by Mis Uszatek)
  - Chinese (traditional) translation (William Chao)
  - Japanese translation (by Hiroshi Saito)
2016-01-04 02:06:48 +00:00
wiz
76b9b843a4 Update to 0.4.7 to address PR 46667 (build failure after poppler update)
by Jim Bernard, based on patch by Matthew Mondor.

Version 0.4.7 (July 4, 2012):

    insert image tool (based on patches by Victor Saase and Simon Guest)
    renamed "Journal" menu to "Page"
    paste images and text directly from and to other applications
    lasso tool (based on patch by Ian Woo Kim)

Version 0.4.6 (May 22, 2012):

    win32 portability code (contributed by Dirk Gerrits)
    fix bug in PDF export code on 64-bit systems (patch by Robert Buchholz)
    fix hand tool bug when exiting canvas (#2905711)
    Italian translation (Marco Poletti), German translation (Stefan Lembach)
    Spanish translation (Alvaro), Brazil Portuguese translation (Marco Souza)
    fix save bug with text boxes containing > 4095 characters
    Czech translation (David Kolibac), Dutch translation (Timo Kluck)
    fix crash upon unplugging input devices
    change close dialog box default to "save" (patch by Kit Barnes)
    option to force PDF background rendering via cairo (slower but nicer)
    wrapper for missing GdkPixbuf rendering function in newest poppler
    disable GTK+ XInput bugfix by default (#3429416)
    fix linker flags (#3208984); evdev coordinate fix (#3244118) (Timo Kluck)
    specify license version: GPL v2 or later
    fix 1.#J coordinates from win32 xoj files
2012-07-07 20:33:09 +00:00
asau
b4181e12b3 Import Xournal 0.4.5 as editors/xournal.
Contributed by Matthew Mondor in PR pkg/44169

Xournal is an application for notetaking, sketching, keeping a
journal using a stylus or a mouse.  It is free software (GNU GPL)
and runs on GTK+/Gnome platforms.  It is similar to Jarnal, Gournal,
and NoteLab.

Xournal allows to add annotations to PDF documents, including notes,
multicolor highlighting and simple drawing, and can save those in
another filename (distinguished by the suffix), to automatically
load them back when opening the PDF document again.  It also
remembers the previous page position.
2010-12-01 10:46:31 +00:00