log Plugins/Engine/OrthancPlugins.cpp @ 1630:ffd23c0104af

age author description
Mon, 21 Sep 2015 13:26:45 +0200 Sebastien Jodogne "/system" URI gives information about the plugins used for storage area and DB back-end
Fri, 18 Sep 2015 16:46:35 +0200 Sebastien Jodogne OrthancPluginErrorCode in REST callbacks
Fri, 18 Sep 2015 16:32:29 +0200 Sebastien Jodogne Plugin callbacks must now return explicit "OrthancPluginErrorCode" instead of integers
Fri, 18 Sep 2015 12:58:51 +0200 Sebastien Jodogne reorganization
Fri, 18 Sep 2015 12:37:58 +0200 Sebastien Jodogne fix missing precompiled headers
Wed, 16 Sep 2015 15:18:59 +0200 Sebastien Jodogne Primitives to upgrade the database version in plugins
Fri, 04 Sep 2015 17:12:25 +0200 Sebastien Jodogne drawing texts on image from plugins
Fri, 04 Sep 2015 16:36:18 +0200 Sebastien Jodogne Core/ImageFormats folder renamed as Core/Images
Wed, 02 Sep 2015 15:07:47 +0200 Sebastien Jodogne Implementation of the "GetAllPublicIdsWithLimit" extension
Wed, 02 Sep 2015 13:58:08 +0200 Sebastien Jodogne OrthancPluginConvertPixelFormat
Tue, 01 Sep 2015 17:37:26 +0200 Sebastien Jodogne issuing HTTP requests from the plugin SDK
Tue, 01 Sep 2015 16:41:16 +0200 Sebastien Jodogne fix
Tue, 01 Sep 2015 14:57:13 +0200 Sebastien Jodogne JpegReader
Tue, 01 Sep 2015 13:08:41 +0200 Sebastien Jodogne CompressAndAnswerJpegImage
Tue, 01 Sep 2015 12:11:53 +0200 Sebastien Jodogne documentation, primitives for jpeg
Tue, 01 Sep 2015 11:23:41 +0200 Sebastien Jodogne fixes to image primitives
Mon, 31 Aug 2015 17:37:54 +0200 Sebastien Jodogne primitives for image encoding/decoding in plugins
Thu, 27 Aug 2015 14:58:58 +0200 Sebastien Jodogne OrthancPluginRegisterRestCallbackNoLock, documentation
Thu, 27 Aug 2015 12:56:48 +0200 Sebastien Jodogne OrthancPluginSendHttpStatus
Thu, 27 Aug 2015 12:32:09 +0200 Sebastien Jodogne OrthancPluginGetErrorDescription
Wed, 26 Aug 2015 16:49:46 +0200 Sebastien Jodogne OrthancPluginReadFile, OrthancPluginWriteFile
Tue, 25 Aug 2015 16:18:37 +0200 Sebastien Jodogne Plugins have access to explicit error codes
Tue, 25 Aug 2015 15:45:50 +0200 Sebastien Jodogne check the size of the enumerations in the plugin engine
Tue, 25 Aug 2015 15:33:36 +0200 Sebastien Jodogne cont
Tue, 25 Aug 2015 12:10:12 +0200 Sebastien Jodogne More information about the origin request in OnStoredInstance() callbacks
Tue, 25 Aug 2015 11:04:19 +0200 Sebastien Jodogne provide the origin of the requests to HTTP handlers
Thu, 20 Aug 2015 11:56:42 +0200 Sebastien Jodogne New function OrthancPluginBufferCompression() to (un)compress memory buffers
Thu, 20 Aug 2015 10:32:43 +0200 Sebastien Jodogne ensure mutual exclusion in InvokeService
Thu, 13 Aug 2015 21:02:31 +0200 jodogne fix msvc warnings
Tue, 11 Aug 2015 13:37:24 +0200 Sebastien Jodogne refactoring