From 2064b2ca7af6018272e79adbc13b871705ca29e9 Mon Sep 17 00:00:00 2001
From: Camilla Berglund
Date: Thu, 9 Sep 2010 22:35:58 +0200
Subject: [PATCH] Updated changelog to catch up with code progress.
---
readme.html | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/readme.html b/readme.html
index 88b8840f..9e86711a 100644
--- a/readme.html
+++ b/readme.html
@@ -261,9 +261,22 @@ version of GLFW.
v3.0
+ - Added
GLFWwindow
window handle type and updated window-related functions and callbacks to take a window handle
+ - Added
glfwIsWindow
function for verifying that a given window handle is (still) valid
+ - Added
glfwMakeWindowCurrent
function for making the context of the specified window current
+ - Added
glfwGetError
and glfwErrorString
error reporting functions and a number of error tokens
+ - Changed buffer bit depth parameters of
glfwOpenWindow
to window hints
+ - Renamed
lib
source code directory to src
- Replaced ad hoc build system with CMake
- - Removed threading API
- - Removed image loading API
+ - Updated all included test and example programs to use the new API
+ - Removed event auto-polling and the
GLFW_AUTO_POLL_EVENTS
window enable
+ - Removed the entire threading API
+ - Removed the entire image loading API
+ - Removed
glfwSleep
function
+ - Removed
glfwGetNumberOfProcessors
function
+ - Removed
GLFW_OPENED
window parameter
+ - Removed nonsensical key actions for Unicode character input
+ - Removed
GLFWCALL
and GLFWAPIENTRY
macros for stdcall calling convention
v2.7