index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-21
/
+25
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-1
/
+1
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-8
/
+8
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-2
/
+2
*
|
Restore copies of renamed icons on certain gtk versions. Fixes bug #651678.
Jon A. Cruz
2010-12-06
1
-2
/
+33
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Automatically add shortcuts to tooltips
Jasper van de Gronde
2010-09-06
1
-81
/
+9
*
|
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Nicolas Dufour
2010-07-30
1
-1
/
+1
|
/
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-1
/
+1
*
Fix for show/hide.
Jon A. Cruz
2010-06-17
1
-2
/
+1
*
Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.
Jon A. Cruz
2010-06-16
1
-25
/
+74
*
Changed the embed/link dialog to use radio buttons instead of a checkbox to m...
Jon A. Cruz
2010-03-18
1
-3
/
+3
*
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
2010-03-04
1
-41
/
+21
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-3
/
+3
*
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
2009-12-11
1
-0
/
+2
*
recent files: show tooltips with uri, hide local files which are missing or u...
buliabyak
2009-12-01
1
-0
/
+3
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-5
/
+5
*
SPDocument->Document
johnce
2009-08-05
1
-5
/
+5
*
Fix bug #168387 (Display mode toggle doesn't update radio button)
Diederik van Lierop
2009-07-28
1
-5
/
+49
*
When closing a window and while asking whether to save, Inkscape should not b...
Diederik van Lierop
2009-06-06
1
-7
/
+16
*
Also store the window's geometry when saving through the data-loss warning di...
Diederik van Lierop
2009-05-25
1
-2
/
+0
*
Inkscape should not discard negative window positions. For example, a maximiz...
Diederik van Lierop
2009-05-23
1
-6
/
+4
*
remove temporary prefs hack
Thomas Holder
2009-05-17
1
-7
/
+3
*
consistent capitalization
bulia byak
2009-03-24
1
-1
/
+1
*
Renamed ColorDef to PaintDef to prep for expanded functionality.
Jon A. Cruz
2009-03-20
1
-4
/
+4
*
Rough code to preserve drag-n-drop of solid gradients.
Jon A. Cruz
2009-03-18
1
-3
/
+26
*
Whitespace cleanup
Jon A. Cruz
2009-03-18
1
-14
/
+14
*
Reworked internals of color and drag-n-drop.
Jon A. Cruz
2009-03-08
1
-56
/
+75
*
Moving dnd data generation into the generic ColorDef class.
Jon A. Cruz
2009-03-07
1
-2
/
+1
*
Adding clear-color swatch to complement no-color.
Jon A. Cruz
2009-03-05
1
-1
/
+4
*
Adding some no-color to drag-n-drop
Jon A. Cruz
2009-03-03
1
-1
/
+65
*
Use g_base64_encode_step when importing images via drag and drop.
Krzysztof Kosi??ski
2009-02-22
1
-34
/
+20
*
Make the recent menu react to changes in max recent documents preference
Krzysztof Kosi??ski
2009-02-09
1
-0
/
+21
*
Added a new toolbar with snapping controls
Diederik van Lierop
2009-01-10
1
-15
/
+17
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-6
/
+6
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-2
/
+3
*
From trunk
Ted Gould
2008-10-27
1
-61
/
+66
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-3
/
+7
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-3
/
+3
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-2
/
+2
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-2
/
+2
*
rearrange to fix the first keypress event being lost with options.savewindowg...
bulia byak
2008-07-19
1
-4
/
+4
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-1
/
+1
*
remove warnings
Bob Jamison
2008-05-13
1
-7
/
+7
*
Removed outdated default size setting
Jon A. Cruz
2008-05-13
1
-3
/
+0
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-1
/
+1
*
Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS X...
JiHO
2008-01-10
1
-0
/
+13
[next]