Michael Dickens
04b4e605a0
Removed C99-ism for the sake of OS X 10.6.
...
Fixes #241 .
2014-02-13 20:58:48 +01:00
Camilla Berglund
84377c6175
Added _GLFW_USE_RETINA.
2014-02-10 13:45:13 +01:00
Camilla Berglund
611006af18
Updated API version in comment headers.
2014-01-22 01:32:00 +01:00
Camilla Berglund
8f349e84ae
Cleaned up drop callback design.
2014-01-21 18:23:25 +01:00
Camilla Berglund
8ae063bb1b
Cleanup.
2014-01-21 15:25:49 +01:00
arturo
89d0723ba3
Initial drag and drop support.
2014-01-21 15:25:49 +01:00
David Avedissian
c789238741
Removed extra argument
2014-01-18 23:43:17 +00:00
David Avedissian
4658e72b84
Fixed link error introduced by previous commit
2014-01-18 21:32:18 +00:00
Camilla Berglund
e0a26aa62f
Cursor mode cleanup.
2014-01-15 14:23:34 +01:00
Camilla Berglund
7341f8b635
Enlarged OS X invisible cursor.
...
Fixes #206 .
2014-01-06 15:34:49 +01:00
Camilla Berglund
bc625b21b3
Removed completed todo.
2013-11-10 14:03:34 +01:00
Camilla Berglund
b9d4875f3e
Improved documentation of hacks.
2013-11-10 13:56:27 +01:00
Camilla Berglund
a83d257ac6
Moved application activation to window showing.
...
Fixes #93 .
2013-11-07 18:07:46 +01:00
Camilla Berglund
ec5cb9c6f7
Moved to Cocoa for transformation and activation.
2013-11-07 18:03:39 +01:00
Camilla Berglund
58045a5c07
Added Lion full scren menu item.
2013-10-28 13:01:58 +01:00
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.
2013-10-24 02:24:34 -06:00
Camilla Berglund
d78510457c
Added hack for full screen focus on OS X.
2013-10-17 19:59:34 +02:00
Camilla Berglund
9c15e2ff86
Enabled Lion full screen.
2013-10-10 00:09:03 +02:00
Camilla Berglund
7775c87cd6
Cleanup and change log update.
2013-10-09 23:58:43 +02:00
Camilla Berglund
1047d5646d
Merge pull request #139 from Pieroman/patch-1
...
Fixed full screen windows blanking unused monitors.
2013-10-09 14:47:41 -07:00
Andri Pálsson
99784fb8f0
Fixed hidden cursor positioning corner case.
2013-10-09 19:06:03 +02:00
Camilla Berglund
e9694cca47
Merge pull request #152 from sjml/master
...
Fixed minor Xcode 5 warnings.
2013-10-08 10:43:55 -07:00
Shane Liesegang
9e0c07b7ba
Fixing Xcode 5 warning
...
Xcode 5 has gotten more pedantic about undeclared selectors, by
default.
2013-10-08 10:49:00 -04:00
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.
2013-10-08 10:42:17 -04:00
Camilla Berglund
5759d0fdf2
Fixed F13 being reported as PrtSc on OS X.
2013-09-26 19:58:35 +02:00
Camilla Berglund
201d0a78b1
Fixed Grave and World 1 being flipped.
2013-09-26 00:00:07 +02:00
Pieroman
d3f22b8a04
Fixed Mac OS X bug where request for one fullscreen window blacks out other monitors
2013-09-19 21:33:44 +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
9c20737b60
Allowed characters regardless of modifier keys.
2013-08-19 13:08:35 +02:00
Camilla Berglund
3cfc400cf9
Simplified source file comment headers.
2013-07-30 14:46:52 +02:00
Camilla Berglund
6e85924bd3
Replaced selector test with NSAppKitVersionNumber.
2013-07-30 14:46:51 +02:00
Dmitri Shuralyov
c99b7fe7da
Fixed #if-guard logic and signature for hasPreciseScrollingDeltas.
2013-07-24 23:06:58 -07:00
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.
2013-07-17 19:36:43 -07:00
siavash
0463e196b4
Cleanup of size_t use.
2013-07-15 18:37:02 +02:00
Camilla Berglund
41a1374744
Updated references to OS X (previously Mac OS X).
2013-07-10 15:38:31 +02:00
Camilla Berglund
d20aa0428a
Fixed window positioning on OS X.
2013-07-09 17:08:26 +02:00
Camilla Berglund
58c69a9ac4
Enabled compilation on OS X 10.6 SDK.
2013-07-04 15:02:01 +02:00
Camilla Berglund
22e1aa6cfc
Fixed process transform when no menu bar.
2013-06-16 20:30:36 +02:00
Kyle McDonald
d5cd6ec8eb
Restored support for Mac OS X 10.6.
...
Modified during merge.
2013-06-16 18:46:20 +02:00
Camilla Berglund
eba8168a03
Fixed glfwGetFramebufferSize on OS X.
2013-06-16 18:32:16 +02:00
Camilla Berglund
f6a9338b06
Hooked up monitor callback on OS X.
2013-06-06 01:28:01 +02:00
Camilla Berglund
11615fcaf2
Added scancode to key callback.
2013-06-05 23:46:09 +02:00
Camilla Berglund
3498163da1
Separated window and framebuffer sizes.
2013-06-04 01:51:54 +02:00
Camilla Berglund
89588a4508
Cleanup.
2013-06-04 01:51:40 +02:00
Camilla Berglund
ffc55c3509
Removed broken initial cursor pos kluges.
2013-05-26 17:19:13 +02:00
Noel Cower
eff85f9500
Added super modifier bit.
...
Edited during merge.
2013-05-23 14:21:35 +02:00
Camilla Berglund
3bcffba24a
Renamed control modifier bit to match key token.
2013-05-23 14:21:35 +02:00
Camilla Berglund
6df692b61e
Renamed CURSOR_CAPTURED to CURSOR_DISABLED.
2013-05-22 21:56:14 +02:00
Camilla Berglund
2d1b835711
Added a conservative set of key modifiers.
2013-05-22 21:56:14 +02:00