Camilla Berglund
|
a5b6a306ae
|
Added note.
|
2013-11-13 12:47:44 +01:00 |
|
Camilla Berglund
|
109e3d13ed
|
Fixed reporting of negative window positions.
MSDN recommends LOWORD and HIWORD for WM_MOVE, but these do not
handle negative window positions correctly.
Fixes #172.
|
2013-11-13 12:39:41 +01:00 |
|
Camilla Berglund
|
7af99bce88
|
Fixed cursor centering for odd window sizes.
|
2013-11-13 12:39:40 +01:00 |
|
Camilla Berglund
|
76afd41727
|
Added X error reporting to window creation failure.
|
2013-11-10 14:12:07 +01:00 |
|
Camilla Berglund
|
bc625b21b3
|
Removed completed todo.
|
2013-11-10 14:03:34 +01:00 |
|
Camilla Berglund
|
adbd52ba27
|
Formatted todos and notes.
|
2013-11-10 14:03:07 +01:00 |
|
Camilla Berglund
|
b9d4875f3e
|
Improved documentation of hacks.
|
2013-11-10 13:56:27 +01:00 |
|
Camilla Berglund
|
b13c84f854
|
Removed joystick axis value negation on OS X.
|
2013-11-07 20:45:29 +01:00 |
|
Camilla Berglund
|
4013f733fe
|
Reverted change of IOKit functions.
The previously used set of functions caused a regression where no axes
or buttons were reported. Fixes #78.
|
2013-11-07 20:19:30 +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
|
cc7f0bd532
|
Fixed crash retrieving the name of some displays.
|
2013-11-07 16:28:07 +01:00 |
|
Camilla Berglund
|
97ae40496d
|
Added reporting of extension string retrieval failure.
|
2013-11-07 15:17:25 +01:00 |
|
Camilla Berglund
|
1cbd06c8a2
|
Fixed hidden window positioning on Metacity.
|
2013-11-03 13:51:34 +01:00 |
|
Camilla Berglund
|
eabbb20d17
|
Added NULL test for glGetStringi.
|
2013-11-01 13:55:33 +01:00 |
|
Camilla Berglund
|
0153dab346
|
Clarified WGL re-creation comment.
|
2013-10-28 14:50:33 +01:00 |
|
Camilla Berglund
|
58045a5c07
|
Added Lion full scren menu item.
|
2013-10-28 13:01:58 +01:00 |
|
Camilla Berglund
|
7d1ae7aea7
|
Cleaned up Win32 timer.
|
2013-10-28 12:14:50 +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
|
bc8ff545ca
|
Fixed mode enumeration for Thunderbolt monitors.
|
2013-10-17 20:43:39 +02:00 |
|
Camilla Berglund
|
e576bdc894
|
Removed joystick axis value negation.
|
2013-10-17 20:09:00 +02:00 |
|
Camilla Berglund
|
d78510457c
|
Added hack for full screen focus on OS X.
|
2013-10-17 19:59:34 +02:00 |
|
Camilla Berglund
|
7ef7beb9fb
|
Formatting.
|
2013-10-17 15:16:27 +02:00 |
|
Camilla Berglund
|
16e63adc40
|
Tenative setting of install_name.
|
2013-10-16 20:56:59 +02:00 |
|
Camilla Berglund
|
0041699048
|
Fixed glfw3.pc not using LIB_SUFFIX.
|
2013-10-12 20:22:48 +02:00 |
|
Camilla Berglund
|
2c920fbb8b
|
Clarified character callback parameter.
|
2013-10-10 19:41:56 +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 |
|
Camilla Berglund
|
aab08712dd
|
Fixed zero refresh rate on some monitors.
|
2013-10-09 19:45:39 +02: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
|
16a8fafab2
|
Made disabled mode disable Win32 cursor image.
|
2013-10-07 16:28:19 +02:00 |
|
Camilla Berglund
|
6e68d89e0f
|
Fixed focus for Win+D window restoration.
|
2013-10-07 16:12:23 +02:00 |
|
Camilla Berglund
|
9c5d9f8614
|
Fixed clip rect being set for unfocused windows.
|
2013-10-07 15:30:57 +02:00 |
|
Camilla Berglund
|
161065ac19
|
Clarified configuration header comments.
|
2013-10-06 11:45:28 +02:00 |
|
Andrew Corrigan
|
34f1c298b6
|
config.h.in --> glfw_config.h.in
|
2013-10-04 09:41:08 -04:00 |
|
Camilla Berglund
|
8194f1e2ae
|
Added hack for setting WM_CLASS.
|
2013-10-04 13:41:19 +02: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
|
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
|
3415f3ccde
|
Conditionally define API version macros.
|
2013-09-13 12:27:43 +02:00 |
|
Camilla Berglund
|
57b8be1c24
|
Added support for mouse buttons 4-n.
|
2013-09-08 16:09:23 +02:00 |
|
Camilla Berglund
|
b998d4fe01
|
Fixed _WIN32_WINNT not being set to Windows XP.
|
2013-09-03 13:38:16 +02:00 |
|
Camilla Berglund
|
3f74712540
|
Updated NSGL error tag.
|
2013-08-26 22:48:07 +02:00 |
|