2005-11-28 |
jpr | Orienation : iop is float. |
blob | commitdiff | raw |
2005-11-25 |
jpr | Upport itk modif (taken from gdcm1.0) around Jolinda... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
jpr | More explanations, for Doxygen (and developpers) |
blob | commitdiff | raw | diff to current |
2005-11-25 |
malaterre | BUG: 0,0,0,0,0,0 was a really bad default value |
blob | commitdiff | raw | diff to current |
2005-11-22 |
malaterre | ENH: I cannot remember what was the bug but since noone... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
jpr | comment out deprecated method Load(filename), everywhere. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
jpr | Warning vs Error |
blob | commitdiff | raw | diff to current |
2005-11-09 |
jpr | Debug vs Warning |
blob | commitdiff | raw | diff to current |
2005-11-05 |
jpr | Debug vs Warning |
blob | commitdiff | raw | diff to current |
2005-11-04 |
jpr | Avoid bcc warnings |
blob | commitdiff | raw | diff to current |
2005-11-03 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-11-02 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-10-27 |
jpr | Messages |
blob | commitdiff | raw | diff to current |
2005-10-26 |
jpr | Typo |
blob | commitdiff | raw | diff to current |
2005-10-25 |
malaterre | ENH: When using your fancy find/replace, try using... |
blob | commitdiff | raw | diff to current |
2005-10-25 |
regrain | * Some classes inherit now from gdcm::RefCounter |
blob | commitdiff | raw | diff to current |
2005-10-25 |
malaterre | BUG: Wow, bcc55 actually did caught this one :) nice |
blob | commitdiff | raw | diff to current |
2005-10-25 |
jpr | avoid polluting output |
blob | commitdiff | raw | diff to current |
2005-10-25 |
jpr | Forget this one |
blob | commitdiff | raw | diff to current |
2005-10-25 |
jpr | Avoid useless warnings while stepping jpeg fragments |
blob | commitdiff | raw | diff to current |
2005-10-24 |
regrain | * Change the DocEntry inheritance to RefCounter |
blob | commitdiff | raw | diff to current |
2005-10-23 |
jpr | Doxygen |
blob | commitdiff | raw | diff to current |
2005-10-21 |
jpr | Fix GetZOrigin(). |
blob | commitdiff | raw | diff to current |
2005-10-21 |
malaterre | COMP: Fix comp, and use IsValueCountValid in an assert... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
malaterre | ENH: Adding IsValueCountValid. Should save a lot of... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
jpr | Doxygen disagrees with comments on deprecated methods |
blob | commitdiff | raw | diff to current |
2005-10-20 |
regrain | * Add a RefCounter object that is deleted only when... |
blob | commitdiff | raw | diff to current |
2005-10-19 |
malaterre | STYLE: Imager Pixel Spacing |
blob | commitdiff | raw | diff to current |
2005-10-19 |
regrain | * Fix compilation errors for the Python part |
blob | commitdiff | raw | diff to current |
2005-10-19 |
regrain | * Amelioration of error messages |
blob | commitdiff | raw | diff to current |
2005-10-19 |
regrain | * Error message amelioration |
blob | commitdiff | raw | diff to current |
2005-10-18 |
malaterre | STYLE: A Debug statement is not a warning, a warning... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
malaterre | ENH: Getting real close to having JPEG support in gdcm... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
regrain | * Correctly use the VRKey for all vr variables.... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
regrain | * Minor coding-style clean up |
blob | commitdiff | raw | diff to current |
2005-10-17 |
jpr | Fix bug in computing XSpacing. |
blob | commitdiff | raw | diff to current |
2005-10-10 |
malaterre | BUG: When reading 32bits data on BigEndian system you... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
malaterre | BUG: Have to remove assert since 00191113.dcm is off... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
malaterre | ENH: ReadAndSkip became ReadAndNotSkip, the basic offse... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
malaterre | STYLE: Minor typo |
blob | commitdiff | raw | diff to current |
2005-09-21 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-09-20 |
jpr | To avoid warnings around 'catch' |
blob | commitdiff | raw | diff to current |
2005-09-07 |
jpr | Meta Elements group length (follows previous commit) |
blob | commitdiff | raw | diff to current |
2005-09-06 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-09-05 |
jpr | Addsome comments about Patient Position : |
blob | commitdiff | raw | diff to current |
2005-08-29 |
jpr | Add |
blob | commitdiff | raw | diff to current |
2005-07-30 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-07-24 |
malaterre | ENH: Moving Orientation stuff into its own class. gdcm... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
malaterre | COMP: Try to get read of the float issues |
blob | commitdiff | raw | diff to current |
2005-07-24 |
malaterre | COMP: OK pow and powf are just to much pain for a simpl... |
blob | commitdiff | raw | diff to current |
2005-07-23 |
malaterre | COMP: Remove warning about unused var /type/ |
blob | commitdiff | raw | diff to current |
2005-07-23 |
malaterre | COMP: Remove deprecated call from cascade deprecated... |
blob | commitdiff | raw | diff to current |
2005-07-23 |
malaterre | BUG: Fix ProductVectorial. Big thanks to Sean McInerney... |
blob | commitdiff | raw | diff to current |
2005-07-23 |
malaterre | COMP: Apparently bcc5.5 and bcc6 do not provide powf... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
malaterre | COMP: Fix compilation |
blob | commitdiff | raw | diff to current |
2005-07-21 |
jpr | ==> Add File::TypeOrientation( ) method |
blob | commitdiff | raw | diff to current |
2005-07-20 |
jpr | Use GDCM_LEGACY for DicomDir, as well |
blob | commitdiff | raw | diff to current |
2005-07-20 |
jpr | We can now anonymize 'BinEntries' as well |
blob | commitdiff | raw | diff to current |
2005-07-19 |
jpr | Add some comments on the 'Patient Position' |
blob | commitdiff | raw | diff to current |
2005-07-19 |
malaterre | ENH: gdcm now almost compile with GDCM_LEGACY_REMOVE on |
blob | commitdiff | raw | diff to current |
2005-07-19 |
malaterre | ENH: Adding a deprecation mechanism to gdcm via two... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
jpr | On the way to gdcm2 ... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
jpr | Due to something stupid in the gdcm::File constructor... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
jpr | Now gdcmFile::Load() returns false if file is not gdcm... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
malaterre | ENH: Applying some more patch from Luca Picello to... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
jpr | Enhance gdcm::File::IsReable() heuristics to be able... |
blob | commitdiff | raw | diff to current |
2005-06-24 |
jpr | Pixel Spacing related problems : update comments. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
jpr | Coding Style |
blob | commitdiff | raw | diff to current |
2005-06-10 |
jpr | Bug fix in Load method. |
blob | commitdiff | raw | diff to current |
2005-06-03 |
jpr | Typo. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
jpr | Harden gdcm::File::IsReadable(), in order not to be... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
malaterre | ENH: Ok JPEG2000 is working...cannot believe that IsJPE... |
blob | commitdiff | raw | diff to current |
2005-05-17 |
jpr | ENH : According to David Clunie's advice, we check... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
malaterre | ENH: Should now support image with space in the origin |
blob | commitdiff | raw | diff to current |
2005-05-11 |
malaterre | ENH: Some minor enhance: |
blob | commitdiff | raw | diff to current |
2005-04-27 |
jpr | Removal of now useless lut-related stuff |
blob | commitdiff | raw | diff to current |
2005-04-27 |
jpr | Pb of 'Bits Allocated = 12' is now dealt with in |
blob | commitdiff | raw | diff to current |
2005-04-19 |
jpr | Should suppress some warnings from Borland compiler |
blob | commitdiff | raw | diff to current |
2005-04-14 |
jpr | Now, user can ask gdcm::DicomDir to skip SeqEntries... |
blob | commitdiff | raw | diff to current |
2005-03-22 |
jpr | Typo |
blob | commitdiff | raw | diff to current |
2005-03-11 |
jpr | Final removal of gdcmFileHelper::InitializeDefaultFile(); |
blob | commitdiff | raw | diff to current |
2005-03-09 |
jpr | Typo, comments |
blob | commitdiff | raw | diff to current |
2005-03-02 |
jpr | Fix gdcm::FileHelper::CheckMandatoryElements() to take... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
jpr | Typo |
blob | commitdiff | raw | diff to current |
2005-02-17 |
jpr | To avoid further pb, Initialize defaults now Photochrom... |
blob | commitdiff | raw | diff to current |
2005-02-17 |
jpr | Group 0002 management |
blob | commitdiff | raw | diff to current |
2005-02-15 |
jpr | Taking into account the difference between MONOCHROME1... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
malaterre | BUG: In c++ you are never garantee your var is initiali... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
regrain | * Testing/TestWriteSimple.cxx, TestSequence.cxx... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
jpr | AnonymizeNoLoad improvement |
blob | commitdiff | raw | diff to current |
2005-02-10 |
jpr | commit |
blob | commitdiff | raw | diff to current |
2005-02-10 |
jpr | Duplicate Matthieu's hack to prevent bombing in Anonymize |
blob | commitdiff | raw | diff to current |
2005-02-09 |
malaterre | BUG: Remove seg fault from the nightly test. |
blob | commitdiff | raw | diff to current |
2005-02-07 |
malaterre | BUG: Remove my previous hack now this is properly fixed... |
blob | commitdiff | raw | diff to current |
2005-02-07 |
regrain | * Testing/TestSequence.cxx : add test for sequences... |
blob | commitdiff | raw | diff to current |
2005-02-07 |
jpr | fix misstyping (while removing spurious tab characters :-( |
blob | commitdiff | raw | diff to current |
2005-02-07 |
regrain | * gdcmPython/gdcm.i : bug fix. Now string are correc... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
jpr | * Add method File::AnonymizeNoLoad, to allow anomymizin... |
blob | commitdiff | raw | diff to current |
2005-02-05 |
malaterre | BUG: Apparently on Borland uses unsigned char to store... |
blob | commitdiff | raw | diff to current |
2005-02-05 |
malaterre | STYLE: Please stop using cout, you have a much more... |
blob | commitdiff | raw | diff to current |
next |