summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a9a1f9..667e23b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+12-08-20 Cyrille Bagard <nocbos@gmail.com>
+
+ * pixmaps/drop_bottom_hover.png:
+ * pixmaps/drop_bottom.png:
+ * pixmaps/drop_center_hover.png:
+ * pixmaps/drop_center.png:
+ * pixmaps/drop_left_hover.png:
+ * pixmaps/drop_left.png:
+ * pixmaps/drop_right_hover.png:
+ * pixmaps/drop_right.png:
+ * pixmaps/drop_top_hover.png:
+ * pixmaps/drop_top.png:
+ * pixmaps/dropwin_back.png:
+ Delete unused pictures.
+
+ * pixmaps/Makefile.am:
+ Handle the new 'welcome.png' picture.
+
+ * pixmaps/welcome.png:
+ Create a background for the welcome panel.
+
+ * src/editor.c:
+ Disable old code which was still displayed.
+
+ * src/gui/menus/file.c:
+ * src/gui/panels/log.c:
+ * src/gui/panels/log.h:
+ Update code when loading panels.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'welcome.[ch]' files to libguipanels_la_SOURCES.
+
+ * src/gui/panels/panel.c:
+ * src/gui/panels/panel.h:
+ * src/gui/panels/panel-int.h:
+ Rewrite a cleaner way to dock panels.
+
+ * src/gui/panels/symbols.h:
+ Typo.
+
+ * src/gui/panels/welcome.c:
+ * src/gui/panels/welcome.h:
+ New entries: provide a welcome panel for empty startup.
+
+ * src/main.c:
+ * src/project.c:
+ * src/project.h:
+ Update code when loading panels.
+
12-08-17 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkdockpanel.c: