forked from woodenshoe-wi/gtkdialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
89 lines (86 loc) · 4.26 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
2013-01-06
* 0.8.3 released
* Solved the hidden widgets leaving artifacts at start-up problem.
* Added support for conditional actions with <action condition="type">.
* Added support for <variable export="false">VARNAME</variable>.
* Added button-press/release-event signals to comboboxentry's entry.
* Added support for break i.e. don't process any more actions.
* Connected-up the realize signal so that it can be used within actions.
* Refreshing markup in a text widget now works as expected.
* Added three new examples including the Pfeme emulator front-end.
* Fixed bashisms within examples where possible and made them portable.
* Fixed three examples.
2012-09-21
* 0.8.2 released
* Added eventbox, expander and fontbutton widgets.
* Added a terminal widget -- requires libvte but is not mandatory.
* Added activate, grabfocus, hide, show, and presentwindow functions.
* Added widget signal emission on input file change (file-monitor).
* Added widget auto-refreshing on input file change (auto-refresh).
* Greatly improved the table and tree widgets including natural sorting.
* Greatly enhanced the performance of the table, tree and comboboxes.
* Greatly expanded the feature set of several incomplete widgets.
* Added many useful exported variables on button and key press events.
* Added the envvar GTKDIALOG_PIXMAP_PATH to help locate pixmaps.
* Re-engineered the launch and closewindow system to be more robust.
* Fixed the longstanding not exiting via the window manager bug.
* Fixed and improved the button horizontal image with label alignment.
* Fixed the Raspberry Pi's (ARM) incorrectly ordered widgets problem.
* Added build and extra library details to the --version argument.
* Added more than a dozen new examples.
* Added a default application icon.
* Fixed several bugs.
2011-09-26
* 0.8.0 released
* Applied several patches from various distributions
* Added support for all selection modes to the tree widget
* Added hbox and vbox widget scrolling capability
* Added hseparator widget
* Added vseparator widget
* Added comboboxtext widget
* Added image positioning support to the button widget
* Added comboboxentry widget
* Added hscale widget
* Added vscale widget
* Added menuitemseparator widget
* Added "block-function-signals" custom tag attribute to block signal
emissions from action functions
* Overhauled the entry widget
* Added "accel-key" and "accel-mods" custom tag attributes to support
menuitem keyboard accelerators
* Re-engineered the menu widget
* Added submenu support to the menu widget
* Added checkbox menuitem widget
* Added radiobutton menuitem widget
* Added image-from-file support to the menuitem widget
* Added theme icon support to the pixmap widget
* Added support for using the width or height directives to override the
default theme icon size to the button, menuitem and pixmap widgets
* Fixed a bug that resulted in all guint GTK+ properties being bugged
* Added spinbutton widget
* Added timer widget
* Added sensitive directive
* Fixed the hardcoded "gtkdialog" binary name in main
* Re-engineered a few functions that needed to be reentrant but weren't
* Overhauled the notebook widget
* Added "tab-prefix", "tab-suffix" and "tab-base-index" custom tag
attributes to the notebook widget to control automated page labelling
* Added "use-underline" support to buttons with a label directive
* Added togglebutton widget
* Overhauled the fileselect action function which includes file filters
* Added statusbar widget
* Fixed the tree widget's input file directive
* Fixed a bug that prevented the table widget items from refreshing
* Fixed a bug that was making the list widget hang
* Fixed the tree widget's problematic pixmap rendering when including
rows from multiple sources with different icon settings
* Fixed (or completed) the tree widget's default icon feature
* Added clear, fileselect and envvar support to the text widget
* Added colorbutton widget
* Added --space-expand and --space-fill command line options
* Added "space-expand" and "space-fill" custom tag attributes to all
widgets to control widget packing expand and fill states
* Increased MAXWIDGETS from 256 to 529
* Refactored many widgets using a new efficient consistent template
* Updated and fixed the existing examples and added 37 more
* Added an html widget reference converted from the project's wiki