summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-27 23:04:56 -0700
committerDavid Laurence Emerson <dle3ab@angelbase.com>2013-05-27 23:04:56 -0700
commitec68e3ec7ea545a2165644a3ec08ca9e36be2402 (patch)
tree131fe96875f9c26e6b444b6add4ad712ec6f4a18 /CHANGELOG.txt
parent486f4f48ff250ce64ab532a302b6bbd6c05c4050 (diff)
parentc45010b6370b50f8e6192ddb7dc3d7762c8c29f7 (diff)
downloadfpGUI-ec68e3ec7ea545a2165644a3ec08ca9e36be2402.tar.xz
Merge branch 'master' into scroll-frame
Conflicts: src/corelib/x11/fpgui_toolkit.lpk
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f6667de3..2edd6a61 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,33 @@
Release notes for fpGUI
=======================
+v1.0 (2013-04-09)
+ - Docview improvements: Bookmark maintenance, keyboard shortcuts,
+ image support in INF files, cross link support.
+ - Many improvements to the experimental Maximus IDE.
+ - More widget themeing improvements.
+ - Keyboard shortcut handling improvements.
+ - AggPas 2D graphics library merged into fpGUI as a new
+ cross-platform graphics backend. This is the first step in
+ adding AggPas support, and this is still work in progress, but
+ most functionality works already. Also added some 64-bit fixes
+ to the AggPas code.
+ - Many PDF report engine improvements. Also enhanced the look and
+ functionality of the Print Preview dialog.
+ - Lots more documentation added. This is an ongoing task.
+ - Big improvements to the TextEdit widget, that is used by Maximus
+ and the Nanoedit example project.
+ - Many improvements to the RichView component and it's supported
+ syntax - used by Docview. This widget is now also useable
+ in other projects, not just Docview.
+ - Improved fpGUI language translations.
+ - The UI Designer (forms designer) has also seen many improvements,
+ like new widgets added to the palette, more published properties
+ added to the Object Inspector window etc.
+ - Many, many more bug fixes and improvements. For a full list run:
+ git log v1.0...v0.8
+
+
v0.8 (2011-12-02)
- New widget demos and many improvements to existing demos.
- New application examples