the_fiddler
|
bb1619161f
|
Read OpenTK.Input.Keyboard state. Should gradually replace existing keyboard/mouse events with the new input API.
|
2010-10-28 10:37:20 +00:00 |
|
the_fiddler
|
f178bebfe6
|
Fixed capacity parameter for GetWindowText(). Fixed debug string format that is printed when GetWindowText() fails.
|
2010-10-28 10:36:28 +00:00 |
|
the_fiddler
|
c99571acac
|
Fixed capacity parameter for GetWindowText(). Fixed debug string format that is printed when GetWindowText() fails.
|
2010-10-28 10:36:28 +00:00 |
|
the_fiddler
|
3811cf5f46
|
Use SVN or Bazaar version numbers as build revision. If neither is available, use seconds since start of day.
|
2010-10-28 10:30:35 +00:00 |
|
the_fiddler
|
177f70e3bf
|
Use SVN or Bazaar version numbers as build revision. If neither is available, use seconds since start of day.
|
2010-10-28 10:30:35 +00:00 |
|
the_fiddler
|
5512776943
|
Fixed potential race condition when raising events: an event might be modified to null after the null check and before being raised.
|
2010-10-28 09:37:57 +00:00 |
|
the_fiddler
|
154accb5b5
|
Fixed potential race condition when raising events: an event might be modified to null after the null check and before being raised.
|
2010-10-28 09:37:57 +00:00 |
|
the_fiddler
|
0a9d0685a1
|
Removed events that are not part of the INativeWindow interface.
|
2010-10-28 09:34:13 +00:00 |
|
the_fiddler
|
a070918e93
|
Removed events that are not part of the INativeWindow interface.
|
2010-10-28 09:34:13 +00:00 |
|
the_fiddler
|
f6bf0c95c6
|
Fixed ambiguous documentation reference.
|
2010-10-28 09:31:20 +00:00 |
|
the_fiddler
|
27c8fa8ab2
|
Fixed ambiguous documentation reference.
|
2010-10-28 09:31:20 +00:00 |
|
the_fiddler
|
c227c36553
|
Added code to raise all available events. Removed unused events from old OpenTK versions. Fixed potential race condition when raising events (an event might become null between the null check and the actual raising).
|
2010-10-28 09:31:00 +00:00 |
|
the_fiddler
|
e13a8e25ae
|
Added code to raise all available events. Removed unused events from old OpenTK versions. Fixed potential race condition when raising events (an event might become null between the null check and the actual raising).
|
2010-10-28 09:31:00 +00:00 |
|
the_fiddler
|
c99dbc619c
|
Removed unused field.
|
2010-10-28 09:01:54 +00:00 |
|
the_fiddler
|
b7a0a7c800
|
Removed unused field.
|
2010-10-28 09:01:54 +00:00 |
|
the_fiddler
|
dc4a55baab
|
Don't shadow class field.
|
2010-10-28 09:01:43 +00:00 |
|
the_fiddler
|
ec01b1caae
|
Don't shadow class field.
|
2010-10-28 09:01:43 +00:00 |
|
the_fiddler
|
120e38f87a
|
Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed.
|
2010-10-28 09:01:25 +00:00 |
|
the_fiddler
|
5ff74aa685
|
Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed.
|
2010-10-28 09:01:25 +00:00 |
|
the_fiddler
|
58ba39acce
|
Fixed malformed documentation comments.
|
2010-10-28 09:00:53 +00:00 |
|
the_fiddler
|
330053de1e
|
Fixed malformed documentation comments.
|
2010-10-28 09:00:53 +00:00 |
|
the_fiddler
|
823fd29ce7
|
Avoid using deprecated methods.
|
2010-10-28 09:00:36 +00:00 |
|
the_fiddler
|
681e19f704
|
Avoid using deprecated methods.
|
2010-10-28 09:00:36 +00:00 |
|
the_fiddler
|
286f6f9439
|
Marked int* overloads as non CLS-compliant.
|
2010-10-28 09:00:23 +00:00 |
|
the_fiddler
|
5cc81e0449
|
Marked int* overloads as non CLS-compliant.
|
2010-10-28 09:00:23 +00:00 |
|
the_fiddler
|
19287142d3
|
Added missing documentation to OnResize.
|
2010-10-28 09:00:07 +00:00 |
|
the_fiddler
|
c6f4b4206f
|
Added missing documentation to OnResize.
|
2010-10-28 09:00:07 +00:00 |
|
the_fiddler
|
2c57e44ff4
|
Minor cosmetic change.
|
2010-10-28 08:43:36 +00:00 |
|
the_fiddler
|
d56478c5b2
|
Minor cosmetic change.
|
2010-10-28 08:43:36 +00:00 |
|
the_fiddler
|
f0e950817f
|
Added OpenTK.Compatibility.xml documentation to project.
|
2010-10-28 08:43:11 +00:00 |
|
the_fiddler
|
e5ffcd6b47
|
Added OpenTK.Compatibility.xml documentation to project.
|
2010-10-28 08:43:11 +00:00 |
|
the_fiddler
|
505399ba9f
|
Implemented WinRawKeyboard input driver.
|
2010-10-28 08:42:38 +00:00 |
|
the_fiddler
|
1bef154d36
|
Implemented WinRawKeyboard input driver.
|
2010-10-28 08:42:38 +00:00 |
|
the_fiddler
|
73326138ee
|
Avoid numeric overflow when printing debug message.
|
2010-10-28 08:42:20 +00:00 |
|
the_fiddler
|
40c2576e06
|
Avoid numeric overflow when printing debug message.
|
2010-10-28 08:42:20 +00:00 |
|
the_fiddler
|
20ecd2232d
|
Implemented equality operators.
|
2010-10-28 08:41:48 +00:00 |
|
the_fiddler
|
cd074040e3
|
Implemented equality operators.
|
2010-10-28 08:41:48 +00:00 |
|
the_fiddler
|
22ae245306
|
Do not rebuild documentation file on each build. OpenTK.Compatibility is not developed anymore, so we can just cache the last documentation file to speed up builds significantly.
|
2010-10-28 08:14:39 +00:00 |
|
the_fiddler
|
3a9292db95
|
Do not rebuild documentation file on each build. OpenTK.Compatibility is not developed anymore, so we can just cache the last documentation file to speed up builds significantly.
|
2010-10-28 08:14:39 +00:00 |
|
the_fiddler
|
821a8e1117
|
Always validate parameters to ReadBit/EnableBit/DisableBit before using them.
|
2010-10-28 08:14:28 +00:00 |
|
the_fiddler
|
1657bcad91
|
Always validate parameters to ReadBit/EnableBit/DisableBit before using them.
|
2010-10-28 08:14:28 +00:00 |
|
the_fiddler
|
76db3e188f
|
Minor fixes for code clarity.
|
2010-10-28 08:13:42 +00:00 |
|
the_fiddler
|
fa0abf0d51
|
Minor fixes for code clarity.
|
2010-10-28 08:13:42 +00:00 |
|
the_fiddler
|
7c78cc4205
|
Fixed ref overloads of GenSources and GenBuffers to follow the rest of the OpenTK design. Fixes invalid return values on x64 systems.
|
2010-10-28 08:12:24 +00:00 |
|
the_fiddler
|
1a06366db8
|
Fixed ref overloads of GenSources and GenBuffers to follow the rest of the OpenTK design. Fixes invalid return values on x64 systems.
|
2010-10-28 08:12:24 +00:00 |
|
chrisbrandtner
|
ceca4403ad
|
Added anaglyph rendering example (for red/cyan glasses).
|
2010-10-27 16:28:38 +00:00 |
|
chrisbrandtner
|
261b3958c8
|
Added anaglyph rendering example (for red/cyan glasses).
|
2010-10-27 16:28:38 +00:00 |
|
chrisbrandtner
|
c9502aae54
|
Added OpenGL Diagnostics program, similar to OpenAL Diagnostics.
|
2010-10-24 14:29:27 +00:00 |
|
chrisbrandtner
|
a93d43c590
|
Added OpenGL Diagnostics program, similar to OpenAL Diagnostics.
|
2010-10-24 14:29:27 +00:00 |
|
the_fiddler
|
eb04d4996c
|
Avoid using deprecated GLControl.GrabScreenshot() method.
|
2010-10-22 15:04:04 +00:00 |
|