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
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
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-1
/
+1
2007-01-16
fix filter area clipping when blurring a squeezed object
bulia byak
1
-1
/
+1
2006-11-27
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
1
-10
/
+13
2006-10-23
fix calculating the blur radius, use the new API
bulia byak
1
-5
/
+5
2006-10-20
make blur slider a percentage; change opacity to 1..100 as well; ensure the f...
bulia byak
1
-1
/
+4
2006-10-10
undo annotations
bulia byak
1
-3
/
+3
2006-10-08
Add blur
bulia byak
1
-10
/
+89
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-3
/
+6
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-1
/
+2
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-16
/
+16
2006-04-08
Shrunk a few icon sizes.
Jon A. Cruz
1
-2
/
+2
[next]