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
/
dialog
/
export.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-2
/
+2
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-4
/
+4
*
|
I can't really understand why, but i can now launch inkscape without it segfa...
mc
2015-02-18
1
-6
/
+6
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-13
/
+15
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-8
/
+7
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
1
-2
/
+2
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-18
/
+18
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-1
/
+1
|
\
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-1
/
+1
*
|
Update to trunk r13690
Liam P. White
2014-11-09
1
-1
/
+1
|
\
|
|
*
export dialog, small code cleanup, should be a noop. (check if pointer is nul...
Johan B. C. Engelen
2014-11-08
1
-1
/
+1
*
|
Update to experimental r13598
Liam P. White
2014-10-08
1
-1
/
+1
|
\
|
|
*
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
|
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-1
/
+1
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+1
*
|
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
Fix for Bug #1158506 (Batch export DPI always at 90).
Nicolas Dufour
2014-03-17
1
-1
/
+1
*
static code analysis: references for string classes that are function input p...
Kris De Gussem
2014-03-04
1
-249
/
+253
*
Give the selection id a default just in case every selected item has no id. F...
Martin Owens
2014-01-10
1
-1
/
+1
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-2
/
+2
*
Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).
Nicolas Dufour
2013-12-06
1
-1
/
+9
*
fix memleak. Export dialog still has many of its pointer members leaking !!!
Johan B. C. Engelen
2013-10-30
1
-20
/
+21
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-2
/
+2
*
Merge from trunk.
Matthew Petroff
2013-09-12
1
-1
/
+1
|
\
|
*
Fix PNG export with non-px default unit [Bug #1215104].
Matthew Petroff
2013-09-01
1
-1
/
+1
*
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-3
/
+3
|
/
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+2
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-4
/
+3
*
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2013-07-18
1
-4
/
+2
*
Ported "ui/dialog/export.*".
Matthew Petroff
2013-07-17
1
-46
/
+28
*
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-2
/
+2
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Win32. Adding missing include (failed with the gtk3 devlibs).
Nicolas Dufour
2013-05-14
1
-0
/
+1
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+2
*
cppcheck
Kris De Gussem
2013-03-17
1
-3
/
+2
*
Warning cleanup
Alex Valavanis
2013-03-16
1
-0
/
+9
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-5
/
+12
*
Migrate remaining dialogs to Gtk::Grid
Alex Valavanis
2013-03-13
1
-2
/
+36
*
Build. Adding test for external GDL build (--enable-gtk3-experimental option).
Nicolas Dufour
2013-02-05
1
-0
/
+5
*
UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Expor...
Nicolas Dufour
2012-11-18
1
-0
/
+8
*
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
2012-11-15
1
-7
/
+7
*
Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Rev...
John Smith
2012-11-01
1
-4
/
+8
*
Export dialog: change markup formatting of labels to be consistent with other...
su_v
2012-09-02
1
-3
/
+3
*
Fix for 656591 : Export dialog improve access to export filename
John Smith
2012-09-01
1
-0
/
+7
*
Fix for 618668 : Change dialog wording
John Smith
2012-09-01
1
-8
/
+6
*
Fix for 168446 : rename menu item Export to PNG Image
John Smith
2012-08-27
1
-1
/
+1
[prev]
[next]