summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-11Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...Nicolas Dufour1-101/+78
2011-03-08UI fix (message was not clear)Kris De Gussem1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-22/+24
2011-02-02update to latest 2geom !Johan B. C. Engelen1-93/+93
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-23/+5
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-9/+3
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-4/+4
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-25/+21
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-8/+0
2008-12-05more 2geomificationJohan B. C. Engelen1-2/+2
2008-11-27small 2geomification of clone tile dialogJohan B. C. Engelen1-24/+24
2008-11-21Merge from fe-movedTed Gould1-7/+5
2008-10-27From trunkTed Gould1-131/+129
2008-10-11Merging from trunkTed Gould1-7/+7
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-129/+129
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-143/+159
2008-09-16hide the item shown for tracing, fixes leakbulia byak1-4/+9
2008-08-18since all values are 0..1, shifting gamma up must use power<1 so that the val...bulia byak1-2/+2
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-24make clonetiler obey the bbox prefsbulia byak1-6/+4
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
2008-03-27patch from bug 170978bulia byak1-8/+8
2008-03-22set busy cursor and statusbar message while creating clonesbulia byak1-0/+11
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-5/+4
2008-03-09fix 179178bulia byak1-0/+3
2008-03-07Really fix P6M Clone Tiler mode (case where w <= h).Tavmjong Bah1-1/+1
2008-03-07Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)Tavmjong Bah1-32/+32
2008-02-26Fix for bug 184668 (Tile clone random scaling broken)Tavmjong Bah1-2/+2
2007-12-24Cleanup:Tavmjong Bah1-237/+509
2007-12-02fix pmgbulia byak1-8/+12
2007-11-08warning cleanupJon A. Cruz1-37/+37
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-3/+3
2007-05-23Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to GEO...Peter Moulder1-1/+7
2007-03-31make rotations, scales and flips work with the object's rotation axisbulia byak1-11/+21
2007-03-23fix the combination of P4+ symmetries with exponentbulia byak1-14/+11
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-16/+23
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-10/+8
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-6/+3
2007-02-24fix crash when tracing with too small clonesbulia byak1-1/+2
2007-02-24fix crash when tracing with too small clonesbulia byak1-0/+4
2007-02-12fix 1658088bulia byak1-4/+4