]> Creatis software - gdcm.git/history - src
Fix mistypings
[gdcm.git] / src /
2007-09-17 jprDoxygen (1.5.2) doen't want \\ref option.
2007-09-15 malaterreBUG: how did that hqppen...
2007-09-15 malaterreCOMP: Fix comp on picky compiler
2007-09-14 malaterreBUG: Fix long standing bug that was introduce by jpr...
2007-09-14 malaterreENH: sometime you need to hold your compiler hand to...
2007-09-14 jprPrint
2007-09-07 jpr Since gdcm1.3.1 wrote wrongly some images :
2007-09-05 jprJPEG2000 reader deals with multiframes.
2007-09-04 jprClean code
2007-09-04 jprAutogenerated misstyping after system crash ?!???
2007-09-04 jprSolve (hope so!) the JPEG troubles when BitsStored...
2007-09-03 jprFix to be able to read Jpeg images 16/8.
2007-08-31 jprForget to commit this one.
2007-08-31 jprNow, we compress properly images (BitsAllocated 16...
2007-08-30 jprTypo
2007-08-30 jprSolves the problem of +/-1 on some images.
2007-08-29 jprJpeg writter is no longer confused by DataElements...
2007-08-29 jprAvoid ctest to abort on 32 bits per pxel image RTDOSE.dcm
2007-08-28 jprAvoid JPEG, JPEG2000 writting to be confused by odd...
2007-08-28 jprAvoid FileHelper::CheckMandatoryElements to be confused...
2007-08-28 jprWhen 'Pixel Aspect Ratio' exists, don't add a default...
2007-08-27 jprTrying to normalize JPEG Writing (not yet finished)
2007-08-24 jprFix comments
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-08-21 jprOn the way to unification with ITK version
2007-08-20 jprAdd methods to get number of objets
2007-07-27 jprFix some comments
2007-07-27 jprDeal with element 0x0001 of Private Groups
2007-07-26 jprWe are no longer cheated by Elem belonging to group...
2007-07-25 jprWhen NX*NY*nbOfComponents was odd, one (useless) byte...
2007-07-24 jprWe don't switch any longer to ImplicitVR when undocumen...
2007-07-13 jprFirst step to sync with v 1.2.2
2007-07-11 jprAdd a comment about a patch to be able to reda wrong...
2007-07-05 jprFix comments
2007-07-05 jprMore explanations on future 'Developer's guide'
2007-07-05 jprDon't drop _
2007-07-04 jprShorter strings
2007-07-04 jprForget to remove couts
2007-07-04 jprAdd FileHelper::SetPhotometricInterpretationToMonochrom...
2007-07-03 jprBug fix for old ACR-NEMA images :
2007-06-22 jprNever trust optimiser!
2007-06-19 davilaName Space
2007-06-18 jprFix bug in "despaired wild guesses"
2007-06-18 jprFix loosing the first image of each serie.
2007-06-18 jprFix a bug ... when reading a bugged DICOMDIR.
2007-06-15 jprWithin some Dicom images, all the elements of shadow...
2007-06-11 jprOther despaired wild guess to get swap code.
2007-06-08 jpr Add new method :
2007-06-04 jpravoid some warnings a doxygen time
2007-06-04 jprFix some verbosity
2007-05-30 jpr(Try to) fix troubles with WIN32 vs _WIN32 at compile...
2007-05-24 jprFix default spacing cvalue
2007-05-23 jprPort Mathieu's fix (from gdcm1.2) to be able to read...
2007-05-23 jprRemove useless ref to namespace
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2007-05-23 jprFix an old bug 'DicomDir Private' related.
2007-04-12 jprEnglish mistakes
2007-04-12 jprTo allow testsuite go on.
2007-04-12 jprFix the bug on US,UL while creating a DICOMDIR
2007-03-26 jprAdd class DicomDirPrivate, for dealing with SERIE/PRIVATE
2007-03-23 jprDeal with PRIVATE (at PrintDicomDir time, not MakeDicom...
2007-03-23 jprTypo
2007-02-23 jprprevent Print from any CR at end of 'name' in dicomV3.dcm
2006-11-15 jprTo please Python, add accesors on each Orientation...
2006-11-15 jprTo please python :
2006-11-08 jprHope application can link against non-installed version...
2006-11-08 jprmake warning message more explicit (?)
2006-11-08 jpradd method
2006-10-25 jprSome bozzos declare a 'ExplicitVRBigEndian' syntax...
2006-10-23 jprSome ACR readers *need* the DataElement (0x0008,0x0000...
2006-10-19 jprSome wrecked ACR-NEMA-like images begin by group 0028...
2006-10-18 jprFileHelper::CheckMandatoryElements() now checks as...
2006-08-30 jprMy previous patch hanged on images with Bits Allocated...
2006-08-29 jprAvoid propagating bugs when ReWrite an image 'not 8...
2006-08-29 jprForget to commit this one (Bits Allocated related pb)
2006-08-29 jprBypass a stupid bug in some headers
2006-08-18 malaterreENH: Make code a little more const correct
2006-08-18 malaterreENH: a fix for a broken compiler should NOT impact...
2006-08-18 malaterreCOMP: Attempt to fix jpr code
2006-07-20 malaterreENH: Minor patch
2006-07-10 jprUse a small (8 bytes) buffer to mininize time consuming...
2006-07-10 jprAvoid polluting command line applications output when...
2006-07-10 jpr- Avoid useless creation of std::string
2006-07-06 jpr- (try to) optimize time consuming IsItemStarter()...
2006-07-06 jprAvoid using std::string stuff when it's useless (CPU...
2006-07-06 jprReturning a const ref is quicker than returning a value.
2006-07-06 jprPort Mathieu's modif for writting JPEG2000
2006-07-04 jpr'Acr-NEMA' data elements
2006-07-04 jprPort Mathieu's patch from gdcm 1.2 (in gdcmValEntry...
2006-07-04 jprPort Mathieu'a modif in gdcm1.2
2006-06-29 jprAdd comments on the use od Rescale Slope / Intercept
2006-06-29 jprDoxygenation
2006-06-21 jprAdd verbosity when something wrong happens
2006-06-21 jprHope, on a day, GetYSpacing will return accurate info...
2006-06-20 jprSome US images have NO Pixel Spacing nor Pixel Ratio
2006-06-15 jprTry to take into account 'Pixel Aspect Ratio', etc...
2006-06-15 jpr Little patch for strange PMS Gyroscan Intera images
2006-06-08 jprAdd some comments about pixel spacing
2006-06-07 jpravoid 'type qualifier on return type is meaningless...
2006-05-31 jprAvoid warnings
next