summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-02-08 17:00:41 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-02-08 17:00:41 -0300
commit6f157a9a26f607a687ca29bc01ee268796ba795d (patch)
treef5cc866d48740424bdd7f75f1de0f3cf7286c397 /ChangeLog
parentdcdec3c6b81f78aa865b90dbecb625cf69de2798 (diff)
downloadglade-6f157a9a26f607a687ca29bc01ee268796ba795d.tar.gz
* gladeui/glade-design-layout.c:
o Fixed bug #641487 "Selection drawn at incorrect positions" o fixed double click layout maximization o use gtk_widget_get_preferred_size() in get_preferred_width/height() fixes allocation bug related to bug #641487 o removed unused function on_child_size_allocate() o start using GDK_FLEUR as resize grip cursor
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b90614a4..4705be86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-08 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-design-layout.c:
+ o Fixed bug #641487 "Selection drawn at incorrect positions"
+ o fixed double click layout maximization
+ o use gtk_widget_get_preferred_size() in get_preferred_width/height() fixes
+ allocation bug related to bug #641487
+ o removed unused function on_child_size_allocate()
+ o start using GDK_FLEUR as resize grip cursor
+
2011-02-05 Tristan Van Berkom <tristanvb@openismus.com>
* plugins/gtk+/gtk+.xml.in: Disabling irrelevant properties for GtkScaleButton