Camilla Berglund
38947b37af
Renamed context API init/terminate functions.
2013-01-15 20:49:29 +01:00
Camilla Berglund
b72a97d531
Renamed global struct and substructs.
...
Renamed _glfwLibrary to _glfw and made all substructs lower-case, making
global variable names easier to read and type. Partially inspired by the
internal naming conventions of glwt.
2013-01-02 01:44:57 +01:00
Camilla Berglund
835f00eb10
Merge branch 'master' into multi-monitor
...
Conflicts:
include/GL/glfw3.h
readme.html
src/fullscreen.c
src/internal.h
src/window.c
src/x11_fullscreen.c
2012-12-31 21:13:10 +01:00
Camilla Berglund
1790194828
Renamed _glfwInputError and moved to event API.
2012-12-31 21:05:28 +01:00
Camilla Berglund
23c6def880
Merge branch 'master' into multi-monitor
...
Conflicts:
src/cocoa_window.m
src/init.c
tests/iconify.c
tests/reopen.c
2012-12-30 22:18:15 +01:00
Camilla Berglund
9af61d06cf
Removed return value of _glfwPlatformTerminate.
2012-12-30 01:15:48 +01:00
Camilla Berglund
692f34b536
Merge branch 'master' into multi-monitor
...
Conflicts:
include/GL/glfw3.h
src/window.c
tests/glfwinfo.c
2012-12-22 19:40:15 +01:00
Camilla Berglund
9c0e19adca
Made error message tags more consistent.
2012-12-13 19:18:04 +01:00
Camilla Berglund
83f5b920b9
Merge branch 'master' into multi-monitor
...
Conflicts:
.gitignore
src/CMakeLists.txt
src/x11_window.c
2012-09-12 06:04:17 +02:00
Camilla Berglund
89b42d084d
Replaced glfwGetDesktopMode with glfwGetVideoMode.
2012-08-30 01:54:01 +02:00
Camilla Berglund
18a5aba8f1
Implemented TLS for all platforms.
2012-08-13 16:03:44 +02:00
Camilla Berglund
79bef68511
Only restore gamma ramp if it has been changed.
2012-05-24 11:46:51 +02:00
Camilla Berglund
21e77fe1a6
Split platform-specific global data.
2012-04-22 15:53:02 +02:00
quarnster
a73b45b7a7
Need to include sys/param.h for MAXPATHLEN.
2012-04-16 12:33:34 +03:00
Camilla Berglund
dd8b098387
Moved _GLFW_BUILD_DLL into configuration header.
2012-03-29 14:06:26 +02:00
Camilla Berglund
61d4cf4f39
Merge branch 'master' of github.com:elmindreda/glfw
2012-03-20 15:24:23 +01:00
Camilla Berglund
eb83a3e8f9
Replaced final deprecated Core Graphics call.
2012-03-20 15:23:35 +01:00
Camilla Berglund
8155f90bf3
Formatting.
2012-03-07 15:04:14 +01:00
Camilla Berglund
5f854b2bbf
Replaced CFRelease with CGDisplayModeRelease.
2012-03-06 00:58:04 +01:00
Camilla Berglund
7af82fdade
Replaced deprecated CoreGraphics calls in video mode enumeration.
2012-03-05 16:27:53 +01:00
Camilla Berglund
c0db61bd6e
Moved autorelease pool back to glfwInit.
2012-03-05 16:26:15 +01:00
Camilla Berglund
84ea69358f
Removed unused variable, fixed chdir regression.
2012-02-15 01:57:43 +01:00
Camilla Berglund
4a9545317e
Postponed AppKit init to first window creation.
2012-02-15 01:44:55 +01:00
Camilla Berglund
65f55d03b1
Removed invalid timer set.
2012-02-15 01:11:16 +01:00
Camilla Berglund
7302f761d9
Cleaned up bundle resource directory logic, clarified comment.
2012-02-15 00:33:01 +01:00
Camilla Berglund
13a438c91e
Replaced NSDate time source with mach_absolute_time.
2012-02-09 01:53:26 +01:00
Camilla Berglund
2935652f48
Merge remote-tracking branch 'tikhomirov/osx_joystick'
...
Conflicts:
.gitignore
src/cocoa_init.m
2012-01-29 15:05:58 +01:00
Camilla Berglund
379d0025ec
Removed library name from version string to more closely match OpenGL format.
2012-01-18 18:15:28 +01:00
Camilla Berglund
96267c8696
Formatting.
2011-11-02 17:34:27 +01:00
Tai Chi Minh Ralph Eastwood
5ac752d79d
Set the current gamma ramp to original gamma ramp at start.
2011-09-25 15:00:08 +01:00
Sergey Tikhomirov
2357cf6f30
Added initial joystick support on OS X
2011-09-18 22:05:00 +03:00
Tai Chi Minh Ralph Eastwood
53f64983a9
Take into account the original gamma before applying gamma.
2011-09-15 06:16:33 +01:00
Camilla Berglund
d24acb7f64
Copied Cocoa entry point bugfix from 2.7.2.
2011-07-27 18:40:41 +02:00
Camilla Berglund
0f93e8f252
Flattened source tree.
2011-07-26 15:16:34 +02:00