summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for animations.WindowsDisplayMike Wey2011-12-31
|
* Merge branch 'master' into WindowsDisplayMike Wey2011-12-31
|\
| * Fix a typo in Image.animationDelay.Mike Wey2011-12-31
| |
* | Some Cleanup.Mike Wey2011-12-30
| |
* | Add the windows display functionality.Mike Wey2011-12-30
| |
* | Let Image.display create an Window on windows.Mike Wey2011-12-29
|/ | | | This should be moved to it's own class.
* dmagick.c.geometry import in shear.d has become obsolete.ImageMagick_6.7.4Mike Wey2011-12-11
|
* Missing imports for the recent ImageMagick 6.7.4 changes.Mike Wey2011-12-11
|
* Update the headers for ImageMagick 6.7.4Mike Wey2011-12-10
|
* Can't compare a static array with null.Mike Wey2011-12-06
|
* Check for empty strings when word wrapping.Mike Wey2011-11-20
|
* Fix building the documentation with gdc.Mike Wey2011-11-20
|
* Fix problems with ImageMagick 6.6.0.Mike Wey2011-11-19
|
* Fix building docs with older versions of GNU Make.Mike Wey2011-11-18
| | | | | This should fix problems building the documentation using a gnu make version older than 3.82.
* Also take the height into account when word wrapping.Mike Wey2011-11-15
|
* Missing the pkg config name in the READMEMike Wey2011-11-15
|
* Add word wrapping functionality to Image.annotate.Mike Wey2011-11-12
| | | | | | The non wrapping annotate now takes an x and y coordinate, while the version that takes a Geometry wraps the text so it stays within the bounding area.
* Properly initialize the Geometry for annotate.Mike Wey2011-11-08
|
* Change the string enums to regular ones.Mike Wey2011-11-08
| | | | | String enums don't work with -g on windows due to dmd bug #5168 This closes issue 3.
* DrawingContext.fontWeight was missing a space before the MVG command.Mike Wey2011-11-08
|
* Up the version number for the bugfix release.DMagick-0.1.1Mike Wey2011-11-06
|
* Add a opDispatch to set Image properties.Mike Wey2011-11-06
|
* Convert .hgignore into a .gitignore.Mike Wey2011-11-05
|
* Remove the unneeded StorageType.Mike Wey2011-11-05
|
* Refactor exportPixels a little.Mike Wey2011-11-05
|
* Merge pull request #2 from AndrejMitrovic/fixformatlengthMike Wey2011-11-05
|\ | | | | Fix std.string.format hijack and the wrong comparison for buffer length.
| * Fix std.string.format hijack and the wrong comparison for buffer length.Andrej Mitrovic2011-11-05
|/
* Change the copydll.bat so it works on older Windows versions.Mike Wey2011-11-04
|
* Remove the module constructor, it currently causes access violations when ↵Mike Wey2011-11-03
| | | | using WinMain.
* I should realy compile before committing.Mike Wey2011-11-03
|
* Merge the changes from Andrej Mitovic. ↵Mike Wey2011-11-03
| | | | https://github.com/AndrejMitrovic/DMagickSamples
* Added tag DMagick-0.1 for changeset a21b8a7c5221Mike Wey2011-11-02
|
* Set the version number, to prepare for the first release.DMagick-0.1Mike Wey2011-11-01
|
* Clean up the svg.Mike Wey2011-11-01
|
* Add a logo.Mike Wey2011-11-01
|
* Fix the command for Windows.Mike Wey2011-10-30
|
* Add a README file.Mike Wey2011-10-30
|
* All symbos from the headers used by DMagick should now be documented.Mike Wey2011-10-30
|
* Even more Documentation.Mike Wey2011-10-30
|
* Document dmagick.c.composite.CompositeOperator.Mike Wey2011-10-30
|
* Document some of the symbols used by dmagick.Image.Mike Wey2011-10-29
|
* More documentation.Mike Wey2011-10-26
|
* Document the symbols used by DrawingContext.Mike Wey2011-10-26
|
* Document some of the symbols used by DMagick.Mike Wey2011-10-26
|
* Some ddoc fixes.Mike Wey2011-10-24
|
* Document the public aliasses.Mike Wey2011-10-24
|
* Alias the symbols from the headers that are used in DMagick, so the user ↵Mike Wey2011-10-23
| | | | doesn't have to import them separately.
* Use convert instead of MagickCore-config to determine the ImageMagick ↵Mike Wey2011-10-23
| | | | version. Because MagickCore-config is in a separate ImageMagick-devel package on some distobutions.
* The LINKERFLAG needs a space after it.Mike Wey2011-10-23
|
* public alias the symbols from the heades used by dmagick.image.Mike Wey2011-10-23
|