-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
13,396 additions
and
4,945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
2009-04-06 Tristan Van Berkom <[email protected]> | ||
|
||
* plugins/gtk+/glade-button-editor.c: Properly initialize GValue on | ||
stack (fix by Felix Riemann - bug 577822). | ||
|
||
* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-store-editor.c: | ||
Disabled 'data' property for treestores (oops not supported by | ||
GtkBuilder, Bug 577685). | ||
|
||
* gladeui/[...].h: Fixed failed build on Msys/MinGW (Bug 576851 – | ||
fix by Damon Register). | ||
|
||
2009-03-25 Tristan Van Berkom <[email protected]> | ||
|
||
Fixed Mal-ordering of atk properties, signals and accelerators in | ||
Libglade format output. | ||
|
||
* gladeui/glade-widget.[ch]: Now export glade_widget_write_signals(), | ||
only write signals from the core when in builder format. | ||
|
||
* plugins/gtk+/glade-gtk.c: glade_gtk_widget_write_widget(), write | ||
properties out as "properties -> atk -> signals -> accelerators when | ||
in libglade format, leave signals to core when in builder format. | ||
|
||
2009-03-21 Tristan Van Berkom <[email protected]> | ||
* NEWS, configure.ac: Rolling 3.6.1 | ||
|
||
* gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems | ||
I missed it was klass->name that was null, fixed it so it would never | ||
be null, and added g_assert() where the crash was. | ||
|
||
* gladeui/glade-widget.c: Fix broken hash table maintenence in | ||
glade_widget_remove_property() (bug 575885). | ||
|
||
2009-03-21 Tristan Van Berkom <[email protected]> | ||
|
||
* gladeui/glade-command.c: Fix win32 crasher (bug 575206) | ||
|
||
2009-03-16 Tristan Van Berkom <[email protected]> | ||
|
||
* NEWS, configure.ac: Rolling Glade 3.6.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.