Developers: chris

Login name:
chris
Total Commits:
164 (3.2%)
Lines of Code:
1291 (1.5%)
Most Recent Commit:
2009-02-03 10:47

Activity by Clock Time

Activity by Hour of Day for chris

Activity by Day of Week for chris

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 164 (100.0%) 1291 (100.0%) 7.8
trunk/mgllib/ 163 (99.4%) 1290 (99.9%) 7.9
trunk/ 1 (0.6%) 1 (0.1%) 1.0

Activity of chris

Most Recent Commits

chris 2009-02-03 10:47 Rev.: 448

Windows:
- Added some mexw64 (64 bit) binaries.
- Need to check these binaries on other machines without all the developer tools. Most likely a runtime library will need to be installed on those machines.

-Chris-

1 lines of code changed in 36 files:

  • trunk/mgllib: mgl.h (+1 -1), mglBltTexture.mexw64 (new), mglClearScreen.mexw64 (new), mglDisplayCursor.mexw64 (new), mglFillOval.mexw64 (new), mglFillRect.mexw64 (new), mglFlush.mexw64 (new), mglFrameGrab.mexw64 (new), mglGetGammaTable.mexw64 (new), mglGetKeys.mexw64 (new), mglGetMouse.mexw64 (new), mglGetSecs.mexw64 (new), mglGluAnnulus.mexw64 (new), mglGluDisk.mexw64 (new), mglGluPartialDisk.mexw64 (new), mglLines2.mexw64 (new), mglPoints2.mexw64 (new), mglPoints3.mexw64 (new), mglPolygon.mexw64 (new), mglPrivateClose.mexw64 (new), mglPrivateCreateTexture.mexw64 (new), mglPrivateDeleteTexture.mexw64 (new), mglPrivateDescribeDisplays.mexw64 (new), mglPrivateGetKeyEvent.mexw64 (new), mglPrivateGetMouseEvent.mexw64 (new), mglPrivateMoveWindow.mexw64 (new), mglPrivateOpen.mexw64 (new), mglPrivateSwitchDisplay.mexw64 (new), mglQuad.mexw64 (new), mglResolution.mexw64 (new), mglSetGammaTable.mexw64 (new), mglStencilCreateBegin.mexw64 (new), mglStencilCreateEnd.mexw64 (new), mglStencilSelect.mexw64 (new), mglStrokeText.mexw64 (new), mglTransform.mexw64 (new)
chris 2009-02-02 15:45 Rev.: 447

Windows:
- Fresh recompile of binaries.
- The following functions now work.
* mglBltTexture
* mglMoveWindow
* mglDeleteTexture
* mglCreateTexture

-Chris-

164 lines of code changed in 43 files:

  • trunk/mgllib: mgl.h (+10 -1), mglBltTexture.c (+51 -33), mglBltTexture.mexw32 (new), mglClearScreen.mexw32 (changed), mglDisplayCursor.mexw32 (changed), mglFillOval.mexw32 (changed), mglFillRect.mexw32 (changed), mglFlush.mexw32 (changed), mglFrameGrab.mexw32 (changed), mglGetGammaTable.mexw32 (changed), mglGetKeys.mexw32 (changed), mglGetMouse.mexw32 (changed), mglGetSecs.mexw32 (changed), mglGluAnnulus.mexw32 (changed), mglGluDisk.mexw32 (changed), mglGluPartialDisk.mexw32 (changed), mglLines2.mexw32 (changed), mglPoints2.mexw32 (changed), mglPoints3.mexw32 (changed), mglPolygon.mexw32 (changed), mglPrivateClose.mexw32 (changed), mglPrivateCreateTexture.c (+8 -10), mglPrivateCreateTexture.mexw32 (new), mglPrivateDeleteTexture.mexw32 (changed), mglPrivateDescribeDisplays.c (+33 -32), mglPrivateDescribeDisplays.mexw32 (new), mglPrivateGetKeyEvent.mexw32 (changed), mglPrivateGetMouseEvent.mexw32 (changed), mglPrivateMoveWindow.c (+24 -2), mglPrivateMoveWindow.mexw32 (changed), mglPrivateOpen.c (+8 -7), mglPrivateOpen.mexw32 (changed), mglPrivateSwitchDisplay.c (+23 -4), mglPrivateSwitchDisplay.mexw32 (new), mglQuad.mexw32 (changed), mglResolution.mexw32 (changed), mglSetGammaTable.c (+7 -7), mglSetGammaTable.mexw32 (changed), mglStencilCreateBegin.mexw32 (changed), mglStencilCreateEnd.mexw32 (changed), mglStencilSelect.mexw32 (changed), mglStrokeText.mexw32 (changed), mglTransform.mexw32 (changed)
chris 2009-01-31 12:54 Rev.: 446

All:
- Fixed a bug in mglSetGammaTable where 3x256 input tables were not being indexed correctly.

Windows:
- Get and SetGammaTable seem to be working correctly now.

-Chris-

100 lines of code changed in 34 files:

  • trunk/mgllib: mglClearScreen.mexw32 (changed), mglDisplayCursor.mexw32 (changed), mglFillOval.mexw32 (changed), mglFillRect.mexw32 (changed), mglFlush.mexw32 (changed), mglFrameGrab.mexw32 (changed), mglGetGammaTable.c (+4 -2), mglGetGammaTable.mexw32 (changed), mglGetKeys.mexw32 (changed), mglGetMouse.mexw32 (changed), mglGetSecs.mexw32 (changed), mglGluAnnulus.mexw32 (changed), mglGluDisk.mexw32 (changed), mglGluPartialDisk.mexw32 (changed), mglLines2.mexw32 (changed), mglMake.m (+3 -3), mglPoints2.mexw32 (changed), mglPoints3.mexw32 (changed), mglPolygon.mexw32 (changed), mglPrivateClose.mexw32 (changed), mglPrivateDeleteTexture.mexw32 (changed), mglPrivateGetKeyEvent.mexw32 (changed), mglPrivateGetMouseEvent.mexw32 (changed), mglPrivateMoveWindow.mexw32 (changed), mglPrivateOpen.mexw32 (changed), mglQuad.mexw32 (changed), mglResolution.mexw32 (changed), mglSetGammaTable.c (+93 -61), mglSetGammaTable.mexw32 (changed), mglStencilCreateBegin.mexw32 (changed), mglStencilCreateEnd.mexw32 (changed), mglStencilSelect.mexw32 (changed), mglStrokeText.mexw32 (changed), mglTransform.mexw32 (changed)
chris 2009-01-31 05:42 Rev.: 445

- Tiny change to mgl.h just adding some comments to the sequence of #ifdef statements so I could
read what was going on better.

CGB

10 lines of code changed in 1 file:

  • trunk/mgllib: mgl.h (+10 -4)
chris 2009-01-30 16:20 Rev.: 444

Windows:
- Get/Set gamma added
- mglFlush added
- mglOpen/close in windowed mode seems to work.
- Compiled several of the mex files, haven't tested many yet.

-Chris-

167 lines of code changed in 36 files:

  • trunk/mgllib: mglClearScreen.mexw32 (changed), mglDisplayCursor.c (+22), mglDisplayCursor.mexw32 (new), mglFillOval.mexw32 (new), mglFillRect.mexw32 (new), mglFlush.c (+17), mglFlush.mexw32 (new), mglFrameGrab.mexw32 (new), mglGetGammaTable.c (+48), mglGetGammaTable.mexw32 (new), mglGetKeys.mexw32 (new), mglGetMouse.mexw32 (new), mglGetSecs.mexw32 (new), mglGluAnnulus.mexw32 (new), mglGluDisk.mexw32 (new), mglGluPartialDisk.mexw32 (new), mglLines2.mexw32 (new), mglPoints2.mexw32 (new), mglPoints3.mexw32 (new), mglPolygon.mexw32 (new), mglPrivateClose.mexw32 (changed), mglPrivateDeleteTexture.mexw32 (new), mglPrivateGetKeyEvent.mexw32 (new), mglPrivateGetMouseEvent.mexw32 (new), mglPrivateMoveWindow.mexw32 (new), mglPrivateOpen.mexw32 (changed), mglQuad.mexw32 (new), mglResolution.c (+36), mglResolution.mexw32 (changed), mglSetGammaTable.c (+44), mglSetGammaTable.mexw32 (new), mglStencilCreateBegin.mexw32 (new), mglStencilCreateEnd.mexw32 (new), mglStencilSelect.mexw32 (new), mglStrokeText.mexw32 (new), mglTransform.mexw32 (new)
chris 2009-01-28 16:13 Rev.: 426

Windows:
- Removed window borders.
- Windows are closable now.
- New recompiled binaries.

* Next need to make the gamma functions work.

CGB

68 lines of code changed in 8 files:

  • trunk/mgllib: mgl.h (+1), mglClearScreen.mexw32 (new), mglPrivateClose.c (+48), mglPrivateClose.mexw32 (new), mglPrivateOpen.c (+11 -11), mglPrivateOpen.mexw32 (changed), mglResolution.c (+8 -1), mglResolution.mexw32 (changed)
chris 2009-01-27 14:24 Rev.: 420

mglOpen:
- Added the initial Windows code. Still needs more work.

mglResolution:
- Added the initial Windows code.

mgl.h:
- Added some Windows defines.

Misc:
- Added a couple Windows compiled mex files.
- In many of the files, I had to move the variable declarations to the top of the file because the Windows C compiler requires it.

780 lines of code changed in 5 files:

  • trunk/mgllib: mgl.h (+23 -13), mglPrivateOpen.c (+384 -101), mglPrivateOpen.mexw32 (new), mglResolution.c (+373 -309), mglResolution.mexw32 (new)
chris 2009-01-27 14:15 Rev.: 419

delete 1 space from a file to test commit privileges

1 lines of code changed in 1 file:

  • trunk: readme.txt (+1 -1)
Generated by StatSVN 0.4.1