Menu

Code2 Commit Log


Commit Date  
[r122] by klafekie

CHANGED: open partitura file from command line if present

2015-03-25 15:44:28 Tree
[r121] by klafekie

Remove SharpDX

2015-01-28 17:40:28 Tree
[r120] by klafekie

Remove testFeature

2015-01-28 17:40:10 Tree
[r119] by klafekie

Remove sharpDX

2015-01-28 17:39:37 Tree
[r118] by klafekie

Remove janImport

2015-01-28 17:39:24 Tree
[r117] by klafekie

MERGED: /branches/feature/janImport:110-116

2015-01-28 17:38:22 Tree
[r116] by joedane

Program readability improved. No behavior changes.
Changes:
- Added/edited documenting comments.
- Fixed wrong parameter name: renamed ignoreSelectedBox to includeSelectedBox (in Page.Overlaps())
- Disabled unused method (Page.PartCount).
- Removed unnecessary 'ref' keyword (in 'ref parts' parameter of the various 'AppendParts' methods).
- Avoid similar names to different objects:
- Renamed the (private) 'box' to '_mesh' in ClippingD3D.
- Renamed the (private) 'lines' to '_clippings' in PlayerViewD3D.

2015-01-18 12:31:51 Tree
[r115] by joedane

Experiment for vision quality. The changes of jed's experiment that improved the quality.
- In ClippingD3D.Get():
- Changed the clipping width and height to '0' (= 'from input'; was fixed 2048). This adapts to the input resolution (probably).
- 'Filter' was already changed in R114 from 'Linear' to 'Point' in ClippingD3D.Get(). Not sure if this had influence.
- In PlayerViewD3D.CreateDevice():
- Added specifying Backbuffer width and height explicitly. This adapts to the output resolution (probably).

2015-01-10 15:21:29 Tree
[r114] by joedane

Changes:
- Fixed: crash when the input image is color instead of grayscale (bitsPerPixel in GreyImage.Brightness())
- Some refactorings that prepare the 'vision fixes' to be committed after this revision:
- Some comments, some introduce variables.
- In: ClippingD3D, PlayerViewD3D.CreateDevice()
- Behavior is not changed yet.
- Unit tests: some minor updating and comments.

2015-01-10 14:40:42 Tree
[r113] by joedane

Changes: only program formatting. Applied automatic formatting (by Resharper 9) to (almost) all code files. Checked the results using a compare tool.
The changes:
- The main change is to replace all leading tabs by 4 spaces.
- Opening curly braces ('{') are moved to new line.
- No more spaces between casts and the variable (e.g. '(int)counter' instead of '(int) counter')
- Space formatting may now be ugly in some comments (when the '//' was before tabs)
- Inherits (':') are now always on their own line.

2015-01-10 11:35:50 Tree
Older >
MongoDB Logo MongoDB