]> Creatis software - gdcm.git/history - src/gdcmDocEntrySet.h
Fix mistypings
[gdcm.git] / src / gdcmDocEntrySet.h
2007-09-17 jprDoxygen (1.5.2) doen't want \\ref option.
2007-08-29 jprJpeg writter is no longer confused by DataElements...
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-07-26 jprWe are no longer cheated by Elem belonging to group...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2005-11-30 regrain * Fix compilation warnings
2005-11-29 regrain * Add the Copy method in all datas
2005-11-28 regrain * Improvement #2 : the CommandManager is now a stati...
2005-11-28 regrain * Add Command and CommandManager to have possible...
2005-11-21 jprDoxygenation
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-20 regrain * Add a RefCounter object that is deleted only when...
2005-10-19 regrain * Remove the Key information in Entry
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 regrain * Minor coding-style clean up
2005-09-06 jprAdd the GetEntryForcedAsciiValue method to deal with...
2005-09-02 jprCoding style : remove useless trailing ';' from inline...
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-07-11 malaterreENH: A TagKey is a TagKey and not a string or TagName...
2005-07-11 jprDoxygenation
2005-06-17 jprAdd comments
2005-02-10 jprThe following gdcm::DocEntrySet methods, no re-definabl...
2005-02-07 regrain * Remove useless methods added by JPR for Python...
2005-02-04 jpr * Add GetFirstValEntry + GetNexxtValEntry, for Python...
2005-02-02 regrain * Reorder source code
2005-02-02 jprStrange name gdcm::SerieHeader turned to gdcm::SerieHelper
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 regrain * src/gdcmDocument.cxx : bug fix on potential memory...
2005-01-24 jprStage 3 of normalization :
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-20 jprGeneral .h typo unification
2005-01-19 jprGetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are...
2005-01-11 jprSome more Doxygenation (for Doc/html.developper/annotat...
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 jprRemoval out of the Dicom Dictionary of non dicom 'fourt...
2005-01-07 jprRemoval of useless and dangerous methods :
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx] : Remove used methods
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx...
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
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-06 regrain * Example/Volume2Dicom.cxx : comment unused variables
2004-12-03 malaterreCOMP: Borland could not compile gdcm... BTW there is...
2004-11-30 malaterreENH: Apply patch from ITK back to main CVS. Fix problem...
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-22 malaterreENH: Removed all FILE* ref and replace by ifstream...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-16 frog * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet...
2004-09-14 jprNow, TestCopyDicom deals with private Entries
2004-09-13 frog * Preparation of writing a gdcmHeader iterator: gener...
2004-08-26 jpr- now, DicomDir stuff stakes into account the 'new...
2004-08-01 malaterreENH: Who would have bet ! Some cosmetic cleanups
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-22 jpr2004-06-22 Jean-Pierre Roux
2004-06-21 malaterreENH: Ok second chunk of patch, tests seems to go smoothly
2004-06-20 frog * Erroneous leading white fix:
2004-06-19 frog * In order to fix memory leaks:
2004-06-09 frog Sub-minor fixes on std inclusion... JPR + Frog
2004-06-09 jprStill in a debugging status.
2004-06-07 jprLast commit before the final(?) one, for the new version.
2004-05-18 jprPLEASE : keep on waiting for the final version !
2004-05-12 jprgeneral commit of (future) new classes.
2004-05-05 jprforget this one
2004-05-05 jprabout compile errors
2004-05-04 jprTaking into account the 'Dicom Sequences' leads up...