the_fiddler
|
3a7d38762a
|
* OpenTK/Test/Multithreading.cs: Replaced anonymous delegate by a private function for easier debugging.
Switch to/from fullscreen when Key.Space is pressed.
|
2009-11-09 19:14:14 +00:00 |
|
the_fiddler
|
20216d0d2b
|
* OpenTK/Test/Multithreading.cs: Replaced anonymous delegate by a private function for easier debugging.
Switch to/from fullscreen when Key.Space is pressed.
|
2009-11-09 19:14:14 +00:00 |
|
the_fiddler
|
fdf4a93829
|
Protect all Xlib calls with XLockDisplay/XUnlockDisplay. Fixes issue [#1354]: "Application always run in windowed mode when using shared contexts".
|
2009-11-09 19:05:41 +00:00 |
|
the_fiddler
|
089b72c9c8
|
Protect all Xlib calls with XLockDisplay/XUnlockDisplay. Fixes issue [#1354]: "Application always run in windowed mode when using shared contexts".
|
2009-11-09 19:05:41 +00:00 |
|
the_fiddler
|
2cbf60bb6f
|
* ImmediateMode.cs: Added missing calls to base.On* events. Removed tabs.
|
2009-11-09 17:34:24 +00:00 |
|
the_fiddler
|
d3ba9e61e0
|
* ImmediateMode.cs: Added missing calls to base.On* events. Removed tabs.
|
2009-11-09 17:34:24 +00:00 |
|
the_fiddler
|
9eb504eb4e
|
Fixed a large number of recurring spelling mistakes in documentation (patch by iRBiS). Fixes issue [#1341]: "Vector4 constructor describes w component as z component + other spelling corrections".
|
2009-11-09 08:15:38 +00:00 |
|
the_fiddler
|
8af490627f
|
Fixed a large number of recurring spelling mistakes in documentation (patch by iRBiS). Fixes issue [#1341]: "Vector4 constructor describes w component as z component + other spelling corrections".
|
2009-11-09 08:15:38 +00:00 |
|
the_fiddler
|
d4457c6ce1
|
Fixed documentation which describes w components as z components (patch by iRBiS).
|
2009-11-09 08:12:34 +00:00 |
|
the_fiddler
|
aedb514b84
|
Fixed documentation which describes w components as z components (patch by iRBiS).
|
2009-11-09 08:12:34 +00:00 |
|
the_fiddler
|
84e034a75b
|
Updated ignore lists.
|
2009-11-09 07:59:14 +00:00 |
|
the_fiddler
|
5c225c0ff6
|
Updated ignore lists.
|
2009-11-09 07:59:14 +00:00 |
|
kanato
|
d7506f0a73
|
MacOS: Hack for AGL to have access to the display device specified when a NativeWindow is created.
|
2009-11-09 07:50:21 +00:00 |
|
kanato
|
62b65af462
|
MacOS: Hack for AGL to have access to the display device specified when a NativeWindow is created.
|
2009-11-09 07:50:21 +00:00 |
|
kanato
|
049d339643
|
MacOS: Detect display boundaries so created windows are placed in the right spot.
|
2009-11-09 07:39:38 +00:00 |
|
kanato
|
56412367c4
|
MacOS: Detect display boundaries so created windows are placed in the right spot.
|
2009-11-09 07:39:38 +00:00 |
|
kanato
|
dad798d41d
|
MacOS: Fix event from user clicking close box to properly report that window doesn't exist anymore.
|
2009-11-09 07:18:54 +00:00 |
|
kanato
|
c605a05ffb
|
MacOS: Fix event from user clicking close box to properly report that window doesn't exist anymore.
|
2009-11-09 07:18:54 +00:00 |
|
kanato
|
8bd20009b2
|
Mac OS X Fix for GameWindow to call glContext.Update when resized
|
2009-11-09 06:51:52 +00:00 |
|
kanato
|
017c9e86d0
|
Mac OS X Fix for GameWindow to call glContext.Update when resized
|
2009-11-09 06:51:52 +00:00 |
|
the_fiddler
|
742cf961e4
|
Added System.Drawing reference back to QuickStart project (see previous commit).
|
2009-11-08 23:04:46 +00:00 |
|
the_fiddler
|
959a1e8eb7
|
Added System.Drawing reference back to QuickStart project (see previous commit).
|
2009-11-08 23:04:46 +00:00 |
|
the_fiddler
|
c494250c3c
|
Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here: http://www.opentk.com/node/1348).
|
2009-11-08 23:02:53 +00:00 |
|
the_fiddler
|
e35f9d5374
|
Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here: http://www.opentk.com/node/1348).
|
2009-11-08 23:02:53 +00:00 |
|
the_fiddler
|
eedbe9df31
|
Don't display window by default, unless "Visible = true" is called. Allows the creation of invisible windows for secondary GraphicsContexts.
|
2009-11-08 22:46:49 +00:00 |
|
the_fiddler
|
0af0916ce0
|
Don't display window by default, unless "Visible = true" is called. Allows the creation of invisible windows for secondary GraphicsContexts.
|
2009-11-08 22:46:49 +00:00 |
|
the_fiddler
|
a0e95055e3
|
Added a second terminating 0 to attribute list, trying to work around issue [#1352]: "Occasional AccessViolationExceptions when creating the GLControl".
|
2009-11-08 22:42:20 +00:00 |
|
the_fiddler
|
e1485cdfca
|
Added a second terminating 0 to attribute list, trying to work around issue [#1352]: "Occasional AccessViolationExceptions when creating the GLControl".
|
2009-11-08 22:42:20 +00:00 |
|
the_fiddler
|
f03a6ddc76
|
Added system-defined colors.
Added and improved constructors (more versatile).
Added ToArgb() method for improved System.Drawing.Color interop.
|
2009-11-07 19:38:40 +00:00 |
|
the_fiddler
|
756cf4aaed
|
Added system-defined colors.
Added and improved constructors (more versatile).
Added ToArgb() method for improved System.Drawing.Color interop.
|
2009-11-07 19:38:40 +00:00 |
|
the_fiddler
|
874401ce0b
|
Use SHOW command instead of SHOWNORMAL when making a window visible, since SHOWNORMAL will un-maximize a fullscreen or maximized window.
Do not force an invisible window to become visible when modifying its state or borders.
|
2009-11-07 10:44:31 +00:00 |
|
the_fiddler
|
1cd2b8d076
|
Use SHOW command instead of SHOWNORMAL when making a window visible, since SHOWNORMAL will un-maximize a fullscreen or maximized window.
Do not force an invisible window to become visible when modifying its state or borders.
|
2009-11-07 10:44:31 +00:00 |
|
the_fiddler
|
dd832ab6bd
|
Always set the DisplayDevice.Bounds to a correct value. Fixes issue [#1339]: "DisplayDevice.Bounds not set".
|
2009-11-07 10:42:25 +00:00 |
|
the_fiddler
|
dafcfd6f38
|
Always set the DisplayDevice.Bounds to a correct value. Fixes issue [#1339]: "DisplayDevice.Bounds not set".
|
2009-11-07 10:42:25 +00:00 |
|
the_fiddler
|
4e8d7482ae
|
Do not check for an X server if we detect Mac OS X. Should solve issue [#1338]: "Running apps in Mac OSX start a application called X11".
|
2009-11-07 10:10:53 +00:00 |
|
the_fiddler
|
38a8efb649
|
Do not check for an X server if we detect Mac OS X. Should solve issue [#1338]: "Running apps in Mac OSX start a application called X11".
|
2009-11-07 10:10:53 +00:00 |
|
the_fiddler
|
29dd5dfe68
|
Update the context when the native window is resized.
|
2009-11-06 21:56:35 +00:00 |
|
the_fiddler
|
2e418e5b6b
|
Update the context when the native window is resized.
|
2009-11-06 21:56:35 +00:00 |
|
the_fiddler
|
2cf543d988
|
MacOS may have an X server installed. Prefers the native Carbon/Quartz platform driver over X in this case (same issue as rev. 2465).
|
2009-11-06 18:51:06 +00:00 |
|
the_fiddler
|
ef4658a647
|
MacOS may have an X server installed. Prefers the native Carbon/Quartz platform driver over X in this case (same issue as rev. 2465).
|
2009-11-06 18:51:06 +00:00 |
|
the_fiddler
|
30aa9ff194
|
Correctly set the primary device in the DisplayDevice constructor.
|
2009-11-06 18:34:53 +00:00 |
|
the_fiddler
|
ab198f15e7
|
Correctly set the primary device in the DisplayDevice constructor.
|
2009-11-06 18:34:53 +00:00 |
|
the_fiddler
|
4278538317
|
MacOS can have an X server installed. Modified the code so that it prefers the native Carbon/Quartz platform driver over X in this case.
|
2009-11-06 17:58:35 +00:00 |
|
the_fiddler
|
70eba0eb20
|
MacOS can have an X server installed. Modified the code so that it prefers the native Carbon/Quartz platform driver over X in this case.
|
2009-11-06 17:58:35 +00:00 |
|
the_fiddler
|
67fed8705f
|
Fixed spelling of hertz and fps. Fixes issue [#1333]: "Spelling of SI units in documentation and captions". Patch by iRBiS.
|
2009-11-06 16:46:28 +00:00 |
|
the_fiddler
|
7c82f66942
|
Fixed spelling of hertz and fps. Fixes issue [#1333]: "Spelling of SI units in documentation and captions". Patch by iRBiS.
|
2009-11-06 16:46:28 +00:00 |
|
the_fiddler
|
e2b3bda885
|
Return proper CarbonWindowInfo instance instead of DummyWindowInfo.
|
2009-11-06 15:33:53 +00:00 |
|
the_fiddler
|
9055ac0686
|
Return proper CarbonWindowInfo instance instead of DummyWindowInfo.
|
2009-11-06 15:33:53 +00:00 |
|
the_fiddler
|
92e2104c9d
|
* Rectangle.cs: Fixed ToString formatting code.
|
2009-11-06 10:04:32 +00:00 |
|
the_fiddler
|
62fee03192
|
* Rectangle.cs: Fixed ToString formatting code.
|
2009-11-06 10:04:32 +00:00 |
|