summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/gdkpixbuf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-11/+11
|
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-3/+3
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* Fix incorrect string literal comparisonsKarl Cheng2019-02-191-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-0/+10
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-8/+14
|
* Code cleanup and adding comments.Tavmjong Bah2018-10-171-33/+18
|
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* Replace boost::scoped_ptrJan Lingscheid2017-10-171-2/+1
| | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
* third batchMarc Jeanmougin2017-10-021-10/+5
|
* adds a layer to put things in when opening raster filesMarc Jeanmougin2016-09-151-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/394503 (bzr r15119)
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-1/+1
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* added comment + simpler roundingMarc Jeanmougin2015-12-041-2/+3
| | | (bzr r14504)
* Correct rounding when importing bitmapsMarc Jeanmougin2015-12-031-2/+6
| | | (bzr r14503)
* import images with dpi from file : xscale and yscale were not rounded but ↵Marc Jeanmougin2015-08-171-2/+2
| | | | | | | | floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). Fixed bugs: - https://launchpad.net/bugs/1479193 (bzr r14307)
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-1/+1
| | | (bzr r13867)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-7/+6
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Convert from 90px to inch to 96px to inch per SVG (CSS) specification.Tavmjong Bah2014-05-261-4/+4
| | | (bzr r13341.1.39)
* Image import dialog: add dpi option (from file or default), use compacter ↵su_v2014-02-121-5/+17
| | | | | | | | layout (help as tooltips) Fixed bugs: - https://launchpad.net/bugs/1253051 (bzr r13026)
* Set 'preserveAspectRatio' to 'none' when importing an image.Tavmjong Bah2014-02-111-0/+6
| | | (bzr r13020)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-15/+41
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-1/+1
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+6
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-14/+6
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-58/+23
| | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | (bzr r12380.1.54)
* Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-201-4/+5
| | | (bzr r11681)
* round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)Alvin Penner2012-08-191-2/+2
| | | (bzr r11613)
* Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-231-4/+29
| | | (bzr r11567)
* Warning cleanupJon A. Cruz2012-04-181-3/+3
| | | (bzr r11265)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-15/+31
| | | (bzr r11097)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Minor UI fixKris De Gussem2011-07-201-2/+2
| | | (bzr r10484)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+6
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated).Nicolas Dufour2010-07-131-3/+5
|/ | | (bzr r9614)
* Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵Jon A. Cruz2010-03-181-4/+7
| | | | | make the link/embed effect clearer. (bzr r9202)
* make label more informativebuliabyak2010-03-171-1/+1
| | | (bzr r9198)
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-21/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/169108 (bzr r9144)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-35/+78
| | | (bzr r9143)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)