the_fiddler
|
b134ae509f
|
Added code to obtain refresh rates.
|
2008-01-25 14:32:51 +00:00 |
|
the_fiddler
|
9f3252f821
|
Improved XRRScreenSize. Added XRRRates wrapper.
|
2008-01-25 14:32:42 +00:00 |
|
the_fiddler
|
7087802fc8
|
Added some cool debugging information on available resolutions per device.
|
2008-01-25 14:32:09 +00:00 |
|
the_fiddler
|
d2f80532ca
|
Now adds all available resolutions, not just the default one.
|
2008-01-25 14:01:07 +00:00 |
|
the_fiddler
|
d14c639ea7
|
Add temporary bits per pixel value (24) for testing purposes.
|
2008-01-25 13:58:16 +00:00 |
|
the_fiddler
|
a1da9ff305
|
Screen and resolution enumeration should now work.
|
2008-01-25 13:56:52 +00:00 |
|
the_fiddler
|
5232e0a3b2
|
Do not free XRRScreenSize pointer in XRRSizes.
|
2008-01-25 13:50:50 +00:00 |
|
the_fiddler
|
a41007fd80
|
Trying to debug deadlock on screen resolution enumeration.
|
2008-01-25 13:45:32 +00:00 |
|
the_fiddler
|
9d1316c51d
|
Added debug information to XOpenDisplay etc calls.
|
2008-01-25 13:42:51 +00:00 |
|
the_fiddler
|
a62e0fb6a6
|
Can't use Marshal.PtrToStructure(IntPtr, object) with boxed value types. Reverting to object Marshal.PtrToStructure(IntPtr, Type).
|
2008-01-25 13:38:39 +00:00 |
|
the_fiddler
|
3e45bbc85c
|
Fixed pdb and mdb copying.
|
2008-01-25 13:35:21 +00:00 |
|
the_fiddler
|
c3998267ea
|
Updated Build/Build.exe
|
2008-01-25 13:30:02 +00:00 |
|
the_fiddler
|
37884756e5
|
Now automatically copies .pdb and .mdb files on debug builds.
|
2008-01-25 13:27:30 +00:00 |
|
the_fiddler
|
5250b8b982
|
*Really* fixed libxrandr.so name.
|
2008-01-25 13:21:20 +00:00 |
|
the_fiddler
|
4302aef419
|
Fixed libxrandr.so name.
|
2008-01-25 13:17:04 +00:00 |
|
the_fiddler
|
eb404886ac
|
Added debug code to dump the number of screens.
|
2008-01-25 13:13:05 +00:00 |
|
the_fiddler
|
84d2748c5e
|
Use new properties from the API class.
|
2008-01-25 13:12:53 +00:00 |
|
the_fiddler
|
3423a3f182
|
Added several properties to get the default screen, default display, screen count and default root window. Updated XRRSizes to abstract away the memory marshaling.
|
2008-01-25 13:12:33 +00:00 |
|
the_fiddler
|
fac2251a81
|
Refresh rate may be zero - updated exception string.
|
2008-01-25 13:11:46 +00:00 |
|
the_fiddler
|
9ccb301c04
|
Refresh rate may be zero.
|
2008-01-25 10:23:17 +00:00 |
|
the_fiddler
|
f4beb31381
|
Added a bogus default device for testing.
|
2008-01-25 10:21:00 +00:00 |
|
the_fiddler
|
033a394c9d
|
Clarified what the DisplayDevice constructor does.
|
2008-01-25 10:20:44 +00:00 |
|
the_fiddler
|
60138b2ff4
|
Lock in constructor for thread safety.
|
2008-01-25 10:20:25 +00:00 |
|
the_fiddler
|
534de7a266
|
Added return value to X11XrandrDisplayDevice.TryChangeResolution
|
2008-01-25 10:03:13 +00:00 |
|
the_fiddler
|
0e58ab2ee7
|
Added X11XrandrDisplayDevice.cs implementation.
|
2008-01-25 10:02:05 +00:00 |
|
the_fiddler
|
96b38b95f4
|
Create X11/X11XrandrDisplayDevice on X11 platforms.
|
2008-01-25 10:01:46 +00:00 |
|
the_fiddler
|
eabee7c147
|
Add docs to static constructor.
|
2008-01-25 10:01:23 +00:00 |
|
chrisbrandtner
|
278cce7337
|
added Bind* Helpers.
|
2008-01-24 22:53:09 +00:00 |
|
the_fiddler
|
0e7df66261
|
Completed Xrandr functions and structs.
|
2008-01-24 22:39:06 +00:00 |
|
the_fiddler
|
94603aaedf
|
Disabled Status struct.
|
2008-01-24 22:38:50 +00:00 |
|
the_fiddler
|
94f567c80d
|
Started adding Xrandr functions.
|
2008-01-24 21:21:17 +00:00 |
|
the_fiddler
|
37ad581088
|
Added platform detecion.
|
2008-01-24 21:20:59 +00:00 |
|
the_fiddler
|
69a1168f3d
|
Public X11 classes made internal.
|
2008-01-24 21:18:23 +00:00 |
|
chrisbrandtner
|
95838acb4f
|
improved docu.
|
2008-01-24 21:12:06 +00:00 |
|
the_fiddler
|
f7d88c5252
|
Updated with fullscreen support.
|
2008-01-24 13:07:51 +00:00 |
|
the_fiddler
|
ed50f9242f
|
Updated documentation.
|
2008-01-24 12:36:49 +00:00 |
|
the_fiddler
|
e17439384b
|
Fullscreen mode changes now work!
|
2008-01-24 12:36:40 +00:00 |
|
the_fiddler
|
c64efeb942
|
Refresh rate is now considered a match, if it is less than 1.0Hz away of the specified value.
|
2008-01-24 10:52:12 +00:00 |
|
the_fiddler
|
793744402e
|
WinDisplayDevice is now multiple-monitor aware.
Added SelectResolution function to DisplayDevice.
Updated test to change settings on all available monitors.
|
2008-01-24 10:50:39 +00:00 |
|
the_fiddler
|
e12d986f24
|
Fixed DisplayDevice enumeration.
|
2008-01-24 09:30:49 +00:00 |
|
the_fiddler
|
542fd0b2f7
|
Added test for DisplayDevice.
|
2008-01-24 09:25:43 +00:00 |
|
the_fiddler
|
70ad9b8714
|
Fixed capitalization of Texture2D etc.
|
2008-01-24 09:25:24 +00:00 |
|
the_fiddler
|
40e9857c6f
|
Reverted last commit (bogus!)
|
2008-01-24 09:24:11 +00:00 |
|
the_fiddler
|
d8860a6aaa
|
Fixed capitalization of Texture2D etc.
|
2008-01-24 09:17:07 +00:00 |
|
the_fiddler
|
ecda68e709
|
Fixed capitalization of Texture2D etc.
|
2008-01-24 09:16:49 +00:00 |
|
the_fiddler
|
0a06757331
|
Fixed capitalization of Texture2D.
|
2008-01-24 09:16:15 +00:00 |
|
the_fiddler
|
e088f62096
|
Changed capitalization rules to turn letters after digits to uppercase. Fixes Texture2D etc, but makes all hex specifiers to go uppercase... :/
|
2008-01-24 09:16:00 +00:00 |
|
the_fiddler
|
785f654e88
|
Removed implementation of GetDisplayModes()
|
2008-01-24 09:14:24 +00:00 |
|
the_fiddler
|
e6f5d43404
|
Added DisplayDevice driver for Windows.
|
2008-01-24 09:14:08 +00:00 |
|
the_fiddler
|
64571a09bd
|
Added DisplayDevice, DisplayResolution, IDisplayDeviceDriver, GraphicsContextException and GraphicsModeException.
|
2008-01-24 09:13:50 +00:00 |
|