]> Creatis software - gdcm.git/shortlog
gdcm.git
2005-05-14 malaterreENH: Add a note about cmake version, since CMAKE_REQUIR...
2005-05-14 malaterreENH: Do some APPLE/WIN32 voodoo thing to get apps working
2005-05-11 malaterreENH: Should now support image with space in the origin
2005-05-11 malaterreBUG: When Image Position Patient was exactly 0,0,0...
2005-05-11 malaterreBUG: Fix previously instroduce cmake bug, now should...
2005-05-11 malaterreENH: Some minor enhance:
2005-05-10 jprTo print the CPU time with and without loading Sequence...
2005-05-04 jprFix misstyping
2005-05-03 jpr" This program allows to see at a glance"
2005-05-03 jprgdcm::File::IsReadable() is no usable here, because...
2005-05-03 jprHope it compile under VS60.
2005-05-03 jprNow the gdcm::File remains unimpaired after writting...
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-05-02 malaterreENH: Minor cleanup, also clearly specify how many pixel...
2005-05-02 malaterreENH: Set a maximum of difference to avoid generating...
2005-05-02 malaterreCOMP: Those things did not compile on VS60... dont...
2005-04-29 jprtypo
2005-04-29 jprDon't abort the prog when File not open
2005-04-28 jprFix Z dimension bug
2005-04-28 jprUpdate News
2005-04-28 jprAware user (who *does* know all the files whose names
2005-04-28 jprFix misstyping
2005-04-27 jprPrintFile gives now an accurate output for 'non gdcm...
2005-04-27 jprexAnonymizeNoLoad can now anonymize any kind of documen...
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-27 regrain * Amelioration of TestAllReadCompareDicom
2005-04-26 jprPrepare MPEG Dicom encapsulated processing (within...
2005-04-26 jprFix some checking
2005-04-26 jprSome checking added
2005-04-26 jprShould leave gdcm::Document constructor in a much quicker
2005-04-26 manugdcmFile.h was included twice (second one instead of...
2005-04-25 malaterreENH: Minor cleanup
2005-04-25 jprUpdate dicomTS.dic with Siemens Syngo(r)MR private...
2005-04-25 jprPrefixing filename by GDCM_DATA_ROOT should avoid serio...
2005-04-25 jprRemove useless PrintHeader (replaced by PrintDocument)
2005-04-24 malaterreBUG: A test that cannot open an image SHOULD fail
2005-04-24 malaterreCOMP: gcc 4.0 dont like ; in #define
2005-04-22 jprPrepare (future) MPEG integration
2005-04-22 jprModify Print() output
2005-04-22 jprcorrect English mistakes
2005-04-22 regrain * Remove bad (unused and older) spec file for linux...
2005-04-21 jprPreventive Black listing of ETIAM Dicom-MPEG image
2005-04-21 jprUpdate New Features / Missing Features
2005-04-21 jprTaking into account Dicom MPEG
2005-04-20 malaterreENH: Cannot divide by 0 on bcc55
2005-04-20 malaterreBUG: Fix Numerical Excption on bcc55
2005-04-20 regrain * FIX : on X, the python part is correctly installed...
2005-04-20 jprShould avoid some warning from Borland Compiler
2005-04-20 jprAdd exOverlayACR
2005-04-20 jprAdd a 'heavy documented' example on the way to extract...
2005-04-19 jprFix some comments
2005-04-19 regrain * Builder/ : add something to facilitate the RPM...
2005-04-19 jprRemove useless #include "gdcmDataImages.h"
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-04-18 malaterreCOMP: Need to include sys/stat for stat function +...
2005-04-18 malaterreBUG: Need to update test due to recent change
2005-04-16 malaterreCONP: Alrite seems like that before gcc 2.96 ios::failu...
2005-04-15 malaterreENH: Remove stuff that will not be used on win32, there...
2005-04-15 malaterreENH: Patching IsDirectory and the ios::Failure pb
2005-04-15 malaterreCOMP: Could not find if ios::failure is defined in...
2005-04-15 malaterreBUG: Fix test
2005-04-15 malaterreENH: Make sure noone is passing a name ending with...
2005-04-15 malaterreBUG: Attempt to fix borland IsDirectory
2005-04-15 regrain*** empty log message ***
2005-04-14 jprUse new style (NO_SHADOW NO_SEQ) for making a DICOMDIR
2005-04-14 jprUpdate comments
2005-04-14 jprUser new feature to skip Sequences and/or shadow groups
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-04-14 regrain * gdcmPython/ : amelioration to load Version with...
2005-04-13 malaterreBUG: Could not build static lib of gdcm properly on...
2005-04-13 regrain * string error fix
2005-04-13 regrain * Dicts/DictGroupName.dic : Remove all entries defin...
2005-04-12 regrain * Builder/gdcm.iss.in : Bug fix - missing gdcmConfig...
2005-04-11 malaterreBUG: Stupid gcc 2.96 does not support ios::failure
2005-04-11 malaterreBUG: Spacing in DICOM is y first THEN x spacing
2005-04-06 regrain * Amelioration on the DictGroupName class
2005-04-06 regrain * src/gdcmDictGroupName.cxx : amelioration of print
2005-04-05 regrain * Update version
2005-04-05 regrain * src/gdcmDictGroupName.[h|cxx] : add a correlation...
2005-04-05 jprUser may now choose whether he wants to load Shadow...
2005-04-05 jprComments
2005-04-05 regrain * Amelioration of demo
2005-04-04 jprFix stupid bug when writting ACR-NEMA image from 'ACR...
2005-03-31 regrain * src/gdcmPixelReadConvert.cxx : problems of around...
2005-03-31 regrain * Testing/TestAllReadCompareDicom.cxx : amelioration
2005-03-31 regrain * Testing/TestAllReadCompareDicom.cxx : bug fix...
2005-03-30 regrain * Testing/TestAllReadCompareDicom.cxx : now use...
2005-03-23 malaterreBUG: Be consistent with doc. From 0 to 9 (included...
2005-03-23 jprTemporary black lis of LibIDO rectangular images ...
2005-03-22 jprUpdate News
2005-03-22 jpr*FIX Restore pushed out elements
2005-03-22 jpr*** empty log message ***
2005-03-22 jprTypo
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-22 jpr*** empty log message ***
2005-03-18 jprFix confusing comments
2005-03-18 jprAdd a gzip tarball for gdcm1.0.0
2005-03-17 jprUpdate Download.html
2005-03-17 regrain * Builder/ : add possibility to build an installer...
next