-
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
1 parent
c44e103
commit a1b20ca
Showing
62 changed files
with
13,560 additions
and
6,997 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-06-06 Tristan Van Berkom <[email protected]> | ||
|
||
* plugins/gtk+/glade-gtk.c: Sync up size requests of fixed/layout children | ||
at load time (bug 584334). | ||
|
||
2009-05-27 Tristan Van Berkom <[email protected]> | ||
|
||
* configure.ac, NEWS: Updating for 3.6.4 ... [ NOT ROLLED YET ] | ||
|
||
2009-05-27 Tristan Van Berkom <[email protected]> | ||
|
||
* gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-palette-item.c, | ||
gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac, | ||
now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as | ||
on (event->button == 3) since Mac is missing the right mouse button and ports X server | ||
setup doesnt seem to emulate it. | ||
|
||
* gladeui/glade-property-class.c: Add me to authors. | ||
|
||
2009-05-17 Juan Pablo Ugarte <[email protected]> | ||
|
||
* gladeui/glade-base-editor.c: fixed bug in glade_base_editor_add_default_properties() | ||
It was setting the wrong type model. | ||
|
||
* gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class | ||
This helps a lot for custom composite widget. | ||
|
||
2009-04-29 Tristan Van Berkom <[email protected]> | ||
|
||
* gladeui/glade-project.c: Check project naming policy at add_object() time (bug 580745). | ||
|
||
2009-04-24 Juan Pablo Ugarte <[email protected]> | ||
|
||
* plugins/gtk+/glade-gtk.c: | ||
o fixed icon source state write bug on write_icon_sources() | ||
o fixed loading bug in glade_gtk_icon_factory_read_sources() | ||
we either use g_list_append() or steal/insert to add new icon sources | ||
|
||
2009-04-22 Tristan Van Berkom <[email protected]> | ||
|
||
* NEWS, configure.ac: Rolling 3.6.3 | ||
|
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.