Kamil
6e62fc240c
Window WM_MOVE issue
...
When moving window to another monitor you can get negative values for Y
for example. using LOWORD / HIWORD uses unsigned short so you gets
values 65k+ when moving window above primary monitor.
2013-11-12 17:58:01 +01:00
Kamil
a601c69719
Mouse "walking"
...
Using int insted of double helps keep conversion and subtraction a few
lines below accurate. Using double in some cases couse to cursor
"walking" when cursorMode == DISABLED . Tested.
2013-11-12 03:08:18 +01:00
Kamil
8069d56c8c
Parent window
...
Added `parent` feature to cocoa and X11. Its need to be tested and I
actually dont know how to do it with X11.
2013-11-11 12:13:45 +01:00
Kamil
ef463151b1
Parent window
...
This patch allow to create window as a child to another window. It helps
to create poput windows that are always on to of another.
2013-11-11 12:02:32 +01:00
Camilla Berglund
d82095d7ea
Changed from PREFIX to CMAKE_INSTALL_PREFIX.
2013-11-10 15:43:25 +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
a79c844c4d
Oh dear.
2013-11-10 03:31:10 +01:00
Camilla Berglund
b13c84f854
Removed joystick axis value negation on OS X.
2013-11-07 20:45:29 +01:00
Camilla Berglund
b410cff68c
Updated change log.
2013-11-07 20:36:45 +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
cc4c7167fd
Fixed joysticks test segfault.
2013-11-07 19:29:33 +01:00
Camilla Berglund
6c12ffc902
Added the GLFW_BUILD_DOCS CMake option.
2013-11-07 18:23:54 +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
e7c7ebf665
Added workaround for 10.9 SDK type definitions.
2013-11-07 17:20:06 +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
e4a87b8a1c
Added Compiz to bug fix entry.
2013-11-03 16:08:35 +01:00
Camilla Berglund
f18aef4aec
Removed fixed @bug.
2013-11-03 14:17:03 +01:00
Camilla Berglund
1cbd06c8a2
Fixed hidden window positioning on Metacity.
2013-11-03 13:51:34 +01:00
Camilla Berglund
785e68bb0d
Added flag descriptions to glfwinfo -h.
2013-11-03 13:38:45 +01:00
Camilla Berglund
86e50b1044
Placed glfwinfo version test after getopt.
2013-11-03 13:29:21 +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
1a4ffa497a
Added credit.
2013-10-28 13:22:34 +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
Camilla Berglund
174c72f2c0
Moved GLFW compilation guide to docs.
2013-10-27 12:53:50 +01:00
Camilla Berglund
b9fb45f408
Documentation updates.
2013-10-27 11:03:47 +01:00
Camilla Berglund
9c4b925a96
Updated extension headers.
2013-10-27 09:45:15 +01:00
Camilla Berglund
394c44ccf9
More words on window closing.
2013-10-25 15:55:24 +02:00
Camilla Berglund
baf100f78c
Merge pull request #159 from metajack/fix-10-7-build
...
Fixed build on OS X 10.7.
2013-10-24 01:31:29 -07: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
e309a784d1
Documentation work.
2013-10-21 22:39:51 +02:00
Camilla Berglund
99f40ede1b
Documentation work.
2013-10-21 22:35:22 +02:00
Camilla Berglund
db8e6bed7a
Cross-linked build guides.
2013-10-21 22:23:15 +02:00
Camilla Berglund
6172e2cfcc
Fixed change log entry.
2013-10-21 17:46:05 +02: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
dbdf01d4a0
Added getopt dependency to events text.
2013-10-17 15:35:01 +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
e85455719d
Point made.
2013-10-16 20:33:28 +02:00
Camilla Berglund
23ff318f59
Replaced find_library with CMAKE_DL_LIBS.
2013-10-13 16:24:33 +02:00
Camilla Berglund
0041699048
Fixed glfw3.pc not using LIB_SUFFIX.
2013-10-12 20:22:48 +02:00
Camilla Berglund
a5df39e14f
Added section on user pointer to window guide.
2013-10-12 20:00:16 +02:00