summaryrefslogtreecommitdiffstats
path: root/src/sp-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-8/+8
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-16/+23
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-7/+7
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-3/+9
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
|/
* Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-221-1/+1
* Fix loading of non-PNG images.Jon A. Cruz2010-03-171-6/+3
* Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, a...Jon A. Cruz2010-03-171-184/+176
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-0/+34
* Fix crash when trying to import a corrupted PNG file.Krzysztof Kosi??ski2010-01-311-0/+10
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-9/+7
* disable debug messagesbuliabyak2009-12-161-1/+1
* enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches2009-08-011-2/+9
* Bitmap images with filters are now updated as the filter is modifiedNiko Kiirala2009-05-171-0/+18
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-1/+1
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+3
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-6/+8
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-8/+8
* bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder2008-12-111-1/+1
* Misc. cleanupJon A. Cruz2008-12-051-671/+676
* From trunkTed Gould2008-10-271-7/+8
* Merging from trunkTed Gould2008-10-111-14/+14
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-7/+7
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-0/+1
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-081-2/+4
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-171-96/+173
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-7/+7
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-10/+14
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+3
* warning cleanupJon A. Cruz2007-10-291-5/+5
* Hooks for handling embedded ICC profilesJon A. Cruz2007-10-111-1/+55
* Add a method to create a rectangular curveDiederik van Lierop2007-07-251-17/+8
* When an image is clipped, the curve used for snapping must be updatedDiederik van Lierop2007-06-291-1/+2
* implementing snapping to imagesDiederik van Lierop2007-06-261-4/+84
* Applied gorodish's patch 1714710 for bug 1709383. Passes the test.Bob Jamison2007-05-111-6/+10
* eliminate the use of sodipodi:docbase (use doc->base instead); emit warning w...bulia byak2007-03-111-50/+67
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-1/+1
* Fix typoJohan B. C. Engelen2007-02-261-1/+1
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-1/+1
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-1/+2
* string fixes from bug 1516157bulia byak2006-11-191-1/+1
* Filtering now works with text and image objectsNiko Kiirala2006-10-101-0/+2
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-7/+7
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-7/+7
* Adding simple debugJon A. Cruz2006-04-061-0/+63