index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
add test code for bug #967416
Johan B. C. Engelen
1
-0
/
+11
2012-04-05
fix crash (bug #973174)
Johan B. C. Engelen
1
-4
/
+5
2012-04-05
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
1
-0
/
+84
2012-03-13
Patch for multi-import by heisenbug from lp:203070
Josh Andler
1
-4
/
+30
2012-03-03
Fix for 390458 : Convert Export Bitmap to a dockable dialog
John Smith
1
-5
/
+5
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+2
2012-02-15
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
1
-5
/
+5
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-02
file saving: fix appending of extension for files in directories with periods...
Johan B. C. Engelen
1
-1
/
+22
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-21
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
Nicolas Dufour
1
-3
/
+3
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-3
/
+3
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-8
/
+20
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-14
/
+0
2011-03-26
Sorted wrapping of labels
Andrew rugby471@gmail.com
1
-1
/
+0
2011-03-25
Change menutems and title to "Import Clip Art"
Andrew rugby471@gmail.com
1
-1
/
+1
2011-03-24
Made dialog's state persistant
Andrew rugby471@gmail.com
1
-15
/
+11
2011-03-22
Split OCALDialog code in fill.cpp into two, so we can have async stuff working
Andrew rugby471@gmail.com
1
-32
/
+20
2011-03-14
Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), b...
Nicolas Dufour
1
-1
/
+1
2011-03-13
Added OCAL namespace within Dialog namespace
Andrew rugby471@gmail.com
1
-4
/
+4
2011-03-11
converted to use var_name from CamelCase
Andrew rugby471@gmail.com
1
-17
/
+17
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-6
/
+6
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-22
/
+11
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-16
Fix build failure when DBus is not enabled
Krzysztof Kosi??ski
1
-1
/
+8
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-3
/
+3
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-6
/
+6
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-5
/
+5
2009-10-18
Patch by Adib for 429529
Josh Andler
1
-0
/
+4
2009-09-29
Fixed leaking memory and added proper name fallback. Applies modified patch a...
Jon A. Cruz
1
-17
/
+34
2009-09-27
Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...
Josh Andler
1
-5
/
+7
2009-09-16
Fix by Adib for 353847
Josh Andler
1
-2
/
+13
2009-08-09
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...
Maximilian Albert
1
-3
/
+4
2009-08-09
Put #ifdefs around all code related to the so-called "new" ExportDialog (what...
Maximilian Albert
1
-4
/
+1
2009-08-09
Cleanup (remove unused variable; use generic function to determine the file e...
Maximilian Albert
1
-1
/
+0
2009-08-09
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
1
-88
/
+69
2009-08-07
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...
Maximilian Albert
1
-23
/
+42
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-160
/
+19
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-18
/
+159
2009-07-12
Added code to add a DBus interface for every desktop created.
Soren Berg
1
-0
/
+2
2009-06-28
save/restore initial dir when importing
bulia byak
1
-4
/
+23
2009-05-17
remove temporary prefs hack
Thomas Holder
1
-7
/
+2
2009-05-13
parent transformation on import and paste (Bug #376064, Bug #375499)
Thomas Holder
1
-0
/
+6
2009-04-29
FIX for BUG 368879: crash on 'save a copy as' when document has no filename yet
theAdib
1
-2
/
+6
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-97
/
+2
[next]