]> Creatis software - gdcm.git/history - src/gdcmSeqEntry.cxx
Fix mistypings
[gdcm.git] / src / gdcmSeqEntry.cxx
2007-10-08 malaterreCOMP: Fix a bunch of warnings. Try to get template...
2007-09-14 jprPrint
2007-08-29 jprJpeg writter is no longer confused by DataElements...
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-13 jprAvoid some warnings
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2005-12-01 jprBug fix : Sequence Delimitor Items were written with...
2005-11-29 regrain * Add the Copy method in all datas
2005-11-07 jprAdd Method ComputeFullLength(), to allow further comput...
2005-11-03 jprDon't write 'Zero length' Sequences.
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-18 regrain * Minor coding-style clean up
2005-08-24 malaterreCOMP: Fix compilation for VS6
2005-08-23 jprImprove 'Print' methods
2005-02-11 jprTypo, comments, doxygenation
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-02 regrain * Reorder source code
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-31 jprCosmetics
2005-01-24 jprStage 3 of normalization :
2005-01-23 jprSome normalizations :
2005-01-20 regrain * src/gdcmSQItem[h|cxx] : rename some methods to...
2005-01-18 jprDoxygenation (Print method)
2005-01-18 jprAdd missing :
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-17 jpr'Dictionnary' is now spelt 'Dictionary',
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-07 regrain * src/gdcmDocEntry.[h|cxx] : now the ReadLength...
2005-01-06 jprCoding Style + Doxygenation
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-02 regrain * Test/TestCopyDicom.cxx : the new dicom created...
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-24 regrain * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem...
2004-11-19 regrain * src/gdcmSeqEntry.cxx : add initialisation of varia...
2004-11-15 malaterreSTYLE: Remove VTK'ism, gdcm does not prepend vars by...
2004-11-03 malaterreENH: /binary_write/ gdcm source. Now even on big endian...
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-24 jprCosmetic modifs to be more Coding style compliant
2004-09-16 frog * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet...
2004-09-13 frog * Preparation of writing a gdcmHeader iterator: gener...
2004-08-31 jprDoxygenation
2004-08-28 malaterreFIX: Unused vars
2004-08-27 jprlight modif around DICOMDIR stuff
2004-08-26 jpr- now, DicomDir stuff stakes into account the 'new...
2004-07-21 jprJPR
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-24 jprJean-Pierre Roux
2004-06-23 frog Bugfixes. --- JPR (with frog)
2004-06-23 frog gdcmDocEntry::PrintCommonPart() and ::WriteCommonP...
2004-06-23 malaterreSTYLE: Cleanup outside API, there is still too much...
2004-06-22 jprRemoval of now useless gdcmDocument::LoadVLEntry method
2004-06-22 jprremove tabs
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-15 jprJean-Pierre Roux
2004-06-15 jprJean-Pierre Roux
2004-06-09 frog Sub-minor fixes on std inclusion... JPR + Frog
2004-06-09 jprStill in a debugging status.
2004-06-08 frog Sub-minor std-related fixes... Jpr+Frog
2004-06-07 jprLast commit before the final(?) one, for the new version.
2004-05-19 jprSooooon, it will be OK
2004-05-18 jprPLEASE : keep on waiting for the final version !
2004-05-12 jprgeneral commit of (future) new classes.
2004-05-05 jprThe shows goes on
2004-05-04 jprTaking into account the 'Dicom Sequences' leads up...