Doug Binks
58df718e60
Merge ff8f9e3170
into 201d0a78b1
2013-09-25 22:15:01 -07:00
Camilla Berglund
201d0a78b1
Fixed Grave and World 1 being flipped.
2013-09-26 00:00:07 +02:00
Camilla Berglund
1f6696d433
Added references to build guide.
2013-09-24 22:17:35 +02:00
Camilla Berglund
59422ec980
Started 3.0.4.
2013-09-24 21:36:11 +02:00
Camilla Berglund
fd3813f0d9
Updated notes referring to Mac OS X.
2013-09-24 21:34:46 +02:00
Camilla Berglund
25eb8dc277
Removed index.html from URL.
2013-09-24 21:32:21 +02:00
Camilla Berglund
ebe38eedd8
Merge pull request #141 from siavashserver/doxygen-theme
...
Added Doxygen documentation theme.
2013-09-21 12:49:41 -07:00
siavash
96c5aea3ba
Removed invisible element.
2013-09-21 15:18:49 +04:30
siavash
cca61d752d
New theme for doxygen generated documentations.
2013-09-21 15:14:37 +04:30
Camilla Berglund
6af51e049f
Added more detailed notes on some CMake options.
2013-09-19 22:24:03 +02:00
Camilla Berglund
3af1c411ca
Added notes on swap interval defaults.
2013-09-19 21:37:01 +02:00
Camilla Berglund
fd4ea8bc25
Added description of 3.0.3 release.
2013-09-19 14:30:47 +02:00
Camilla Berglund
d3f3e2d6c5
Removed unused flag.
2013-09-19 01:12:50 +02:00
Camilla Berglund
546c794321
Fixed OS X cursor bugs #3 , #72 and #88 .
2013-09-19 01:05:51 +02:00
Camilla Berglund
d69796d9e0
Updated menu label for minimization.
2013-09-16 15:58:05 +02:00
Camilla Berglund
4ff8095dee
Workaround for libXi and CMake 2.8.7.
2013-09-13 14:42:45 +02:00
Camilla Berglund
3415f3ccde
Conditionally define API version macros.
2013-09-13 12:27:43 +02:00
Camilla Berglund
6770ae0556
Added workaround for legacy MinGW.
...
When building on legacy MinGW, WINVER and UNICODE need to be defined
before the inclusion of stddef.h (by glfw3.h), which is itself included
before win32_platform.h.
2013-09-13 12:26:55 +02:00
Camilla Berglund
bb5581690d
Documentation fixes for glfwSetCursorPos.
2013-09-09 23:31:59 +02:00
Camilla Berglund
57b8be1c24
Added support for mouse buttons 4-n.
2013-09-08 16:09:23 +02:00
Camilla Berglund
c93b120252
Disabled stddef.h for GLFW_INCLUDE_NONE, cleanup.
2013-09-08 16:07:34 +02:00
Camilla Berglund
5cf8587269
Merge pull request #121 from Systemcluster/patch-1
...
Declared unnamed typedef structs as their types.
2013-09-03 04:51:29 -07:00
Camilla Berglund
b998d4fe01
Fixed _WIN32_WINNT not being set to Windows XP.
2013-09-03 13:38:16 +02:00
Systemcluster
d0a0e37b2b
Declared unnamed typedef structs as their types
...
Without defining them as structs it was impossible to forward declare `GLFWgammaramp` and `GLFWvidmode`.
2013-08-29 06:15:55 +02:00
Camilla Berglund
3f74712540
Updated NSGL error tag.
2013-08-26 22:48:07 +02:00
Camilla Berglund
124bc392ab
Removed stale comment.
2013-08-26 20:18:49 +02:00
Camilla Berglund
8c1588b14e
Started 3.0.3.
2013-08-26 16:22:06 +02:00
Camilla Berglund
58aef89521
Made release description match website.
2013-08-25 21:40:06 +02:00
Camilla Berglund
f54b4e174d
Fixed error code for missing GLES.
2013-08-21 11:56:48 +02:00
Camilla Berglund
83f57ff0ce
Fixed potential segfault on init.
2013-08-21 10:15:52 +02:00
Camilla Berglund
71c07feffd
Added description of 3.0.2 release.
2013-08-20 12:46:32 +02:00
Camilla Berglund
9c20737b60
Allowed characters regardless of modifier keys.
2013-08-19 13:08:35 +02:00
Camilla Berglund
951f02acf3
Fixed keypad 5 release events.
2013-08-16 17:48:11 +02:00
Doug Binks
ff8f9e3170
_glfwPlatformGetKeyName improve consistency of returned values on Cocoa
2013-08-15 18:33:20 +02:00
Doug Binks
c0fcb50e5f
glfwGetKeyName(int key) - bugfix for previous commit.
2013-08-15 18:12:35 +02:00
Doug Binks
2a59848c8f
glfwGetKeyName(int key) - Windows version consistency improvements
2013-08-15 17:41:29 +02:00
Doug Binks
5205f071a4
X11 implementation.
2013-08-15 17:26:33 +02:00
Doug Binks
993e1acf69
X11 fix for errorneous change in previous commit.
2013-08-15 15:25:00 +02:00
Doug Binks
b04b98986a
X11 input fix for keypad issues.
2013-08-15 15:22:35 +02:00
Doug Binks
363ec64321
Fixed memory leak in cocoa _glfwPlatformGetKeyName
2013-08-14 18:35:32 +02:00
Doug Binks
9c68e11f2f
glfwGetKeyName(int key) - Cocoa version working (adds dep to Carbon framework).
2013-08-14 17:12:11 +02:00
Doug Binks
6edcc75a6b
glfwGetKeyName(int key) - Added stub methods for X11 and Cocoa
2013-08-14 14:41:39 +02:00
Doug Binks
f4ed02f6c8
glfwGetKeyName(int key) - Windows version working with test in events.c
2013-08-14 14:25:57 +02:00
Camilla Berglund
735bc2d815
Added NvOptimusEnablement.
2013-08-07 18:11:58 +02:00
Camilla Berglund
a024e61bf8
Build documentation improvements.
2013-08-07 17:53:19 +02:00
Camilla Berglund
082fc019c7
Build documentation improvements.
2013-08-07 17:17:15 +02:00
Camilla Berglund
ffb699fb06
Build documentation improvements.
2013-08-07 17:05:32 +02:00
Camilla Berglund
d318de7c00
Expanded section on X11 and Mesa packages.
2013-08-07 16:01:38 +02:00
Camilla Berglund
68bd6687d6
Formatting.
2013-08-07 15:30:15 +02:00
Camilla Berglund
a3ca7ad93a
Removed cursor centering XFlush hack.
2013-08-06 20:48:31 +02:00