Commit Graph

1165 Commits

Author SHA1 Message Date
arturo
db5101323d x11_window: getPosition, check child!=NULL to avoid crashes 2013-07-24 20:03:31 +02:00
arturo
4d3926baed fix Xdnd using Atom for passing version, was crashing on openbox 2013-07-24 14:53:32 +02:00
arturo
ca54d3bdab x11_window: don't map the window when announcing Xdnd 2013-07-23 22:15:46 +02:00
arturoc
3ca9bb420a Merge branch 'feature-dnd' of github.com:arturoc/glfw into feature-dnd 2013-07-12 17:34:41 +02:00
arturoc
11cb59cc35 fixes for vs 2013-07-12 17:34:02 +02:00
arturoc
931097811c win32_window.c: don't memset the whole buffer 2013-07-12 15:36:12 +02:00
arturo
f821439de6 x11_window: remove debug code 2013-07-12 01:30:32 +02:00
arturo
0322154670 x11: fix d&d type conversions + remove \r in paths 2013-07-12 01:29:25 +02:00
arturo
9e9e75f331 cocoa_window: fix mouse dissapearing after drop and on resize 2013-07-11 22:50:46 +02:00
arturo
7aed0ad35c cocoa_window.m: fix d&d, mouse is dissapearing when drop received 2013-07-10 18:13:22 +02:00
arturo
a978ed87b6 cocoa_window.m: d&d implementation from theo, not working yet 2013-07-10 16:37:01 +02:00
arturo
cc9730d8a6 x11_window: use XTranslateCoordiantes to get correct coordiantes
for XdndPosition
2013-07-10 15:55:55 +02:00
arturoc
af115856d4 win32_window.c: fix string allocations 2013-07-10 13:58:23 +02:00
arturo
bfdddec67c win32_window.c: trying to fix includes 2013-07-10 12:57:05 +02:00
arturo
ae9bb3e9b9 win32_window: fix case scope 2013-07-10 12:47:30 +02:00
arturo
f383cc8289 initial drag and drop support for windows and linux 2013-07-10 11:42:14 +02:00
Niklas Behrens
a55c3f48eb Fix incorrect cursor position
When reactivating the cursor its position was updated visually but not
internally which caused glfwGetCursorPos to return wrong values.
2013-07-07 22:05:29 +02:00
siavash
763ec6cbcb Cleanup. 2013-07-05 14:29:12 +02:00
Camilla Berglund
dcb4d8ee32 Fixed possible X11 screensaver race condition. 2013-07-04 17:52:15 +02:00
Camilla Berglund
58c69a9ac4 Enabled compilation on OS X 10.6 SDK. 2013-07-04 15:02:01 +02:00
Camilla Berglund
7a03ca8dbc Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
Camilla Berglund
d7512f529c Clarified names of gamma array helper functions. 2013-07-04 14:52:58 +02:00
Camilla Berglund
209a470a5f Replaced all uses of malloc with calloc. 2013-07-04 14:20:14 +02:00
Camilla Berglund
2656bf8f9f Added missing module handle freeing. 2013-06-26 14:04:07 +02:00
Camilla Berglund
194e22dbbe Fixed retrieval of OpenGL 1.0 and 1.1 on WGL. 2013-06-26 13:57:09 +02:00
Camilla Berglund
4883073b91 Cleanup. 2013-06-24 14:38:00 +02:00
Camilla Berglund
2ce9e8e6b2 Fixed clipboard string leaks.
The clipboard string was not by the Win32 and Cocoa ports on terminate.
2013-06-24 14:08:55 +02:00
Camilla Berglund
933005a022 Corrected comment. 2013-06-19 13:49:51 +02:00
Camilla Berglund
3be3f58a92 Cleanup. 2013-06-19 13:47:19 +02:00
Camilla Berglund
e11a5e3973 Fixed resizing for full screen override redirect. 2013-06-19 13:47:19 +02:00
Jari Vetoniemi
5c54987285 Typecast EGL types to get rid of compile warnings 2013-06-17 19:25:41 +03:00
Camilla Berglund
c10bf9ba9c Fixed incorrect hint default.
The default for the GLFW_ALPHA_BITS hint was zero instead of 8.
2013-06-17 17:42:25 +02:00
Camilla Berglund
10017b27bb Cleanup. 2013-06-17 12:46:51 +02:00
Camilla Berglund
01ccc56423 Added missing headers to library target. 2013-06-17 10:31:25 +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
a7ff236b32 Fixed duplicate events being reported. 2013-06-16 18:29:46 +02:00
Camilla Berglund
d31322cdcd Added option for disabling install. 2013-06-16 13:31:39 +02:00
Camilla Berglund
77e4c61190 Fixed broken WGL error detection.
Context creation was attempted even if no valid pixel formats had been
found during enumeration.
2013-06-13 18:29:21 +02:00
Camilla Berglund
ccb810bed9 It's not an error. 2013-06-13 12:21:16 +02:00
Camilla Berglund
5da6a903f9 Fixed MinGW warning. 2013-06-12 23:08:01 +02:00
Camilla Berglund
3df0b4478b Fixed VC++ warnings. 2013-06-12 20:37:04 +02:00
Camilla Berglund
421810325a Win32 fixes. 2013-06-12 19:58:30 +02:00
Camilla Berglund
35c386b7bb Ignore CRTCs with no outputs. 2013-06-12 19:40:55 +02:00
Camilla Berglund
52354bf382 Added missing ramp array allocation. 2013-06-09 18:18:09 +02:00
Camilla Berglund
68b7ea86d2 Monitor enumeration fixes. 2013-06-09 13:10:21 +02:00
Camilla Berglund
8c069f3753 Fixed use of wrong variable. 2013-06-09 12:18:07 +02:00
Camilla Berglund
296b0a39a0 Added zeroing of DEVMODE. 2013-06-09 11:45:51 +02:00
Camilla Berglund
742a577230 Removed C99-ism. 2013-06-09 11:45:26 +02:00