]> Creatis software - gdcm.git/history - src/gdcmFile.cxx
Orienation : iop is float.
[gdcm.git] / src / gdcmFile.cxx
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...
2005-06-24 jprPixel Spacing related problems : update comments.
2005-06-22 jprCoding Style
2005-06-10 jprBug fix in Load method.
2005-06-03 jprTypo.
2005-06-02 jprHarden gdcm::File::IsReadable(), in order not to be...
2005-05-29 malaterreENH: Ok JPEG2000 is working...cannot believe that IsJPE...
2005-05-17 jprENH : According to David Clunie's advice, we check...
2005-05-11 malaterreENH: Should now support image with space in the origin
2005-05-11 malaterreENH: Some minor enhance:
2005-04-27 jprRemoval of now useless lut-related stuff
2005-04-27 jprPb of 'Bits Allocated = 12' is now dealt with in
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-03-22 jprTypo
2005-03-11 jprFinal removal of gdcmFileHelper::InitializeDefaultFile();
2005-03-09 jprTypo, comments
2005-03-02 jprFix gdcm::FileHelper::CheckMandatoryElements() to take...
2005-02-21 jprTypo
2005-02-17 jprTo avoid further pb, Initialize defaults now Photochrom...
2005-02-17 jprGroup 0002 management
2005-02-15 jprTaking into account the difference between MONOCHROME1...
2005-02-10 malaterreBUG: In c++ you are never garantee your var is initiali...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprAnonymizeNoLoad improvement
2005-02-10 jprcommit
2005-02-10 jprDuplicate Matthieu's hack to prevent bombing in Anonymize
2005-02-09 malaterreBUG: Remove seg fault from the nightly test.
2005-02-07 malaterreBUG: Remove my previous hack now this is properly fixed...
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-07 jprfix misstyping (while removing spurious tab characters :-(
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-05 malaterreSTYLE: Please stop using cout, you have a much more...
next