aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/ANNOUNCE.md
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-09-09 02:30:51 +0200
committerStapleButter <thetotalworm@gmail.com>2017-09-09 02:30:51 +0200
commit70e4841d311d68689724768157cc9cbfbde7a9fc (patch)
treeba9499f77d1258530a7e60aa6e1732c41d98161c /src/libui_sdl/libui/ANNOUNCE.md
parent81747d6c34eb159481a6ca3f283d065fa3568617 (diff)
another UI attempt, I guess.
sorry.
Diffstat (limited to 'src/libui_sdl/libui/ANNOUNCE.md')
-rw-r--r--src/libui_sdl/libui/ANNOUNCE.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/ANNOUNCE.md b/src/libui_sdl/libui/ANNOUNCE.md
new file mode 100644
index 0000000..4db42eb
--- /dev/null
+++ b/src/libui_sdl/libui/ANNOUNCE.md
@@ -0,0 +1,22 @@
+# Old Announcements
+
+* **29 May 2016**
+ * **Alpha 3 is here!** Get it [here](https://github.com/andlabs/libui/releases/tag/alpha3).
+ * The next packaged release will introduce:
+ * uiGrid, another way to lay out controls, a la GtkGrid
+ * uiOpenGLArea, a way to render OpenGL content in a libui uiArea
+ * uiTable, a data grid control that may or may not have tree facilities (if it does, it will be called uiTree instead)
+ * a complete, possibly rewritten, drawing and text rendering infrastructure
+
+* **24 May 2016**
+ * You can now help choose [a potential new build system for libui](https://github.com/andlabs/libui/issues/62).
+ * Tomorrow I will decide if OS X 10.7 will also be dropped alongside GTK+ 3.4-3.8 this Saturday. Stay tuned.
+
+* **22 May 2016**
+ * Two more open questions I'd like your feedback on are available [here](https://github.com/andlabs/libui/issues/48) and [here](https://github.com/andlabs/libui/issues/25).
+ * Sometime in the next 48 hours (before 23:59 EDT on 24 May 2016) I will split `uiCombobox` into two separate controls, `uiCombobox` and `uiEditableCombobox`, each with slightly different events and "selected item" mechanics. Prepare your existing code.
+
+* **21 May 2016**
+ * I will now post announcements and updates here.
+ * Now that Ubuntu 16.04 LTS is here, no earlier than next Saturday, 28 May 2016 at noon EDT, **I will bump the minimum GTK+ version from 3.4 to 3.10**. This will add a lot of new features that I can now add to libui, such as search-oriented uiEntries, lists of arbitrary control layouts, and more. If you are still running a Linux distribution that doesn't come with 3.10, you will either need to upgrade or use jhbuild to set up a newer version of GTK+ in a private environment.
+ * You can decide if I should also drop OS X 10.7 [here](https://github.com/andlabs/libui/issues/46).