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
2013-09-22
Fix adding viewBox to new documents.
Matthew Petroff
1
-0
/
+5
2013-09-20
Change paths storage to std::string.
Slagvi Public
1
-1
/
+3
2013-09-18
Opening new documents behaviour fixed.
Slagvi Public
1
-16
/
+9
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-1
/
+1
2013-08-14
fix build with dbusapi enabled
su_v
1
-1
/
+1
2013-08-06
Adapted sp_file_new for use with templates
Slagvi Public
1
-17
/
+33
2013-08-04
Removing template data from XML tree added
Slagvi Public
1
-4
/
+14
2013-07-04
Added loading templates into NewFromTemplate dialog.
Slagvi Public
1
-7
/
+0
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-13
/
+20
2013-07-03
Templates menu item fixed
Slagvi Public
1
-0
/
+8
2013-04-15
Fix for Bug #503712 (Personal default template not used) by Slagvi.
Nicolas Dufour
1
-2
/
+2
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-1
/
+3
2013-03-19
Fixing regression
jtx
1
-3
/
+0
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-0
/
+3
2013-03-15
Drop a couple of unused variables and a pixmap
Alex Valavanis
1
-3
/
+0
2013-03-04
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
1
-4
/
+0
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2012-10-28
Fix for Bug #1072391 (Save as copy crash).
Nicolas Dufour
1
-1
/
+6
2012-10-26
Fix for Bug #1070903 (Crash when saving a new document).
Nicolas Dufour
1
-1
/
+7
2012-10-11
Fix for 426763 : Cancelling import leads to error message
John Smith
1
-1
/
+7
2012-09-19
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
1
-6
/
+3
2012-09-03
Fix for 422644 : Show filename in statusbar on saving
John Smith
1
-2
/
+4
2012-08-30
Fix for 170550 : open blank document on 'close'
John Smith
1
-2
/
+12
2012-07-12
Fix for 612221 : Add metadata default configuration in the preferences
John Smith
1
-1
/
+1
2012-07-04
Fix for 168658 : Font substitution warning dialog
John Smith
1
-0
/
+4
2012-06-20
Fix for 591225 : Fix wording of 'Clean up document' in Undo History
John Smith
1
-1
/
+1
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
[prev]
[next]