]> Creatis software - gdcm.git/history - src/gdcmHeader.cxx
* gdcmDirList : to parse a hard drive directory in recursive (or not)
[gdcm.git] / src / gdcmHeader.cxx
2004-02-03 regrain * gdcmDirList : to parse a hard drive directory...
2004-02-03 jprhandling 'non string elements' unsecure area (LUT,...
2004-02-02 jpr * FIX taking into account the possible 7fe0,0010...
2004-01-30 jprsome DICOMDIR writting purpose modif
2004-01-28 jprupgrade GdcmHeaderEntry Print Method for DICOMDIR
2004-01-27 jpr* gdcmParser constructor has a new boolean param,'ignor...
2004-01-23 jpr- ANSIfy gdcmDicomDir.cxx
2004-01-23 regrain * Bug fix on field having a VR = 'UI'. Assume...
2004-01-20 regrain * add shadow dictionary
2004-01-19 regrain * removal of file gdcmHeader2.cxx
2004-01-16 jpr * removal of class gdcmHeaderEntrySet
2004-01-15 regrain * src/gdcmDicSet.[h|cxx] : add virtual entries...
2004-01-15 jprWrite uses now chained list instead of (now unuable...
2004-01-15 jprdoxygenation + modif in Header printing
2004-01-14 jprSome modif in comments; doxygen, etc
2004-01-14 jprmodif in Header printing
2004-01-14 regrain * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -...
2004-01-13 regrain * To remove warnings
2004-01-13 jprdoxygenation improvement
2004-01-13 regrain * src/*.[h|cxx] : coding style
2004-01-13 jprremove H Table NameHT
2004-01-13 regrain * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix...
2003-12-22 regrain * gdcmHeader is now aggregating gdcmFile, and...
2003-11-18 malaterre*FIX: Use carnaught table to reduce boolean expr !
2003-11-14 malaterre*FIX: Solaris + gcc fixed induced backward error. ...
2003-11-13 malaterre*FIX: Some compilation problem on SunOS with no ANSI...
2003-11-13 jpradd '\0' after ostringstream to avoid oddities on Solrais
2003-11-13 malaterre*FIX: Change GetLUTRGBA to return unsigned char instead...
2003-11-12 jpr *ENH gdcmHeader constructor has one more paramete...
2003-11-12 malaterre*ENH: Update CMakeLists
2003-11-10 jpr *FIX : gdcmHeader::LoadElements is now based
2003-11-10 jpr *FIX : gdcmHeader::LoadElements is now based
2003-11-07 jpr *ENH gdcmHeader::FixFoundLength now allow to ...
2003-11-05 malaterre*** empty log message ***
2003-11-05 malaterre*FIX: DOH again the same bug of unsigned vs. signed !
2003-11-05 malaterreFIX: DOH !! [0 255[ doesn't contains 256 elements ...
2003-11-03 jpr2003-11-03 Jean-Pierre Roux
2003-10-31 malaterre*FIX: VC++ compilation, still for loop dummy stuff
2003-10-31 jpr * ENH : Add the functions gdcmFile::GetImageDataRaw
2003-10-30 jpr2003-10-29 Jean-Pierre Roux
2003-10-23 jprgdcm now deals with 16 Bits Run Length Encoded images
2003-10-21 jpr- garbage Siemens 'Leonardo' images dealt with
2003-10-15 jprgdcmHeader::gdcmHeader(const char *InFilename, bool...
2003-10-14 jpr--> Some supposed-to-be Dicom Images have no preamble.
2003-10-10 jprENH : OpenFile closes the file if it *really* doesn...
2003-10-10 malaterre* FIX: PATH to dictionary was wrong (missing /)
2003-10-09 malaterre* FIX: jpr !!!
2003-10-09 jprOdd length strings are padded with '\0' (not with space...
2003-10-06 jprA few nasty patches to allow the reading of a lot of...
2003-10-03 jprOne more JPEG LossLess type "JPEG Baseline (Process...
2003-10-03 jprgdcmFile::GetImageDataIntoVector now
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-24 jprThe lines are now eigthy characters long...
2003-09-24 jprRemove spurious tests
2003-09-24 jprcout replaced by std::cout
2003-09-24 jprRemaining hex replaced by std::hex
2003-09-24 jprRemaining vector replaced by std::vector
2003-09-24 jprRemaining \n in std::cout and std::cerr replaced by...
2003-09-24 jprRemove using namespace std;
2003-09-18 regrain * "gdcm::Unfound" string changed to a constant...
2003-09-11 jprSpecial patch to allow gdcm to read ACR-LibIDO formatte...
2003-09-10 malaterre* remove some methods that are now in gdcmHeaderHelper
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-07-28 malaterremisplaced return 0.; for ACR/NEMA
2003-07-23 jpr- Color problems taken in to account
2003-07-03 jprAll the 'accesors with euristics' move to the end of...
2003-07-03 jpr- gdcmDebug set to 0 in ordrer to avaoid some spurious...
2003-07-02 jprnow gdcmFile::GetImageDataIntoVector, gdcmFile::GetImag...
2003-07-01 jprsome useless tests removed
2003-07-01 jprmistyping corrected
2003-07-01 frog * gdcmPython/Makefile.am now avoids calling the...
2003-07-01 jprNow GetXImagePosition, GetYImagePosition, GetZImagePosition
2003-06-26 jprAdding :
2003-06-20 jprFinal remove of spurious testTS
2003-06-17 jprAdd JPEG 6b files
2003-05-28 frog * When compiling with distutils (see setup.py...
2003-05-21 regrain * src/*.[h] all occurences of stl classes are...
2003-05-21 frog * src/*.[h] all occurences of stl classes are...
2003-05-12 frog * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPix...
2003-05-07 frog Correction of previous commit. Sorry. --- Frog.
2003-05-07 frog * src/gdcmHeader.cxx: the constructor no longer...
2003-05-06 jpr Add protected method : gdcmElValue * GetElValueByNumb...
2003-05-05 frog * vtk subdir added. Contains vtkGdcmReader.[cxx...
2003-05-05 jprModif prise en compte jpeg lossless
2003-04-30 jprgdcmElValSet::SetElValueByNumber and gdcmElValSet:...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-15 frog * Memory link hunt (by using valgrind --leak...
2003-04-11 frog Clean up with JPR. Frog
2003-04-09 jprUpdateGroupLength re-written using H-Table
2003-04-08 frog Brutal commit. --- Frog
2003-04-07 frog Brutal commit. Changelog to come.... Frog
2003-04-03 jprajouts accesseurs
2003-04-02 jprCorrection calcul 'gdcmZSize' dans AddAndDefaultElements.
2003-04-01 jprUpdate for writting DCM files
2003-03-29 frog * gdcm/Doc many doxygen changes:
2003-03-27 frog * gdcmPython/win32/gdcmpycomplet.dsp renamed...
2003-03-26 frog * src/gdcmHeader[h, cxx] gdcmHeader now has an...
2003-03-25 frog * gdcmPython/Makefile.am fixed linking against...
2003-03-24 frog * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now...
next