aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/ANNOUNCE.md
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-04-25 18:51:08 +0200
committerArisotura <thetotalworm@gmail.com>2020-04-25 18:51:08 +0200
commita85d41c53eed50f188502925ed34674397b86550 (patch)
treee33b042b8114f7ad587257d79bad021d5e617a44 /src/libui_sdl/libui/ANNOUNCE.md
parent3b3a09ed2b7a1f3d6f81ba6d1ddd7fbf17acd52d (diff)
berp.
Diffstat (limited to 'src/libui_sdl/libui/ANNOUNCE.md')
-rw-r--r--src/libui_sdl/libui/ANNOUNCE.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/libui_sdl/libui/ANNOUNCE.md b/src/libui_sdl/libui/ANNOUNCE.md
deleted file mode 100644
index 4db42eb..0000000
--- a/src/libui_sdl/libui/ANNOUNCE.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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).