]> Creatis software - gdcm.git/history - src/gdcmFile.cxx
Fix mistypings
[gdcm.git] / src / gdcmFile.cxx
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...
2005-02-04 regrain * src/gdcmFile.cxx : remove the default array of...
2005-02-02 regrain * Test of an older code
2005-02-02 regrain * Reorder source code
2005-02-02 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-28 regrain * Remove friend classes between DocEntry and File
2005-01-28 regrain * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug...
2005-01-28 regrain * src/gdcmUtil.cxx : compilation fix on Win32
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-26 jprTypo
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-24 jprmethods ReplaceOrCreate renamed as Insert
2005-01-24 jprStage 3 of normalization :
2005-01-23 jprSome normalizations :
2005-01-21 jprStage 2 of names normalization
2005-01-20 jprFirst stage :
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-13 malaterreENH: Adding the Debug redirection to a file stream...
2005-01-12 jprEnhence some comments
2005-01-11 malaterreENH: Untangle the transfer syntax from the Document...
2005-01-11 jpr2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-11 malaterreSTYLE: minor clean up
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprremoval of method WriteBase
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-16 regrain * src/gdcmFile.cxx : Add the code of ReplaceOrCreate...
2004-12-16 regrain * src/gdcmFile.cxx : bug fix. Omitted a Push in...
2004-12-10 regrain * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h...
2004-12-07 regrain * vtk/vtkGdcmWriter.[h|cxx] : add a first version...
2004-12-07 regrain * Test/TestUtil.cxx : reformat the source code
2004-12-07 regrain * src/gdcmPixelWriteConvert.[h|cxx] : ficnished...
2004-12-03 malaterreENH: * Huge cleanup:
2004-12-03 regrain * src/gdcmFile.[h|cxx] : now use FileType instead...
2004-12-03 regrain * src/gdcmPixelWriteConvert.[h|cxx] : new class...
2004-12-03 regrain * Rename src/gdcmPixelConvert.[h|cxx] to src/gdcmPix...
2004-11-30 regrain * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO...
2004-11-26 regrain * Remove some useless methods in gdcm::Document...
2004-11-25 regrain fix compilation warnings for the gdcm::Document...
2004-11-25 regrain * src/gdcmDocument.[h|cxx] : set the Transfert Synta...
2004-11-25 regrain * src/gdcmDocument.cxx : fix bug... test if the...
2004-11-24 regrain * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem...
2004-11-24 regrain * Amelioration of code, remove some code copy. For...
2004-11-24 regrain * src/gdcmDocEntryArchive.[h|cxx] : bug fix and...
2004-11-23 regrain * src/gdcmDocEntryArchive.cxx : complete the print...
2004-11-19 regrain * src/gdcmDocEntry.cxx : remove the copy of the...
2004-11-16 regrain * FIX : now, the DocEntries are all deleted in the...
2004-11-16 malaterreENH:
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-15 regrain * src/gdcmFile.cxx : now delete the PixelConvert...
2004-11-10 malaterreENH: Commiting 1/2 patch from Jean Michel Rouet, for...
2004-11-05 malaterreBUG: Remove tons of mem leaks. There are still plenty...
2004-11-03 malaterreENH: /binary_write/ gdcm source. Now even on big endian...
2004-10-28 malaterreENH: Minor cleanup, mostly cosmetic
2004-10-22 frog * Doc/Dicom2004_Part5.pdf added (thanks to JPR).
2004-10-22 malaterreENH: Removed all FILE* ref and replace by ifstream...
2004-10-20 frog * src/gdcmDocument.cxx: wrong type on return fixed...
2004-10-20 frog * src/gdcmDocument.cxx ftell() return properly stored...
2004-10-18 frog2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
next