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
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-5
/
+2
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
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-2
/
+5
2008-12-07
Changed term away from "embed" since that has specific meaning.
Jon A. Cruz
1
-39
/
+39
2008-12-06
Removed duplication of menu items.
Jon A. Cruz
1
-32
/
+35
2008-12-05
Changed it use common code for profile locations.
Jon A. Cruz
1
-16
/
+7
2008-12-05
Layout code cleanup.
Jon A. Cruz
1
-12
/
+24
2008-11-27
Fix compile with lcms disabled.
Maximilian Albert
1
-0
/
+2
2008-11-25
marked forgotten translatable message
Alexandre Prokoudine
1
-1
/
+1
2008-11-24
adding "remove" context menu in the embedded color profiles box
Felipe Corr??a da Silva Sanches
1
-39
/
+106
2008-11-21
Merge from fe-moved
Ted Gould
1
-8
/
+212
2008-10-27
From trunk
Ted Gould
1
-18
/
+19
2008-09-05
The page size table in Document Properties should use the available vertical ...
Maximilian Albert
1
-3
/
+9
2008-08-08
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
1
-3
/
+3
2008-05-04
Next steps in implementing the snapping indicator
Diederik van Lierop
1
-4
/
+8
2008-04-30
Use radiobutton for "always snap" in the document-properties dialog
Diederik van Lierop
1
-6
/
+6
2008-03-25
Major overhaul of the selector tool's internals to improve handling of transf...
Diederik van Lierop
1
-1
/
+1
2008-03-12
Snap to page border
Diederik van Lierop
1
-1
/
+5
2008-02-28
revert a small bit in document-properties.cpp of rev 17540. page sizer init()...
Johan B. C. Engelen
1
-1
/
+1
2008-02-28
Adding mised page sizer initialization
Jon A. Cruz
1
-0
/
+1
2008-02-27
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
1
-4
/
+3
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-19
/
+20
2008-02-08
* Alternative translation text for Grid|New, patch by Marcin Floryan (closes:...
Luca Bruno
1
-1
/
+2
2008-01-26
at least gray out the remove button if we can't remove it when no grids
bulia byak
1
-3
/
+2
2008-01-26
gray out widgets when grid is disabled.
Johan B. C. Engelen
1
-4
/
+4
2008-01-17
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
1
-21
/
+12
2008-01-16
No need to use pointers for the widgets of document-properties.cpp, so don't.
Johan B. C. Engelen
1
-95
/
+68
2008-01-15
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
1
-75
/
+87
2008-01-13
Some small changes in the captions of the document-properties dialog
Diederik van Lierop
1
-11
/
+11
2008-01-08
Fix LP #181020: When snapping a guide, now only the part of the guide near th...
Diederik van Lierop
1
-1
/
+1
2008-01-02
Fix LP #179741
Johan B. C. Engelen
1
-9
/
+3
[next]