urraka
40c04a7565
Added support for custom system cursors.
...
This adds 3 functions to the GLFW API: glfwCreateCursor,
glfwDestroyCursor and glfwSetCursor.
ago%!(EXTRA string=11 years)
Camilla Berglund
1ccc23268c
Added glfwPostEmptyEvent.
ago%!(EXTRA string=11 years)
Camilla Berglund
6e990b77d1
Removed stale comment.
ago%!(EXTRA string=11 years)
Camilla Berglund
6d8e78cc95
Further separation of window and context.
...
The context related parts of _GLFWwndconfig have been moved to
_GLFWctxconfig and given better names. Window hint and attribute
members have been renamed to match.
ago%!(EXTRA string=11 years)
Michael Dickens
04b4e605a0
Removed C99-ism for the sake of OS X 10.6.
...
Fixes #241 .
ago%!(EXTRA string=11 years)
Camilla Berglund
84377c6175
Added _GLFW_USE_RETINA.
ago%!(EXTRA string=11 years)
Camilla Berglund
611006af18
Updated API version in comment headers.
ago%!(EXTRA string=11 years)
Camilla Berglund
8f349e84ae
Cleaned up drop callback design.
ago%!(EXTRA string=11 years)
Camilla Berglund
8ae063bb1b
Cleanup.
ago%!(EXTRA string=11 years)
arturo
89d0723ba3
Initial drag and drop support.
ago%!(EXTRA string=11 years)
David Avedissian
c789238741
Removed extra argument
ago%!(EXTRA string=11 years)
David Avedissian
4658e72b84
Fixed link error introduced by previous commit
ago%!(EXTRA string=11 years)
Camilla Berglund
e0a26aa62f
Cursor mode cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
7341f8b635
Enlarged OS X invisible cursor.
...
Fixes #206 .
ago%!(EXTRA string=12 years)
Camilla Berglund
bc625b21b3
Removed completed todo.
ago%!(EXTRA string=12 years)
Camilla Berglund
b9d4875f3e
Improved documentation of hacks.
ago%!(EXTRA string=12 years)
Camilla Berglund
a83d257ac6
Moved application activation to window showing.
...
Fixes #93 .
ago%!(EXTRA string=12 years)
Camilla Berglund
ec5cb9c6f7
Moved to Cocoa for transformation and activation.
ago%!(EXTRA string=12 years)
Camilla Berglund
58045a5c07
Added Lion full scren menu item.
ago%!(EXTRA string=12 years)
Jack Moffitt
5be45d214b
Fix build on Mac OS X 10.7 Lion.
...
`CVDisplayLinkRef` needs an extra header file, and `NSAppKitVersionNumber10_7`
wasn't added until 10.8so use `> NSAppKitVersionNumber10_6` instead.
ago%!(EXTRA string=12 years)
Camilla Berglund
d78510457c
Added hack for full screen focus on OS X.
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)
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
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
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
9c20737b60
Allowed characters regardless of modifier keys.
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)
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)
Camilla Berglund
41a1374744
Updated references to OS X (previously Mac OS X).
ago%!(EXTRA string=12 years)
Camilla Berglund
d20aa0428a
Fixed window positioning on OS X.
ago%!(EXTRA string=12 years)
Camilla Berglund
58c69a9ac4
Enabled compilation on OS X 10.6 SDK.
ago%!(EXTRA string=12 years)
Camilla Berglund
22e1aa6cfc
Fixed process transform when no menu bar.
ago%!(EXTRA string=12 years)
Kyle McDonald
d5cd6ec8eb
Restored support for Mac OS X 10.6.
...
Modified during merge.
ago%!(EXTRA string=12 years)
Camilla Berglund
eba8168a03
Fixed glfwGetFramebufferSize on OS X.
ago%!(EXTRA string=12 years)
Camilla Berglund
f6a9338b06
Hooked up monitor callback on OS X.
ago%!(EXTRA string=12 years)
Camilla Berglund
11615fcaf2
Added scancode to key callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
3498163da1
Separated window and framebuffer sizes.
ago%!(EXTRA string=12 years)
Camilla Berglund
89588a4508
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
ffc55c3509
Removed broken initial cursor pos kluges.
ago%!(EXTRA string=12 years)
Noel Cower
eff85f9500
Added super modifier bit.
...
Edited during merge.
ago%!(EXTRA string=12 years)
Camilla Berglund
3bcffba24a
Renamed control modifier bit to match key token.
ago%!(EXTRA string=12 years)