summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-07 16:00:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-07 16:00:59 (GMT)
commitb75a1889afa207051395b0288890b5b197c87b75 (patch)
treea22e9506a9fabb7791a96c1d32bf67c0fda65a3e /ChangeLog
parentfa83bc71888fed39bcc77ad610ffd6f6980444f8 (diff)
Tried to resize the panels when the editor is resized.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@265 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecca861..0f1d521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+12-10-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/easygtk.h:
+ Deal with GtkRequisition structures.
+
+ * src/gui/panels/panel.c:
+ Try to resize the panels when the editor is resized.
+
+ * src/gui/panels/symbols.c:
+ Store the perfect size for GTK.
+
12-09-23 Cyrille Bagard <nocbos@gmail.com>
* src/common/fnv1a.c: