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
/
document-properties.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-4
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-0
/
+4
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-09
Create and use LabelledColorPicker widget
Geoff Lankow
1
-2
/
+0
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-0
/
+6
2017-07-26
UX compres document dialog from Ronaldo idea with target to backport to 0.92.2
Jabier Arraiza
1
-0
/
+4
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-5
/
+1
2016-06-02
Sort color profile lists
houz
1
-3
/
+15
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-0
/
+1
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-2
/
+2
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-2
/
+2
2014-03-13
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
1
-0
/
+1
2013-09-11
Finish fixing document unit change undo bug.
Matthew Petroff
1
-1
/
+0
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-0
/
+4
2013-03-12
Further migration to Gtk::Grid
Alex Valavanis
1
-11
/
+11
2012-07-12
Fix for 612221 : Add metadata default configuration in the preferences
John Smith
1
-0
/
+3
2012-07-12
Fix for 1023655 : IMprovments to Embedded script UI
John Smith
1
-3
/
+14
2012-07-12
Fix for 1023656 : Color profile Link/Unlink in Document Properties
John Smith
1
-0
/
+2
2012-05-17
Fix for 997888 : Merge into Document Properties
John Smith
1
-0
/
+16
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-3
/
+1
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-0
/
+2
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-4
/
+4
2012-02-11
Replace old ComboText with Gtk::ComboBoxText
Alex Valavanis
1
-0
/
+1
2012-02-06
document-properties: Stop using deprecated Gtk::OptionMenu
Alex Valavanis
1
-3
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+3
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+0
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-0
/
+2
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-1
/
+0
2011-06-19
Patch sent by Fernando Lucchesi (GSoC student) and modified by me.
Felipe Corr??a da Silva Sanches
1
-3
/
+24
2011-06-17
patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)
Felipe Corr??a da Silva Sanches
1
-0
/
+5
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-04-02
Corrected "using namespace" contamination from ui/dialog header files.
Jon A. Cruz
1
-12
/
+20
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-01-26
All snap options which can be accessed through the snapping toolbar are now r...
Diederik van Lierop
1
-7
/
+1
2009-01-15
adding a "scripting" tab to document properties dialog that allow the user to...
Felipe Corr??a da Silva Sanches
1
-3
/
+27
2008-12-28
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
1
-25
/
+3
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-1
/
+1
2008-12-07
Changed term away from "embed" since that has specific meaning.
Jon A. Cruz
1
-13
/
+13
2008-11-27
Fix compile with lcms disabled.
Maximilian Albert
1
-1
/
+3
2008-11-24
adding "remove" context menu in the embedded color profiles box
Felipe Corr??a da Silva Sanches
1
-0
/
+26
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+25
2008-10-27
From trunk
Ted Gould
1
-7
/
+5
2008-05-04
Next steps in implementing the snapping indicator
Diederik van Lierop
1
-1
/
+1
2008-03-12
Snap to page border
Diederik van Lierop
1
-1
/
+1
2008-02-27
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
1
-3
/
+0
2008-01-16
No need to use pointers for the widgets of document-properties.cpp, so don't.
Johan B. C. Engelen
1
-10
/
+7
[next]