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