index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dialogs
/
clonetiler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-11
Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...
Nicolas Dufour
1
-101
/
+78
2011-03-08
UI fix (message was not clear)
Kris De Gussem
1
-1
/
+1
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-22
/
+24
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-93
/
+93
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-23
/
+5
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-9
/
+3
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-4
/
+4
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-3
/
+3
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-7
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-25
/
+21
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-8
/
+0
2008-12-05
more 2geomification
Johan B. C. Engelen
1
-2
/
+2
2008-11-27
small 2geomification of clone tile dialog
Johan B. C. Engelen
1
-24
/
+24
2008-11-21
Merge from fe-moved
Ted Gould
1
-7
/
+5
2008-10-27
From trunk
Ted Gould
1
-131
/
+129
2008-10-11
Merging from trunk
Ted Gould
1
-7
/
+7
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-129
/
+129
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-143
/
+159
2008-09-16
hide the item shown for tracing, fixes leak
bulia byak
1
-4
/
+9
2008-08-18
since all values are 0..1, shifting gamma up must use power<1 so that the val...
bulia byak
1
-2
/
+2
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-07-24
make clonetiler obey the bbox prefs
bulia byak
1
-6
/
+4
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-05-04
warning cleanup and fixed string free issue
Jon A. Cruz
1
-1
/
+1
2008-03-27
patch from bug 170978
bulia byak
1
-8
/
+8
2008-03-22
set busy cursor and statusbar message while creating clones
bulia byak
1
-0
/
+11
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-5
/
+4
2008-03-09
fix 179178
bulia byak
1
-0
/
+3
2008-03-07
Really fix P6M Clone Tiler mode (case where w <= h).
Tavmjong Bah
1
-1
/
+1
2008-03-07
Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)
Tavmjong Bah
1
-32
/
+32
2008-02-26
Fix for bug 184668 (Tile clone random scaling broken)
Tavmjong Bah
1
-2
/
+2
2007-12-24
Cleanup:
Tavmjong Bah
1
-237
/
+509
2007-12-02
fix pmg
bulia byak
1
-8
/
+12
2007-11-08
warning cleanup
Jon A. Cruz
1
-37
/
+37
2007-09-24
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
1
-3
/
+3
2007-05-23
Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to GEO...
Peter Moulder
1
-1
/
+7
2007-03-31
make rotations, scales and flips work with the object's rotation axis
bulia byak
1
-11
/
+21
2007-03-23
fix the combination of P4+ symmetries with exponent
bulia byak
1
-14
/
+11
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-16
/
+23
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-10
/
+8
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-1
/
+1
2007-02-28
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
1
-6
/
+3
2007-02-24
fix crash when tracing with too small clones
bulia byak
1
-1
/
+2
2007-02-24
fix crash when tracing with too small clones
bulia byak
1
-0
/
+4
2007-02-12
fix 1658088
bulia byak
1
-4
/
+4
[next]