]> Creatis software - gdcm.git/shortlog
gdcm.git
2003-10-20 malaterre* ENH: vtkgdcmViewer now autoscale color/window level...
2003-10-15 jprgdcmHeader::gdcmHeader(const char *InFilename, bool...
2003-10-15 jprEmprovement of reading for Dicom encapsulated Jpeg...
2003-10-14 jprSome more corrections
2003-10-14 jprMissing elements added
2003-10-14 malaterre* TODO: *.in file to genereate a UseGDCM later
2003-10-14 jpr--> Some supposed-to-be Dicom Images have no preamble.
2003-10-13 jprAccording to PS 3.3-2003 C.11.1.1.2 p 619, when each...
2003-10-13 malaterre* FIX: vtkgdcm was not being installed
2003-10-13 malaterre* FIX: "jpeglib.h" was not found on VC++
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-10 malaterre* FIX: make install should be ok now on ùnix plateform
2003-10-10 malaterre* ENH: Generate both user and dev documentation
2003-10-10 malaterre* FIX: CMake generate now documentation
2003-10-09 malaterre* FIX: force jpeg dir to the local one (gdcm/src/jpeg)
2003-10-09 malaterre* doh, forgot the most important :)
2003-10-09 malaterre* FIX: cygwin build failed
2003-10-09 malaterre* FIX: http://www.cmake.org/pipermail/cmake/2003-Octobe...
2003-10-09 malaterreFIX: on cygwin Wsock32 doesn't exist
2003-10-09 malaterre* doh, ADD_DEFINITIONS needed for now
2003-10-09 malaterre* FIX: jpr !!!
2003-10-09 malaterre* CMake-ification of gdcm, we have now two build system
2003-10-09 jprOdd length strings are padded with '\0' (not with space...
2003-10-09 malaterreFIX: VC++ warning about return type in main
2003-10-09 malaterreFIX: CV++
2003-10-07 malaterre* SpuriousFile.raw removed...
2003-10-07 manuFIX : compilation process wad broken.
2003-10-06 malaterre* removed these files, they were "Generated automatical...
2003-10-06 malaterre* change GetXSpacing and GetYSpacing "%f\\%" is parsed...
2003-10-06 malaterre* change gdcmViewer -> vtkgdcmViewer
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 malaterre* beware of trailing white space !
2003-10-03 malaterre* added a gdcmViewer to vtk test, use mouse to control...
2003-10-03 malaterre* vtkGdcmReader is now able to read rgb dicom file.
2003-10-03 jprgdcmHeaderHelper::GetNumberOfScalarComponents() added...
2003-10-03 jprgdcmFile::GetImageDataIntoVector now
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-30 malaterre* add argv[1]
2003-09-25 jprNow gdcmParse.cxx is 80 characters line long.
2003-09-25 jpr-->File gdcmParse.cxx added
2003-09-24 jprThe lines are now eigthy characters long...
2003-09-24 jprRemove spurious tests
2003-09-24 regrainRemaining etc... replaced by ...
2003-09-24 jprostream replaced by std::ostream
2003-09-24 jprmistyping corrected
2003-09-24 jprwarning added in doxygen part
2003-09-24 jprRemaining ... and so on
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 ...
2003-09-24 jprmistyping corrected
2003-09-24 jprremaining and so on ...
2003-09-24 jpristream replaced by std::istream
2003-09-24 jprRemaining ostream replaced by std::ostream
2003-09-24 jprRemaining \n in std::cout and std::cerr replaced by...
2003-09-24 jprRemaining cerr replaced by std::cerr
2003-09-24 jprMistyping in doxygen header corrected
2003-09-24 jprRemove using namespace std;
2003-09-22 regrain * src/gdcmUtil.[cxx|h] : change the _CreateCleanS...
2003-09-19 malaterre* doh I had commited unix file for Win workspace !
2003-09-19 malaterre* oops forgot to commit Changelog :)
2003-09-19 malaterre* This commit should fix the Debug building under VC...
2003-09-18 regrain * "gdcm::Unfound" string changed to a constant...
2003-09-17 malaterre* corrected directory parsing under Win32
2003-09-17 malaterre* grammar ;)
2003-09-16 frog Makefile.am now exports gdcm.dsw for Windoze users...
2003-09-16 frog * Cosmetic changes:
2003-09-15 malaterre* Fix a cygwin complain about not finding python2.3...
2003-09-11 jprMissing modalities added, to be compliant with DICOM...
2003-09-11 jprSpecial patch to allow gdcm to read ACR-LibIDO formatte...
2003-09-11 malaterre* cygwin complains about missing std:: in subdir Test/
2003-09-10 malaterre* remove some methods that are now in gdcmHeaderHelper
2003-09-10 malaterrevtkGdcmReader set spacing and origin correctly
2003-09-09 jprSome more items added to be Dicom'2003 compliant
2003-09-09 malaterre* Fix a few delete/delete[] mismatch
2003-09-08 malaterre* src/gdcmHeaderHelper.[h cxx]: added new class that...
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-08-29 malaterre* Corrected a leak in vtkGdcmREader.cxx, the pSource...
2003-08-29 malaterre* Corrected a leak, the pSource was find thanks to...
2003-07-29 malaterre* src/win32/libgdcmjpeg12.dsp was not dos format
2003-07-29 regrain * src/gdcmHeader.h : add std:: prefix for stl...
2003-07-29 malaterremissing namespace: string -> std::string
2003-07-29 malaterreSorry, didn't realize named had changed .c -> 12.c
2003-07-29 malaterre* src/win32/libgdcmijpeg12.dsp was missing
2003-07-28 malaterre* src/gdcmHeader.cxx : misplaced return 0.; for ACR...
2003-07-28 malaterremisplaced return 0.; for ACR/NEMA
2003-07-28 regrain*** empty log message ***
2003-07-24 regrain * src/jpeg/libijg12/.cvsignore, jconfig.* : ommit...
2003-07-23 jprFor the Linux part of the Packaging
2003-07-23 jprAdding the empty gdcmRLE.cxx file
2003-07-23 jprAdd empty gdcmJpeg2000.cxx, ready for the future
2003-07-23 jprFor 12 bits jpeg, it could help :-(
2003-07-23 jprLast commit (?)
2003-07-23 jprfor libijg8
2003-07-23 jprFor libijg12
2003-07-23 jprAdd Jpeg 12 bits .c files,
2003-07-23 jpradding jpeg12 bits .h file , in libijg12.
next