January 2009 Commit Log

Number of Commits:
61
Number of Active Developers:
2
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:

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:

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:

justin 2009-01-30 13:54 Rev.: 443

Adding function descriptions

5 lines of code changed in 1 file:

justin 2009-01-30 13:51 Rev.: 442

adding keyword

0 lines of code changed in 1 file:

justin 2009-01-30 13:50 Rev.: 441

Adding mglEatKeys, fixing task code to use mglGetKeyEvent for precise system timestamps of key presses.

72 lines of code changed in 7 files:

justin 2009-01-30 13:47 Rev.: 440

Converting so that it uses initScreen

7 lines of code changed in 1 file:

justin 2009-01-30 13:46 Rev.: 439

rebuild

0 lines of code changed in 2 files:

justin 2009-01-30 13:46 Rev.: 438

Adding eatkeys

113 lines of code changed in 2 files:

justin 2009-01-30 13:45 Rev.: 437

If you pass in a display number between -1 and 0, then it opens up the secondary display if it exists, otherwise it opens up a windowed context. This is like the behavior for mglOpen([]), but allows you to open up a windowed context if you only have a single display.

12 lines of code changed in 1 file:

justin 2009-01-30 13:44 Rev.: 436

Allow posting a sequence of keyboard presses, by passing in a string of characters

8 lines of code changed in 1 file:

justin 2009-01-29 10:01 Rev.: 435

rebuild

0 lines of code changed in 2 files:

justin 2009-01-29 09:59 Rev.: 434

Making ovals have slightly better resolution (setting 60 slices instead of 30)

1 lines of code changed in 1 file:

justin 2009-01-29 09:59 Rev.: 433

Adding the ability to get parameters that return the location of the mgl directories (mglGetParam('mgllibDir') and mglGetParam('taskDir')) and changing mglMake to use these

16 lines of code changed in 2 files:

justin 2009-01-29 09:58 Rev.: 432

Fixing the code to reset the resolution of the monitor after mglClose

1 lines of code changed in 1 file:

justin 2009-01-29 09:57 Rev.: 431

A program to display a bulls eye that shows the monitor dimensions

82 lines of code changed in 1 file:

justin 2009-01-29 09:56 Rev.: 430

screenParams in a file

0 lines of code changed in 1 file:

justin 2009-01-29 09:55 Rev.: 429

Putting screenParams into a file that is loaded (mglScreenParams.mat). The user can set a different location for the file using mglSetParam('screenParamsFilename',filename)

74 lines of code changed in 1 file:

justin 2009-01-29 09:55 Rev.: 428

Removing no longer necessary writeTrace code. Now the code will just give a warning if you set writeTrace (which is no longer necessary because of getTaskParameters)

21 lines of code changed in 2 files:

justin 2009-01-29 00:24 Rev.: 427

changing makeGrating/Gaussian to mglMakeGrating/Gaussian

4 lines of code changed in 1 file:

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:

justin 2009-01-28 03:52 Rev.: 425

rebuilt

0 lines of code changed in 13 files:

justin 2009-01-28 03:51 Rev.: 424

Changing pointer names to cocoaWindowPointer, aglWindowPointer and GLContext per Jonas' request

22 lines of code changed in 7 files:

justin 2009-01-27 17:52 Rev.: 423

testing ID tag

1 lines of code changed in 1 file:

justin 2009-01-27 17:50 Rev.: 422

fixing #ifdef comment and testing keywords

8 lines of code changed in 1 file:

justin 2009-01-27 17:48 Rev.: 421

fixing #ifdef comment

8 lines of code changed in 1 file:

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:

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:

justin 2009-01-27 11:47 Rev.: 418

testing

1 lines of code changed in 1 file:

justin 2009-01-27 11:44 Rev.: 417

test again

1 lines of code changed in 1 file:

justin 2009-01-27 11:42

test

2 lines of code changed in 2 files:

justin 2009-01-24 12:57 Rev.: 414

removing sdtdemo.m not very useful

0 lines of code changed in 1 file:

justin 2009-01-24 09:07 Rev.: 413

Changing the name of makeGrating/makeGaussian to mglMakeGrating/mglMakeGaussian

9 lines of code changed in 4 files:

justin 2009-01-24 09:06 Rev.: 412

Changing names from makeGrating / makeGaussian to mglMakeGrating / mglMakeGaussian. For the time being there will still be the old names that will give warnings that you should change your code to reflect the new names. Also, they will warn appropriately if you have multiple copies of makeGrating or makeGaussian in your path.

198 lines of code changed in 4 files:

justin 2009-01-24 08:43 Rev.: 411

rebuild

0 lines of code changed in 3 files:

justin 2009-01-24 08:43 Rev.: 410

Use the variable useCGL rather than matlabDesktop to specify whether to open with CGL displays

2 lines of code changed in 1 file:

justin 2009-01-24 08:42 Rev.: 409

Back to old version (as long as we use CGL buffers it works ok)

1 lines of code changed in 1 file:

justin 2009-01-24 08:42 Rev.: 408

Switch display use the variable useCGL

2 lines of code changed in 1 file:

justin 2009-01-24 08:41 Rev.: 407

Default to useCGL

3 lines of code changed in 1 file:

justin 2009-01-24 08:41 Rev.: 406

Change to comments to specify that you have to use a CGL buffer

3 lines of code changed in 1 file:

justin 2009-01-24 06:27 Rev.: 405

rebuild

0 lines of code changed in 5 files:

justin 2009-01-24 06:27 Rev.: 404

trying some stuff to close windows - better, but still busted -- windows will continue to be hidden

3 lines of code changed in 1 file:

justin 2009-01-24 06:26 Rev.: 403

More verbose messages for help debugging

21 lines of code changed in 1 file:

justin 2009-01-24 06:26 Rev.: 402

Set verbose for close window for now

2 lines of code changed in 1 file:

justin 2009-01-24 06:25 Rev.: 401

clear global before make

3 lines of code changed in 1 file:

justin 2009-01-23 03:41 Rev.: 400

Fixing mglTestGamma, but still some problem with when uiwait is called. (Is this a threading issue?) Commented out the uiwait part for now.

1 lines of code changed in 2 files:

justin 2009-01-23 03:31 Rev.: 399

trying to fix broken fig file

0 lines of code changed in 1 file:

justin 2009-01-21 05:32 Rev.: 398

update of the contents file

9 lines of code changed in 1 file:

justin 2009-01-20 04:45 Rev.: 397

rebuild

0 lines of code changed in 2 files:

justin 2009-01-12 03:34 Rev.: 396

change to comments

9 lines of code changed in 1 file:

justin 2009-01-12 02:25 Rev.: 395

tweaks. Private c-code made slightly less platform dependent (still needs openStep mutable arrays, but post event call has been encapsulated into a single function. mglPostEvent gives 100ms key presses.

45 lines of code changed in 3 files:

justin 2009-01-12 02:24 Rev.: 394

change to comments

1 lines of code changed in 1 file:

justin 2009-01-12 02:22 Rev.: 393

rebuild

0 lines of code changed in 2 files:

justin 2009-01-11 14:25 Rev.: 392

code clean up

5 lines of code changed in 1 file:

justin 2009-01-11 14:24 Rev.: 391

Change to header

2 lines of code changed in 1 file:

justin 2009-01-11 14:23 Rev.: 390

Better help on what sounds are available

28 lines of code changed in 1 file:

justin 2009-01-11 14:22 Rev.: 389

small code clean up

4 lines of code changed in 1 file:

justin 2009-01-11 14:20 Rev.: 388

useCarbon when switching windows in help

1 lines of code changed in 1 file:

justin 2009-01-11 14:19 Rev.: 387

Adding functions that simulate a run by generating key press events. mglPostEvent can be used to generate a keypress event at some time in the future - this uses the event tap accessibility functions in quartz - run in a separate thread.

494 lines of code changed in 3 files:

justin 2009-01-06 05:22 Rev.: 386

new build

0 lines of code changed in 5 files:

justin 2009-01-04 05:34 Rev.: 385

little fix to use carbon full screen contexts when doing mglSwitchDisplay -- since the cocoa windows appear flakey

14 lines of code changed in 2 files:

December 2008 »

Generated by StatSVN 0.4.1