From 4a7b0ffadae85bd0114bcc10af789f5daf707334 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 14 Sep 2010 03:14:33 +0200 Subject: [PATCH] Added changelog entry, removed Mr. Obvious changelog entries. --- readme.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 0c0a2f8b..9e126c9e 100644 --- a/readme.html +++ b/readme.html @@ -270,11 +270,9 @@ version of GLFW.

  • Added windows simple multi-window test program
  • Added initial window title parameter to glfwOpenWindow
  • Changed buffer bit depth parameters of glfwOpenWindow to window hints
  • -
  • Renamed lib source code directory to src
  • Renamed glfw.h to glfw3.h to avoid conflicts with 2.x series
  • Renamed GLFW_WINDOW token to GLFW_WINDOWED
  • Replaced ad hoc build system with CMake
  • -
  • Updated all included test and example programs to use the new API
  • Made Unicode character input unaffected by GLFW_KEY_REPEAT
  • Removed event auto-polling and the GLFW_AUTO_POLL_EVENTS window enable
  • Removed the entire threading API
  • @@ -284,6 +282,7 @@ version of GLFW.

  • Removed GLFW_OPENED window parameter
  • Removed nonsensical key actions for Unicode character input
  • Removed GLFWCALL and GLFWAPIENTRY macros for stdcall calling convention
  • +
  • [Win32] Removed explicit support for versions of Windows older than Windows XP
  • v2.7