summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug: when creating an xy-grid, respect the default unit setting. (the ↵Johan B. C. Engelen2010-02-141-1/+1
| | | | | preferences setting was writing to the wrong place in the pref file) (bzr r9086.1.4)
* Typo fix submitted by Yuro ChornoivanAlexandre Prokoudine2010-02-101-1/+1
| | | (bzr r9077)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-041-0/+22
| | | (bzr r9050)
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-311-0/+4
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Farsi support in win32 packages and Inkscape preferencesNicolas Dufour2010-01-271-2/+2
| | | (bzr r9021)
* Added temp option to enable repositioning of not-quite-completed UI items in ↵Jon A. Cruz2010-01-181-0/+6
| | | | | relayout. (bzr r8997)
* Remove "show transform handles" from prefs - no longer necessaryKrzysztof Kosi??ski2010-01-141-2/+0
| | | (bzr r8979)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-3/+19
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Added UI for threading pref in Filter Preferences for Gaussian Blur, default ↵Josh Andler2009-12-061-0/+5
| | | | | | | | | | 1 for sanity (bzr r8874)
| * add an option for displaying font previews in the text tool's font list; ↵buliabyak2009-12-011-3/+8
| | | | | | | | | | also limit the width of the list by 500 pixels (bzr r8852)
| * Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+6
| | | | | | (bzr r8851)
* | Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-081-5/+7
| | | | | | (bzr r8846.2.4)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-3/+10
|/ | | (bzr r8846.1.1)
* Follow-up ui rollback for fixing bug #399604.Jon A. Cruz2009-10-081-1/+1
| | | (bzr r8743)
* Updated tooltip for clarity per Krzysztof.Josh Andler2009-10-051-1/+1
| | | (bzr r8720)
* Patch by Max to add option for better Save As behavior.Josh Andler2009-10-021-11/+16
| | | (bzr r8697)
* until the freeze with precision<3 is fixed, raise the lower limit in the UIbulia byak2009-09-141-1/+1
| | | (bzr r8593)
* textual patch from bug 408093bulia byak2009-09-061-2/+2
| | | (bzr r8563)
* restore ctrl+click dots in pencilbulia byak2009-09-031-0/+1
| | | (bzr r8555)
* Remove preference entry for dot size in Pencil tool since it no longer ↵Josh Andler2009-09-021-1/+0
| | | | | creates dots (bzr r8553)
* When dragging a knot along a constraint line, then allow snapping the ↵Diederik van Lierop2009-08-231-0/+4
| | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523)
* fix remaining issues of bug 407893bulia byak2009-08-171-1/+1
| | | (bzr r8499)
* Clarify tooltipMaximilian Albert2009-08-071-1/+1
| | | (bzr r8437)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-0/+2
| | | (bzr r7985)
* * Just a couple of string fixesLuca Bruno2009-05-291-2/+2
| | | (bzr r7962)
* translator comments and minor string fixesIvan Mas??r2009-04-231-9/+10
| | | (bzr r7763)
* Fix compatibility with much older Glibmm version.Jon A. Cruz2009-04-101-4/+56
| | | (bzr r7680)
* Whitespace cleanupJon A. Cruz2009-04-101-41/+41
| | | (bzr r7678)
* Adding initial system info listing.Jon A. Cruz2009-04-101-0/+17
| | | (bzr r7677)
* Changed to more accurate names for toolbar icon sizes (which normally map to ↵Jon A. Cruz2009-04-071-1/+1
| | | | | large toolbar, small toolbar, and menu size) (bzr r7657)
* Add option to only flash paths for node tool when none is selected. Applies ↵Jon A. Cruz2009-03-051-0/+2
| | | | | patch from bug #336490. (bzr r7420)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-271-0/+6
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* fix win buildJohan B. C. Engelen2009-02-241-1/+4
| | | (bzr r7365)
* add spellcheck page, copyedit on other pagesbulia byak2009-02-241-27/+104
| | | (bzr r7362)
* copyeditbulia byak2009-01-111-2/+2
| | | (bzr r7119)
* Now it is possible to clear the list of documents inFelipe Corr??a da Silva Sanches2009-01-111-1/+27
| | | | | | | File -> Open recent Button added to the Interface page in Inkscape preferences dialog. (bzr r7115)
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-4/+4
| | | | | | | | | | | | * Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog. * Fixed the order of some language options at the i18n preferences page. * Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes * Fixed a warning in helper-fns.h * commented out unused variable in sp-font.cpp * refactoring of nr-svgfonts.cpp * using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height, cap-height, x-height... I don't know. I should study this subject a bit more first. (bzr r7082)
* minor change to prevent double translation and inconsistencyAdib Taraben2009-01-051-1/+1
| | | (bzr r7080)
* move option: interface language from INTERNATIONALISATION to INTERFACE page ↵Adib Taraben2009-01-051-31/+23
| | | | | on preferences dialogue (bzr r7079)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-5/+5
| | | (bzr r7058)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-0/+30
| | | (bzr r7044)
* add sketch mode to pencil toolJohan B. C. Engelen2008-12-131-0/+4
| | | (bzr r6995)
* Rearrange to enable code that does not directly rely on lcms.Jon A. Cruz2008-11-271-8/+3
| | | (bzr r6910)
* Fix compile with lcms disabled.Maximilian Albert2008-11-271-0/+2
| | | (bzr r6909)
* List color profile search locations in preference tooltipJon A. Cruz2008-11-271-1/+16
| | | (bzr r6908)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-2/+5
| | | | | mouse pointer (bzr r6899)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-231-1/+6
| | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895)
* Merge from fe-movedTed Gould2008-11-211-0/+15
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-204/+226
| | | (bzr r6885)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)