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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-12
Fix for 1023655 : IMprovments to Embedded script UI
John Smith
1
-17
/
+122
2012-07-12
Fix for 1023656 : Color profile Link/Unlink in Document Properties
John Smith
1
-3
/
+22
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-31
/
+0
2012-05-27
Fix missing gtkmm header in document properties dialog
Alex Valavanis
1
-0
/
+1
2012-05-17
Fix for 997888 : Merge into Document Properties
John Smith
1
-1
/
+60
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-1
/
+11
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-10
/
+10
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-0
/
+32
2012-02-07
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
1
-0
/
+8
2012-02-06
document-properties: Stop using deprecated Gtk::OptionMenu
Alex Valavanis
1
-27
/
+17
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+2
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+0
2011-11-13
various: warnings and initalization
Kris De Gussem
1
-54
/
+39
2011-10-23
Warning cleanup.
Jon A. Cruz
1
-4
/
+4
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-2
/
+7
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-13
/
+9
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-5
/
+1
2011-07-06
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
1
-43
/
+17
2011-06-19
I am not sure if it is possible to have a script element with more than a sin...
Felipe Corr??a da Silva Sanches
1
-0
/
+9
2011-06-19
Patch sent by Fernando Lucchesi (GSoC student) and modified by me.
Felipe Corr??a da Silva Sanches
1
-18
/
+224
2011-06-17
patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)
Felipe Corr??a da Silva Sanches
1
-8
/
+21
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-6
/
+6
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-13
/
+15
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-18
Unified and cleaned up locating icc profiles, including adding missing OS X l...
Jon A. Cruz
1
-41
/
+20
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-5
/
+2
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-2
/
+6
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-5
/
+5
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-8
/
+8
2010-06-01
Makes the "Fit Page to Selection" margin options load from the opened file. (...
Alex Leone
1
-0
/
+1
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
1
-1
/
+1
2009-12-31
Document properties now treats lcms file load failures as non-fatal. Fixes bu...
Jon A. Cruz
1
-0
/
+1
2009-09-27
Updated allowed icc-profile names to match recent grammars. Follow-up for bug...
Jon A. Cruz
1
-2
/
+2
2009-09-20
Sanitize profile names for valid XML ids. Modified patch that addresses bug #...
Jon A. Cruz
1
-3
/
+38
2009-08-14
a quick workaround in order to avoid some invalid names for icc profiles.
Felipe Corr??a da Silva Sanches
1
-1
/
+13
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-07-29
Fix for bug LP #383244 (patch by Hannes Hochreiner)
Nicolas Dufour
1
-3
/
+7
2009-06-03
* [INTL:*] translator comments for all context strings added
Ivan Mas??r
1
-1
/
+3
2009-04-13
Fix two legacy icon IDs
Krzysztof Kosi??ski
1
-5
/
+2
2009-02-22
Snapping of guides now turned on by default, and fixed initialization of the ...
Diederik van Lierop
1
-1
/
+2
2009-01-31
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
1
-3
/
+3
2009-01-29
fix crash described at
Felipe Corr??a da Silva Sanches
1
-0
/
+4
2009-01-28
Add buttons for snapping to grids and/or guides
Diederik van Lierop
1
-1
/
+1
2009-01-26
All snap options which can be accessed through the snapping toolbar are now r...
Diederik van Lierop
1
-99
/
+1
2009-01-21
Fix compile when lcms is disabled
Maximilian Albert
1
-0
/
+2
2009-01-18
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
1
-6
/
+6
2009-01-15
adding a "scripting" tab to document properties dialog that allow the user to...
Felipe Corr??a da Silva Sanches
1
-3
/
+138
2008-12-28
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
1
-36
/
+0
[prev]
[next]