Camilla Berglund
d78510457c
Added hack for full screen focus on OS X.
ago%!(EXTRA string=12 years)
Camilla Berglund
7ef7beb9fb
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
16e63adc40
Tenative setting of install_name.
ago%!(EXTRA string=12 years)
Camilla Berglund
0041699048
Fixed glfw3.pc not using LIB_SUFFIX.
ago%!(EXTRA string=12 years)
Camilla Berglund
2c920fbb8b
Clarified character callback parameter.
ago%!(EXTRA string=12 years)
Camilla Berglund
9c15e2ff86
Enabled Lion full screen.
ago%!(EXTRA string=12 years)
Camilla Berglund
7775c87cd6
Cleanup and change log update.
ago%!(EXTRA string=12 years)
Camilla Berglund
aab08712dd
Fixed zero refresh rate on some monitors.
ago%!(EXTRA string=12 years)
Andri Pálsson
99784fb8f0
Fixed hidden cursor positioning corner case.
ago%!(EXTRA string=12 years)
Shane Liesegang
9e0c07b7ba
Fixing Xcode 5 warning
...
Xcode 5 has gotten more pedantic about undeclared selectors, by
default.
ago%!(EXTRA string=12 years)
Shane Liesegang
209de7b56d
Removing warnings when building Cocoa in 64-bit
...
NSInteger is defined as the native integer width, so these changes
remove implicit conversions that were causing precision warnings.
ago%!(EXTRA string=12 years)
Camilla Berglund
16a8fafab2
Made disabled mode disable Win32 cursor image.
ago%!(EXTRA string=12 years)
Camilla Berglund
6e68d89e0f
Fixed focus for Win+D window restoration.
ago%!(EXTRA string=12 years)
Camilla Berglund
9c5d9f8614
Fixed clip rect being set for unfocused windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
161065ac19
Clarified configuration header comments.
ago%!(EXTRA string=12 years)
Andrew Corrigan
34f1c298b6
config.h.in --> glfw_config.h.in
ago%!(EXTRA string=12 years)
Camilla Berglund
8194f1e2ae
Added hack for setting WM_CLASS.
ago%!(EXTRA string=12 years)
Camilla Berglund
5759d0fdf2
Fixed F13 being reported as PrtSc on OS X.
ago%!(EXTRA string=12 years)
Camilla Berglund
201d0a78b1
Fixed Grave and World 1 being flipped.
ago%!(EXTRA string=12 years)
Pieroman
d3f22b8a04
Fixed Mac OS X bug where request for one fullscreen window blacks out other monitors
ago%!(EXTRA string=12 years)
Camilla Berglund
d3f3e2d6c5
Removed unused flag.
ago%!(EXTRA string=12 years)
Camilla Berglund
546c794321
Fixed OS X cursor bugs #3 , #72 and #88 .
ago%!(EXTRA string=12 years)
Camilla Berglund
d69796d9e0
Updated menu label for minimization.
ago%!(EXTRA string=12 years)
Camilla Berglund
3415f3ccde
Conditionally define API version macros.
ago%!(EXTRA string=12 years)
Camilla Berglund
57b8be1c24
Added support for mouse buttons 4-n.
ago%!(EXTRA string=12 years)
Camilla Berglund
b998d4fe01
Fixed _WIN32_WINNT not being set to Windows XP.
ago%!(EXTRA string=12 years)
Camilla Berglund
3f74712540
Updated NSGL error tag.
ago%!(EXTRA string=12 years)
Camilla Berglund
124bc392ab
Removed stale comment.
ago%!(EXTRA string=12 years)
Camilla Berglund
f54b4e174d
Fixed error code for missing GLES.
ago%!(EXTRA string=12 years)
Camilla Berglund
83f57ff0ce
Fixed potential segfault on init.
ago%!(EXTRA string=12 years)
Camilla Berglund
9c20737b60
Allowed characters regardless of modifier keys.
ago%!(EXTRA string=12 years)
Camilla Berglund
951f02acf3
Fixed keypad 5 release events.
ago%!(EXTRA string=12 years)
Camilla Berglund
735bc2d815
Added NvOptimusEnablement.
ago%!(EXTRA string=12 years)
Camilla Berglund
a3ca7ad93a
Removed cursor centering XFlush hack.
ago%!(EXTRA string=12 years)
Camilla Berglund
261f290abf
Fixed original video mode being overwritten.
ago%!(EXTRA string=12 years)
Camilla Berglund
63a191eb8d
Added clearing of callbacks on terminate.
ago%!(EXTRA string=12 years)
arturo
a6a5fa937c
Fixed window position being incorrect on some WMs.
ago%!(EXTRA string=12 years)
Camilla Berglund
3cfc400cf9
Simplified source file comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
6e85924bd3
Replaced selector test with NSAppKitVersionNumber.
ago%!(EXTRA string=12 years)
Camilla Berglund
f7282e86c0
Added pointer swap macro for callback setters.
ago%!(EXTRA string=12 years)
Camilla Berglund
9d0e102135
Fixed glfwCreateWindow return value semantics.
ago%!(EXTRA string=12 years)
Dmitri Shuralyov
c99b7fe7da
Fixed #if-guard logic and signature for hasPreciseScrollingDeltas.
ago%!(EXTRA string=12 years)
Dmitri Shuralyov
5655e26315
Changed scrollWheel to use precise scrolling deltas when available.
...
Use precise scrolling deltas only on supported versions of OS X;
hasPreciseScrollingDeltas, scrollingDeltaX, scrollingDeltaY are
available in OS X v10.7 and later.
Replaced a single occurence of a tab character with 4 spaces for
consistency in src/socoa_window.m.
ago%!(EXTRA string=12 years)
siavash
0463e196b4
Cleanup of size_t use.
ago%!(EXTRA string=12 years)
siavash
b12c973922
Moved X11 character translation failure test.
ago%!(EXTRA string=12 years)
Camilla Berglund
45653c5549
Cleaned up X error handler work.
ago%!(EXTRA string=12 years)
Camilla Berglund
41a1374744
Updated references to OS X (previously Mac OS X).
ago%!(EXTRA string=12 years)
Camilla Berglund
c8b01f61d6
Enabled OpenGL 3.x and 4.x context on OS X 10.9.
ago%!(EXTRA string=12 years)
siavash
3b4eb2f0a0
Added blank cursor creation error checking on X11.
ago%!(EXTRA string=12 years)
Camilla Berglund
d20aa0428a
Fixed window positioning on OS X.
ago%!(EXTRA string=12 years)