summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-21/+27
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵Maximilian Albert2008-09-041-4/+8
| | | | | to display items in their true sizes) (bzr r6758)
* added missing semicolons in translatable messagesAlexandre Prokoudine2008-08-281-27/+27
| | | (bzr r6720)
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-251-0/+3
| | | (bzr r6715)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+4
| | | | | constructed from LPEs) (bzr r6645)
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-051-0/+6
| | | (bzr r6570)
* fix tweak page idbulia byak2008-07-261-1/+1
| | | (bzr r6424)
* add style selector for tweak toolbulia byak2008-07-261-4/+6
| | | (bzr r6423)
* meaningful limitsbulia byak2008-07-261-2/+2
| | | (bzr r6422)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-261-0/+5
| | | (bzr r6421)
* make the resolution for create bitmap copy settable in uibulia byak2008-07-181-0/+4
| | | (bzr r6354)
* Removed the unused allowshorthands preference.Jasper van de Gronde2008-07-181-5/+0
| | | (bzr r6352)
* move max-recent to ui tabbulia byak2008-07-121-7/+5
| | | (bzr r6263)
* remove tolerance from tool prefs now that it's on the controls barbulia byak2008-07-091-4/+0
| | | (bzr r6249)
* Fixed preferences dialog to be usable on small screens, like on the Eee PC.Jon A. Cruz2008-06-131-1/+6
| | | (bzr r5920)
* general rearrange and copyeditbulia byak2008-06-131-65/+83
| | | (bzr r5919)
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-121-0/+24
| | | (bzr r5898)
* Added tool style for eraser.Jon A. Cruz2008-06-041-2/+17
| | | | | Fixes bug #230483. (bzr r5796)
* add SVG Output preferencesJohan B. C. Engelen2008-05-181-0/+38
| | | (bzr r5688)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-6/+31
| | | | | Fixes bug #171824. (bzr r5687)
* copyeditbulia byak2008-04-271-2/+2
| | | (bzr r5531)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+2
| | | (bzr r5524)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-251-6/+14
| | | | | #221676. (bzr r5514)
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+2
| | | (bzr r5459)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-221-10/+3
| | | (bzr r5160)
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-191-0/+3
| | | (bzr r5124)
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-061-0/+8
| | | (bzr r4977)
* Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan2008-02-261-0/+1
| | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-261-3/+6
| | | (bzr r4858)
* infobox on filter effects dialog now is optionalFelipe Corr??a da Silva Sanches2008-02-121-0/+4
| | | (bzr r4710)
* Delete trailing whitespaceBryce Harrington2008-02-041-94/+94
| | | (bzr r4656)
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-041-1/+4
| | | (bzr r4655)
* - marked forgoten message for translationAlexandre Prokoudine2008-01-281-1/+1
| | | | | - updated ru.po again (bzr r4611)
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-201-3/+3
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-0/+12
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-161-0/+5
| | | (bzr r4514)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-161-8/+8
| | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513)
* Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen2008-01-141-0/+2
| | | (bzr r4485)
* Use visual/geometric bbox (as specified in Selector tool preferences) when ↵Maximilian Albert2008-01-131-0/+8
| | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477)
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-111-0/+6
| | | | | paint bucket tools (bzr r4457)
* copyeditbulia byak2008-01-101-5/+5
| | | (bzr r4450)
* label fix: kbd selection can never go into groups anyway, only layersbulia byak2008-01-101-4/+4
| | | (bzr r4449)