From 59265f944585117cd1b0750067b3bee41af6eee8 Mon Sep 17 00:00:00 2001 From: Christian Seiler Date: Tue, 31 May 2016 20:02:59 +0200 Subject: [PATCH] Add TODO list --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..aa2eda3 --- /dev/null +++ b/TODO @@ -0,0 +1,18 @@ +gtk3-nocsd TODO +--------------- + + - Investigate whether we should force gtk-dialogs-use-header to FALSE + (the current default in non-GNOME environments) or not. + + - Potentially remove title from header bar (redundant, but might make + header bar look too empty). + + - Hide header bar if it were to contain only the title. + + - Split source code into multiple files. + + - Use same code paths for all Gtk versions, remove compositing hack + completely. + + - Potentially add support to selectively enable gtk3-nocsd only for + specific applications. (How?)