]> Creatis software - gdcm.git/history - src/gdcmFile.cxx
Fix mistypings
[gdcm.git] / src / gdcmFile.cxx
2009-05-19 jprComments
2008-01-07 jprFix error message
2007-11-21 jprFix trouble in Anonymize
2007-10-23 jprDeal with
2007-10-08 malaterreCOMP: Fix a bunch of warnings. Try to get template...
2007-10-03 malaterreENH: HasLut return true when finding a segmented palette
2007-10-01 jprComments
2007-09-17 jprDoxygen (1.5.2) doen't want \\ref option.
2007-08-27 jprTrying to normalize JPEG Writing (not yet finished)
2007-08-24 jprFix comments
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-07-03 jprBug fix for old ACR-NEMA images :
2007-05-24 jprFix default spacing cvalue
2007-05-23 jprPort Mathieu's fix (from gdcm1.2) to be able to read...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2007-04-12 jprEnglish mistakes
2007-03-23 jprTypo
2006-11-15 jprTo please Python, add accesors on each Orientation...
2006-11-08 jpradd method
2006-08-29 jprBypass a stupid bug in some headers
2006-06-21 jprHope, on a day, GetYSpacing will return accurate info...
2006-06-20 jprSome US images have NO Pixel Spacing nor Pixel Ratio
2006-06-15 jprTry to take into account 'Pixel Aspect Ratio', etc...
2006-06-08 jprAdd some comments about pixel spacing
2006-05-31 jprComment out over verbose messages
2006-05-30 jprComment out GDCM_LEGACY_REMOVE function
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-03-29 jprOops.
2006-03-01 jprMinor comment fixes
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-02-07 jprRemove some useless seekg, tellg.
2005-12-21 jprminor typo
2005-12-15 jprMinor Doxygen
2005-12-09 jprFile::GetImageOrientationPatient now acts as follow :
2005-11-28 jprOrienation : iop is float.
2005-11-25 jprUpport itk modif (taken from gdcm1.0) around Jolinda...
2005-11-25 jprMore explanations, for Doxygen (and developpers)
2005-11-25 malaterreBUG: 0,0,0,0,0,0 was a really bad default value
2005-11-22 malaterreENH: I cannot remember what was the bug but since noone...
2005-11-21 jprcomment out deprecated method Load(filename), everywhere.
2005-11-09 jprWarning vs Error
2005-11-09 jprDebug vs Warning
2005-11-05 jprDebug vs Warning
2005-11-04 jprAvoid bcc warnings
2005-11-03 jprComments
2005-11-02 jprComments
2005-10-27 jprMessages
2005-10-26 jprTypo
2005-10-25 malaterreENH: When using your fancy find/replace, try using...
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-25 malaterreBUG: Wow, bcc55 actually did caught this one :) nice
2005-10-25 jpravoid polluting output
2005-10-25 jprForget this one
2005-10-25 jprAvoid useless warnings while stepping jpeg fragments
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-23 jprDoxygen
2005-10-21 jprFix GetZOrigin().
2005-10-21 malaterreCOMP: Fix comp, and use IsValueCountValid in an assert...
2005-10-21 malaterreENH: Adding IsValueCountValid. Should save a lot of...
2005-10-21 jprDoxygen disagrees with comments on deprecated methods
2005-10-20 regrain * Add a RefCounter object that is deleted only when...
2005-10-19 malaterreSTYLE: Imager Pixel Spacing
2005-10-19 regrain * Fix compilation errors for the Python part
2005-10-19 regrain * Amelioration of error messages
2005-10-19 regrain * Error message amelioration
2005-10-18 malaterreSTYLE: A Debug statement is not a warning, a warning...
2005-10-18 malaterreENH: Getting real close to having JPEG support in gdcm...
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 regrain * Minor coding-style clean up
2005-10-17 jprFix bug in computing XSpacing.
2005-10-10 malaterreBUG: When reading 32bits data on BigEndian system you...
2005-10-06 malaterreBUG: Have to remove assert since 00191113.dcm is off...
2005-10-06 malaterreENH: ReadAndSkip became ReadAndNotSkip, the basic offse...
2005-09-21 malaterreSTYLE: Minor typo
2005-09-21 jprComments
2005-09-20 jprTo avoid warnings around 'catch'
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-09-06 jprComments
2005-09-05 jprAddsome comments about Patient Position :
2005-08-29 jprAdd
2005-07-30 jprComments
2005-07-24 malaterreENH: Moving Orientation stuff into its own class. gdcm...
2005-07-24 malaterreCOMP: Try to get read of the float issues
2005-07-24 malaterreCOMP: OK pow and powf are just to much pain for a simpl...
2005-07-23 malaterreCOMP: Remove warning about unused var /type/
2005-07-23 malaterreCOMP: Remove deprecated call from cascade deprecated...
2005-07-23 malaterreBUG: Fix ProductVectorial. Big thanks to Sean McInerney...
2005-07-23 malaterreCOMP: Apparently bcc5.5 and bcc6 do not provide powf...
2005-07-22 malaterreCOMP: Fix compilation
2005-07-21 jpr==> Add File::TypeOrientation( ) method
2005-07-20 jprUse GDCM_LEGACY for DicomDir, as well
2005-07-20 jprWe can now anonymize 'BinEntries' as well
2005-07-19 jprAdd some comments on the 'Patient Position'
2005-07-19 malaterreENH: gdcm now almost compile with GDCM_LEGACY_REMOVE on
2005-07-19 malaterreENH: Adding a deprecation mechanism to gdcm via two...
2005-07-07 jprOn the way to gdcm2 ...
2005-07-07 jprDue to something stupid in the gdcm::File constructor...
2005-07-06 jprNow gdcmFile::Load() returns false if file is not gdcm...
2005-07-02 malaterreENH: Applying some more patch from Luca Picello to...
2005-06-30 jprEnhance gdcm::File::IsReable() heuristics to be able...
next