]> git.donarmstrong.com Git - xournal.git/blob - ChangeLog
wrapper for missing GdkPixbuf rendering function in newest poppler
[xournal.git] / ChangeLog
1 This version:
2   - win32 portability code (contributed by Dirk Gerrits)
3   - fix bug in PDF export code on 64-bit systems (patch by Robert Buchholz)
4   - fix hand tool bug when exiting canvas (#2905711)
5   - Italian translation (Marco Poletti), German translation (Stefan Lembach)
6   - Spanish translation (Alvaro), Brazil Portuguese translation (Marco Souza)
7   - fix save bug with text boxes containing > 4095 characters
8   - Czech translation (David Kolibac), Dutch translation (Timo Kluck)
9   - fix crash upon unplugging input devices
10   - change close dialog box default to "save" (patch by Kit Barnes)
11   - option to force PDF background rendering via cairo (slower but nicer)
12   - wrapper for missing GdkPixbuf rendering function in newest poppler
13
14 Version 0.4.5 (Oct 2, 2009):
15   - bugfixes for GTK+ 2.16/2.17 issues with xinput events
16   - various minor UI bugfixes
17   - gettext internationalization (contributed by David Planella)
18   - Catalan translation (by David Planella), French translation
19   - use poppler instead of pdftoppm to render PDF backgrounds 
20     (after patches by Mike Ter Louw and Bob McElrath)
21   - various improvements to UI and to key bindings (including
22     patches by Bob McElrath and Lu Zhihe)
23   - use gtk-print instead of libgnomeprint for printing
24   - custom color chooser (patch contributed by Alex Ray)
25   - option to have tablet buttons toggle the mapping rather than draw
26   - paper color chooser (after a patch by Ole Joergen Broenner)
27   - remove binary installer (due to binary incompatibilities)
28   - UPDATED DEPENDENCIES: need gtk+ 2.10, poppler-glib 0.5.4
29
30 Version 0.4.2.1 (Mar 27, 2008):
31   - bugfix for #1926757 (crash upon pasting variable-width stroke)
32   - bugfix: set ruler/recognizer setting to default upon switching tools
33
34 Version 0.4.2 (Mar 25, 2008):
35   - bugfixes for X.org 7.3; allow XInput and core events in reverse order
36   - resize selection (patch contributed by Andy Neitzke)
37   - pressure sensitive pen (variable stroke width) (patch by Andy Neitzke)
38   - geometric shape recognizer (after an idea by Lukasz Kaiser) (see manual)
39   - clean up compiler warnings (patch contributed by Danny Kukawka)
40
41 Version 0.4.1 (Sep 15, 2007):
42   - bugfix: compatibility with new versions of pdftoppm (thanks to V. Ciancia)
43   - GTK+ 2.11 event processing bugfix
44   - minor bugfixes: hand tool, handling of filenames containing '&'
45   - desktop and MIME files (thanks to Mathieu Bouchard) + updated installer
46   - config options: left-handed scrollbar (contributed by Uwe Winter),
47     hide some menu items (customizable in config file), auto-save preferences
48
49 Version 0.4.0.1 (Sep 3, 2007):
50   - bugfixes for GTK+ 2.11 behavior (thanks to everyone who reported bugs)
51
52 Version 0.4 (Aug 15, 2007):
53   - text tool (handles most TrueType and Type1 fonts)
54   - font selection dialog and button
55   - keyboard mappings (arrow keys)
56   - menu mnemonics and shortcuts (suggestions by Jean-Baptiste Rouquier)
57   - more responsive hand tool
58   - bugfix for GTK+ 2.11 XInput behavior (thanks to Robert Gerlach)
59   - various minor bugfixes and enhancements
60
61 Version 0.3.3 (Jan 31, 2007):
62   - bugfix: upon loading a new file, zoom is set to default startup zoom
63   - config option to allow input from a mouse or other core pointer device
64   - config file entry to specify a default location for open/save
65     (patch contributed by Andy Neitzke)
66   - config file entries to customize visibility and position of toolbars
67   - icon (thanks to Michele Codutti)
68
69 Version 0.3.2 (Nov 25, 2006):
70   - preferences file and Save Preferences command
71   - extra customization (via preferences file)
72   - minor UI changes (patch contributed by Eduardo de Barros Lima)
73   - hand tool (partially contributed by Vincenzo Ciancia)
74   - a few bugfixes in rendering of bitmap backgrounds
75
76 Version 0.3.1 (Aug 3, 2006):
77   - fixed a file format bug on systems with non-standard numeric locale
78     (bug reported by Gert Renckens)
79
80 Version 0.3 (Jul 23, 2006):
81   - new PDF rendering engine: export to PDF generates optimized files
82     (smaller and more accurate)
83   - export to PDF handles PDF backgrounds (up to PDF-1.4) natively
84     (without conversion to bitmap)
85   - default thickness of erasers and highlighters slightly increased
86   - zoom dialog box with input box and "fit to page height" option
87   - file format documentation added to the user's manual
88
89 Version 0.2.2 (Jun 5, 2006):
90   - mapping of tools to stylus buttons (the options menu has new entries
91     to allow the mapping of buttons 2 and 3 to arbitrary tools; the tools
92     menu and toolbar affect the settings for button 1) (see manual)
93   - moving selection by drag-and-drop works across page boundaries
94   - vertical space tool can move items to next page (only when the entire
95     block being moved has crossed the page boundary; items on the new page
96     are not moved)
97   - "apply to all pages" is now a toggle button affecting the behavior of
98     paper size, color, and style commands
99   - change in the behavior of the selection upon switching between tools
100
101 Version 0.2.1 (Jun 3, 2006):
102   - recently used files listed in file menu
103   - can change color or thickness of pen strokes in selection
104   - function to apply paper style to all pages
105   - can specify on command line a PDF file to annotate
106   - suggest a derived file name for PDF annotation
107   - speed up switching between pages
108   - fixed a bug in XInput initialization (thanks to Luca de Cicco)
109   - fixed a bug in print ranges (thanks to Mathieu Bouchard)
110   - fixed a refresh bug in rescaling bitmap backgrounds
111
112 Version 0.2 (Jan 29, 2006):
113   - PDF file annotation using xpdf's pdftoppm
114      (PDF backgrounds updated asynchronously at all resolutions) 
115   - PS/PDF backgrounds (as bitmaps at fixed resolution) using ghostscript
116   - option to antialias and filter bitmap backgrounds when zooming
117   - option to emulate eraser tip with right mouse button
118   - binary installer allows non-root installation without compiling
119   - full-screen mode (patch contributed by Luca De Cicco)
120
121 Version 0.1.1 (Jan 5, 2006): 
122   - two bugfixes
123   - backward compatibility with GTK+ 2.4
124
125 Version 0.1   (Jan 2, 2006): initial release