summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-5/+2
2010-06-01Makes the "Fit Page to Selection" margin options load from the opened file. (...Alex Leone1-0/+1
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler1-1/+1
2009-12-31Document properties now treats lcms file load failures as non-fatal. Fixes bu...Jon A. Cruz1-0/+1
2009-09-27Updated allowed icc-profile names to match recent grammars. Follow-up for bug...Jon A. Cruz1-2/+2
2009-09-20Sanitize profile names for valid XML ids. Modified patch that addresses bug #...Jon A. Cruz1-3/+38
2009-08-14a quick workaround in order to avoid some invalid names for icc profiles.Felipe Corr??a da Silva Sanches1-1/+13
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-07-29Fix for bug LP #383244 (patch by Hannes Hochreiner)Nicolas Dufour1-3/+7
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-1/+3
2009-04-13Fix two legacy icon IDsKrzysztof Kosi??ski1-5/+2
2009-02-22Snapping of guides now turned on by default, and fixed initialization of the ...Diederik van Lierop1-1/+2
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-3/+3
2009-01-29fix crash described atFelipe Corr??a da Silva Sanches1-0/+4
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop1-1/+1
2009-01-26All snap options which can be accessed through the snapping toolbar are now r...Diederik van Lierop1-99/+1
2009-01-21Fix compile when lcms is disabledMaximilian Albert1-0/+2
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-6/+6
2009-01-15adding a "scripting" tab to document properties dialog that allow the user to...Felipe Corr??a da Silva Sanches1-3/+138
2008-12-28Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches1-36/+0
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-2/+5
2008-12-07Changed term away from "embed" since that has specific meaning.Jon A. Cruz1-39/+39
2008-12-06Removed duplication of menu items.Jon A. Cruz1-32/+35
2008-12-05Changed it use common code for profile locations.Jon A. Cruz1-16/+7
2008-12-05Layout code cleanup.Jon A. Cruz1-12/+24
2008-11-27Fix compile with lcms disabled.Maximilian Albert1-0/+2
2008-11-25marked forgotten translatable messageAlexandre Prokoudine1-1/+1
2008-11-24adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches1-39/+106
2008-11-21Merge from fe-movedTed Gould1-8/+212
2008-10-27From trunkTed Gould1-18/+19
2008-09-05The page size table in Document Properties should use the available vertical ...Maximilian Albert1-3/+9
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-3/+3
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-4/+8
2008-04-30Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop1-6/+6
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-1/+1
2008-03-12Snap to page borderDiederik van Lierop1-1/+5
2008-02-28revert a small bit in document-properties.cpp of rev 17540. page sizer init()...Johan B. C. Engelen1-1/+1
2008-02-28Adding mised page sizer initializationJon A. Cruz1-0/+1
2008-02-27Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen1-4/+3
2008-02-24Warning and whitespace cleanupJon A. Cruz1-19/+20
2008-02-08* Alternative translation text for Grid|New, patch by Marcin Floryan (closes:...Luca Bruno1-1/+2
2008-01-26at least gray out the remove button if we can't remove it when no gridsbulia byak1-3/+2
2008-01-26gray out widgets when grid is disabled.Johan B. C. Engelen1-4/+4
2008-01-17RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b1-21/+12
2008-01-16No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen1-95/+68
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-75/+87
2008-01-13Some small changes in the captions of the document-properties dialogDiederik van Lierop1-11/+11
2008-01-08Fix LP #181020: When snapping a guide, now only the part of the guide near th...Diederik van Lierop1-1/+1
2008-01-02Fix LP #179741Johan B. C. Engelen1-9/+3