summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't mark "gridtype" as translatable.Colin Marquardt2006-10-091-1/+1
| | | (bzr r1786)
* Added preferences.xml option to show the widgets to get the axonometric ↵Johan B. C. Engelen2006-10-031-0/+7
| | | | | grid. Add <group id="documentoptions" axonomgrid_enabled="1" /> to preferences.xml to enable it. (bzr r1762)
* better (white)spacingJohan B. C. Engelen2006-09-291-1/+1
| | | (bzr r1726)
* FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:Johan B. C. Engelen2006-09-291-1/+1
| | | | | assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties." (bzr r1725)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-0/+19
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* remove flicker when creating dialogRalf Stephan2006-05-091-1/+0
| | | (bzr r797)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-8/+8
| | | | | snapping settings. (bzr r701)
* add listener to root for fit canvas changesAaron Spike2006-04-251-0/+10
| | | (bzr r586)
* Move fit canvas button into PageSizerAaron Spike2006-04-251-26/+0
| | | (bzr r585)
* prevent fit canvas button from expandingAaron Spike2006-04-191-1/+8
| | | (bzr r547)
* copyeditbulia byak2006-04-191-1/+1
| | | (bzr r545)
* tweaking for bbyakAaron Spike2006-04-191-1/+3
| | | (bzr r544)
* Adding fit canvas verbsAaron Spike2006-04-191-2/+21
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-8/+8
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* non-localizable stringAndrius Ramanauskas2006-03-291-1/+1
| | | (bzr r331)
* remove screen pixel toggle for now, add always-snap widget for allRalf Stephan2006-02-021-14/+18
| | | | | modes (bzr r65)
* use namedview->snap_* variables instead of namedview->*_snapper,Ralf Stephan2006-01-291-8/+8
| | | | | fixes #1399284 (bzr r45)
* remove second label from ToleranceSlider, fixes #1407428Ralf Stephan2006-01-271-3/+3
| | | (bzr r39)
* mnemonics for all widgets in the Doc Props dialogRalf Stephan2006-01-241-30/+30
| | | | | (fixes #1384494-9+B) (bzr r26)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+503
(bzr r1)