Camilla Berglund
|
0c3b1b5a0e
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |
|
Camilla Berglund
|
f6dfaf50ad
|
Formatting.
|
2012-02-05 16:56:26 +01:00 |
|
Camilla Berglund
|
fb465377e3
|
Merge remote-tracking branch 'adrian/multi-display-support' into multi-monitor
|
2012-02-05 02:50:22 +01:00 |
|
Camilla Berglund
|
6b98a04d17
|
Merge branch 'utf8' into multi-monitor
Conflicts:
src/CMakeLists.txt
|
2012-02-04 20:12:28 +01:00 |
|
Camilla Berglund
|
b997db3a8b
|
Removed GLFWthreadmodel and glfwInitWithModels.
|
2012-02-04 01:38:00 +01:00 |
|
Camilla Berglund
|
ce288a8939
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
|
Camilla Berglund
|
b016d642ab
|
Comment fixes.
|
2012-01-31 15:27:15 +01:00 |
|
Camilla Berglund
|
c4806b9532
|
Merged cursor enter/leave callbacks.
|
2012-01-30 22:59:38 +01:00 |
|
Camilla Berglund
|
1ddafc25a6
|
Moved new cursor input code to other cursor input code.
|
2012-01-30 22:30:40 +01:00 |
|
Hanmac
|
0b752b84c3
|
Added API and X11 implementation of cursor enter and leave callbacks.
|
2012-01-30 22:19:39 +01:00 |
|
Marcel Metz
|
df64773a44
|
Moved monitor callback to shared implementation.
|
2012-01-30 14:55:23 +01:00 |
|
Marcel Metz
|
f228d23024
|
Moved platform specific monitor list creation part to separate functions.
|
2012-01-30 12:33:32 +01:00 |
|
Marcel Metz
|
6f970f5753
|
Made monitor list cleanup shared.
|
2012-01-30 12:04:16 +01:00 |
|
Marcel Metz
|
4c6681bad6
|
Merge branch 'master' into multi-display-support
Conflicts:
src/CMakeLists.txt
src/input.c
|
2011-11-22 16:06:24 +01:00 |
|
Camilla Berglund
|
a18cd1b14c
|
Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE.
|
2011-11-02 16:56:34 +01:00 |
|
Camilla Berglund
|
2660b27cf3
|
Renamed internal cursor position in preparation of new API.
|
2011-10-13 15:20:59 +02:00 |
|
Camilla Berglund
|
72ef537425
|
Added input function for window damage events.
|
2011-10-09 21:12:13 +02:00 |
|
Camilla Berglund
|
d0840bdea1
|
Added more input functions to clarify internal API.
|
2011-10-09 17:10:40 +02:00 |
|
Marcel Metz
|
784f60365e
|
Stub implementation of monitor callback.
|
2011-10-09 00:20:34 -04:00 |
|
Marcel Metz
|
ac57be060d
|
Merge branch 'master' into multi-display-support
Conflicts:
src/fullscreen.c
src/win32_window.c
src/x11_fullscreen.c
|
2011-10-07 00:35:37 -04:00 |
|
Camilla Berglund
|
9738728298
|
Reshuffling, formatting and shortening.
|
2011-10-06 23:28:56 +02:00 |
|
Marcel Metz
|
3aa4976d6f
|
Removed constant string length for monitor parameters.
|
2011-10-03 13:54:05 -04:00 |
|
Marcel Metz
|
426df42d00
|
Replaced display with monitor in monitor related api.
|
2011-10-03 03:24:35 -04:00 |
|
Marcel Metz
|
58d4323ece
|
Implemented display aware glfwVideoModes function for X11 XRandR and win32.
|
2011-10-02 16:47:15 -04:00 |
|
Marcel Metz
|
beacbb3447
|
Implemented display iteration for x11. Added attributes and queries for physical size, name and logical position. Updated test executable.
|
2011-10-02 16:47:06 -04:00 |
|
Marcel Metz
|
3cb4dea453
|
Fixed implementation on win32 platform for iteration of video modes.
|
2011-10-02 16:18:31 -04:00 |
|
Camilla Berglund
|
a98c66c8cb
|
Added glext header explanation.
|
2011-09-22 14:15:07 +02:00 |
|
Ralph Eastwood
|
31c91545be
|
Added clipboard stubs.
|
2011-09-21 10:09:47 +01:00 |
|
Camilla Berglund
|
d0af26cd43
|
Allow error callback to be set before glfwInit.
|
2011-09-16 01:16:31 +02:00 |
|
Camilla Berglund
|
3b733b91bb
|
Fixed header include paths.
|
2011-09-06 17:32:41 +02:00 |
|
Camilla Berglund
|
b1656d7323
|
Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode.
|
2011-09-06 13:55:29 +02:00 |
|
Camilla Berglund
|
c1ab73b979
|
Renamed context-related functions to more closely match underlying APIs.
|
2011-07-27 16:01:27 +02:00 |
|
Camilla Berglund
|
53f4f54c46
|
Flattened source tree.
|
2011-07-26 16:50:12 +02:00 |
|
Camilla Berglund
|
8aa8b7c2e4
|
Added glfwCopyGLState.
|
2011-05-08 15:29:36 +02:00 |
|
Camilla Berglund
|
d43e0b50d0
|
Added initial ARB_robustness support.
|
2011-03-07 20:51:34 +01:00 |
|
Camilla Berglund
|
19be24afb7
|
Moved more OpenGL logic to opengl.c.
|
2011-03-07 14:55:11 +01:00 |
|
Camilla Berglund
|
0f481cb09d
|
Renamed window hint reset function for clarity.
|
2011-03-07 14:16:31 +01:00 |
|
Camilla Berglund
|
ccbb956341
|
Added pluggable memory allocator and threading stub.
|
2011-03-07 14:09:13 +01:00 |
|
Camilla Berglund
|
596f56fe7b
|
Moved OpenGL related function to opengl.c, minor formatting.
|
2011-03-07 13:56:28 +01:00 |
|
Camilla Berglund
|
ee880bda1b
|
Moved window input boolean to correct block.
|
2011-03-06 01:56:40 +01:00 |
|
Camilla Berglund
|
6e553c7376
|
Purged references to GLFW as a framework.
|
2011-03-06 01:46:39 +01:00 |
|
Camilla Berglund
|
77e3b428c5
|
Revert "Added initial framebuffer sRGB support."
This reverts commit 07260cb768 .
|
2011-01-02 00:11:47 +01:00 |
|
Camilla Berglund
|
15c4a2bd02
|
Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw
|
2011-01-02 00:10:49 +01:00 |
|
Camilla Berglund
|
f1e7d7c0ea
|
Added error callback.
|
2010-11-23 17:45:23 +01:00 |
|
Camilla Berglund
|
3be0c05aaa
|
Added internal use of glext.h header.
|
2010-11-17 14:52:47 +01:00 |
|
Camilla Berglund
|
07260cb768
|
Added initial framebuffer sRGB support.
|
2010-11-16 02:33:21 +01:00 |
|
Camilla Berglund
|
70b9a1f4f3
|
Made boolean values use GLboolean.
|
2010-10-25 12:36:14 +02:00 |
|
Camilla Berglund
|
4044c2da66
|
Made callbacks library global.
|
2010-10-24 18:28:55 +02:00 |
|
Camilla Berglund
|
e9eb841fab
|
Added pointers to platform state definitions.
|
2010-10-14 16:40:10 +02:00 |
|
Camilla Berglund
|
85bcd1fa0c
|
Renamed internal gamma function.
|
2010-10-13 22:42:31 +02:00 |
|
Camilla Berglund
|
2630d4968c
|
Initial implementation of experimental gamma ramp API.
|
2010-10-13 04:04:43 +02:00 |
|
Camilla Berglund
|
99ddce3214
|
Added context sharing.
|
2010-10-04 18:17:53 +02:00 |
|
Camilla Berglund
|
f93801c221
|
Added missing declaration.
|
2010-09-27 02:16:17 +02:00 |
|
Camilla Berglund
|
007766bd91
|
Added two-dimensional scrolling API and X11 implementation.
|
2010-09-27 02:09:54 +02:00 |
|
Camilla Berglund
|
0d7e1794a5
|
Added window iconification callback.
|
2010-09-20 02:33:11 +02:00 |
|
Camilla Berglund
|
bc7a8d48da
|
Added window focus callback (Cocoa implementation missing).
|
2010-09-19 02:49:42 +02:00 |
|
Camilla Berglund
|
3ca63a0cf3
|
Replaced platform specific config headers with shared one, updated version strings to include CMake version.
|
2010-09-17 00:54:11 +02:00 |
|
Camilla Berglund
|
40193213e5
|
Clearing of input state only occurs locally.
|
2010-09-16 17:45:36 +02:00 |
|
Camilla Berglund
|
867e747add
|
Renamed window close request variable.
|
2010-09-16 06:02:44 +02:00 |
|
Camilla Berglund
|
3089e60fbd
|
Everyone needs to be able to split BPPs these days.
|
2010-09-16 03:48:19 +02:00 |
|
Camilla Berglund
|
855b386e46
|
Removed remnants of Unicode key repeat control.
|
2010-09-15 16:26:51 +02:00 |
|
Camilla Berglund
|
318f731e3e
|
Added glfwGetWindowPos.
|
2010-09-14 03:53:22 +02:00 |
|
Camilla Berglund
|
0f80e066ea
|
Added window title to glfwOpenWindow.
|
2010-09-14 03:10:45 +02:00 |
|
Camilla Berglund
|
1bac99625d
|
Fixed return type for _glfwPlatformMakeWindowCurrent.
|
2010-09-13 23:47:43 +02:00 |
|
Camilla Berglund
|
819d0446b1
|
Removed duplicate width and height parameters already included in window struct.
|
2010-09-13 23:42:51 +02:00 |
|
Camilla Berglund
|
d6fe447ca9
|
Added glfwGetVersionString.
|
2010-09-13 18:05:59 +02:00 |
|
Camilla Berglund
|
ae57d13868
|
Made active window state global.
|
2010-09-11 15:14:57 +02:00 |
|
Camilla Berglund
|
326d997c1c
|
Initial multi-window support pass.
|
2010-09-10 00:06:23 +02:00 |
|
Camilla Berglund
|
48f5a7e763
|
Added per-window user pointers.
|
2010-09-09 22:44:38 +02:00 |
|
Camilla Berglund
|
f5d74c4f9a
|
Added error management from pre-3.0 branch.
|
2010-09-09 21:06:59 +02:00 |
|
Camilla Berglund
|
3228755895
|
Separated window GLX state into separate struct.
|
2010-09-09 20:36:23 +02:00 |
|
Camilla Berglund
|
12d17b9de6
|
Formatting of internal structs.
|
2010-09-09 20:18:10 +02:00 |
|
Camilla Berglund
|
445bf1ea33
|
Renamed lib directory to src.
|
2010-09-09 20:01:43 +02:00 |
|