From 6fe21dd9a866c294db16be8ad1c7f4db6d9c8a69 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 5 Oct 2014 12:50:29 +0200 Subject: [PATCH] Add TODO file --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..1a576f5 --- /dev/null +++ b/TODO @@ -0,0 +1,19 @@ +* Feature list [4/12] + - [X] Generate header + - [X] Generate code + - [X] Add private struct if needed + - [X] Add support for post-2.38 private struct shortcut + - [ ] Support properties + - [ ] Support signals + - [ ] Add Gtk-Doc sections and some class documentation + - [ ] Add widget specialisation + - [ ] Standalone (with custom render function) + - [ ] Composite + - [ ] Templated composite (Generate empty template?) + - [ ] Display help for fields + - [ ] Add a GLib requirement check if 2.38 is used (with an option + to disable) + - [ ] Add a GET_PRIV macro for 2.38+ + - [ ] Create an Emacs package + +# -*- mode: org