summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-22/+24
* update to latest 2geom !Johan B. C. Engelen2011-02-021-93/+93
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-28/+27
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-3/+3
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-7/+6
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-23/+5
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-9/+3
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-25/+21
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-8/+0
* more 2geomificationJohan B. C. Engelen2008-12-051-2/+2
* small 2geomification of clone tile dialogJohan B. C. Engelen2008-11-271-24/+24
* Merge from fe-movedTed Gould2008-11-211-7/+5
* From trunkTed Gould2008-10-271-131/+129
* Merging from trunkTed Gould2008-10-111-7/+7
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-129/+129
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-143/+159
* hide the item shown for tracing, fixes leakbulia byak2008-09-161-4/+9
* since all values are 0..1, shifting gamma up must use power<1 so that the val...bulia byak2008-08-181-2/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* make clonetiler obey the bbox prefsbulia byak2008-07-241-6/+4
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
* patch from bug 170978bulia byak2008-03-271-8/+8
* set busy cursor and statusbar message while creating clonesbulia byak2008-03-221-0/+11
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+4
* fix 179178bulia byak2008-03-091-0/+3
* Really fix P6M Clone Tiler mode (case where w <= h).Tavmjong Bah2008-03-071-1/+1
* Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)Tavmjong Bah2008-03-071-32/+32
* Fix for bug 184668 (Tile clone random scaling broken)Tavmjong Bah2008-02-261-2/+2
* Cleanup:Tavmjong Bah2007-12-241-237/+509
* fix pmgbulia byak2007-12-021-8/+12
* warning cleanupJon A. Cruz2007-11-081-37/+37
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
* Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to GEO...Peter Moulder2007-05-231-1/+7
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-16/+23
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-10/+8
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
* fix 1658088bulia byak2007-02-121-4/+4