index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
2008-09-16
1
-1
/
+0
*
Warning cleanup
Jon A. Cruz
2008-09-14
1
-1
/
+1
*
More sensible behaviour of the treat-selection-as-group option in align & dis...
Maximilian Albert
2008-09-13
1
-2
/
+5
*
Add option to align & distribute dialog to treat the selection as a group (cl...
Maximilian Albert
2008-09-13
2
-5
/
+32
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
1
-2
/
+2
*
First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...
Jeff Schiller
2008-09-11
6
-59
/
+175
*
Slightly smaller page size entries
Maximilian Albert
2008-09-08
1
-7
/
+7
*
Fix LP #258124 and crash when copying LPEs
Maximilian Albert
2008-09-08
2
-2
/
+2
*
Select landscape by default for certain page formats
Maximilian Albert
2008-09-05
1
-4
/
+28
*
Add page sizes for various business card formats as per request in LP #172225
Maximilian Albert
2008-09-05
1
-0
/
+5
*
The page size table in Document Properties should use the available vertical ...
Maximilian Albert
2008-09-05
2
-4
/
+10
*
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...
Maximilian Albert
2008-09-04
4
-4
/
+259
*
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
2008-09-01
1
-1
/
+1
*
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
bulia byak
2008-08-29
1
-1
/
+1
*
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
2008-08-28
1
-1
/
+1
*
added missing semicolons in translatable messages
Alexandre Prokoudine
2008-08-28
1
-27
/
+27
*
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Jon A. Cruz
2008-08-28
1
-2
/
+21
*
Cleanup of named icon background rendering and added pref for workaround
Jon A. Cruz
2008-08-25
2
-1
/
+4
*
whitespace cleanup
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
2008-08-18
2
-1
/
+6
*
family name field on svgfonts dialog now properly saves attribute. Should do ...
Felipe Corr??a da Silva Sanches
2008-08-15
2
-14
/
+76
*
gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog
Maximilian Albert
2008-08-09
1
-1
/
+3
*
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
2008-08-08
1
-3
/
+3
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
4
-7
/
+7
*
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
2008-08-07
1
-5
/
+5
*
1) When pasting, use an offset that is a multiple of the grid pitch (got lost...
Diederik van Lierop
2008-08-06
1
-27
/
+53
*
optionally (default off) relink duplicated clones to the duplicated original
bulia byak
2008-08-05
2
-0
/
+7
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
8
-43
/
+43
*
more mockup on svgfonts dialog
Felipe Corr??a da Silva Sanches
2008-08-05
2
-1
/
+27
*
added class AttrEntry
Felipe Corr??a da Silva Sanches
2008-08-05
2
-0
/
+11
*
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
2008-08-04
17
-187
/
+188
*
Fixed const-correctness and member access
Jon A. Cruz
2008-08-03
2
-30
/
+35
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
2
-4
/
+4
*
adding tabs to SVGFonts dialog
Felipe Corr??a da Silva Sanches
2008-08-01
2
-21
/
+50
*
whitespace
Maximilian Albert
2008-07-30
1
-1
/
+1
*
Make text widget for TextParams work and re-enable it
Maximilian Albert
2008-07-30
3
-6
/
+4
*
fix invisible selection in the list; remove stripes; fix undo comment
bulia byak
2008-07-30
2
-2
/
+25
*
New registered widget (text entry box).
Maximilian Albert
2008-07-29
5
-0
/
+210
*
fix tweak page id
bulia byak
2008-07-26
1
-1
/
+1
*
add style selector for tweak tool
bulia byak
2008-07-26
2
-5
/
+7
*
meaningful limits
bulia byak
2008-07-26
1
-2
/
+2
*
Added compensation factor for time-skew with event latency.
Jon A. Cruz
2008-07-26
2
-0
/
+6
*
Fixed regression: changing blend mode in layers dialog didn't work
Niko Kiirala
2008-07-24
1
-3
/
+9
*
fix compile
Felipe Corr??a da Silva Sanches
2008-07-22
1
-0
/
+1
*
cleanup includes
Johan B. C. Engelen
2008-07-21
2
-15
/
+1
*
fix includes a bit for imagetoggler
Johan B. C. Engelen
2008-07-21
2
-11
/
+1
*
make visibility icon in LPE stack dialog clickable
Johan B. C. Engelen
2008-07-20
2
-3
/
+21
*
add visibility icon to LPE stack dialog. not clickable yet
Johan B. C. Engelen
2008-07-20
2
-2
/
+16
*
extract ImageToggler from layers dialog
Johan B. C. Engelen
2008-07-20
4
-0
/
+226
[prev]
[next]