summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding initial system info listing.Jon A. Cruz2009-04-101-7/+12
| | | (bzr r7677)
* Add option to only flash paths for node tool when none is selected. Applies ↵Jon A. Cruz2009-03-051-0/+1
| | | | | 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/+1
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* add spellcheck page, copyedit on other pagesbulia byak2009-02-241-2/+11
| | | (bzr r7362)
* Now it is possible to clear the list of documents inFelipe Corr??a da Silva Sanches2009-01-111-0/+1
| | | | | | | File -> Open recent Button added to the Interface page in Inkscape preferences dialog. (bzr r7115)
* move option: interface language from INTERNATIONALISATION to INTERFACE page ↵Adib Taraben2009-01-051-8/+9
| | | | | on preferences dialogue (bzr r7079)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-2/+7
| | | (bzr r7044)
* add sketch mode to pencil toolJohan B. C. Engelen2008-12-131-0/+2
| | | (bzr r6995)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-1/+1
| | | | | mouse pointer (bzr r6899)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-231-1/+1
| | | | | | | | 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-1/+7
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-4/+5
| | | (bzr r6885)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-5/+5
| | | | | | | | 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-0/+1
| | | | | to display items in their true sizes) (bzr r6758)
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-251-1/+1
| | | (bzr r6715)
* whitespace cleanupMaximilian Albert2008-08-181-1/+1
| | | (bzr r6663)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-1/+2
| | | | | constructed from LPEs) (bzr r6645)
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-051-0/+1
| | | (bzr r6570)
* add style selector for tweak toolbulia byak2008-07-261-1/+1
| | | (bzr r6423)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-261-0/+1
| | | (bzr r6421)
* make the resolution for create bitmap copy settable in uibulia byak2008-07-181-0/+1
| | | (bzr r6354)
* Removed the unused allowshorthands preference.Jasper van de Gronde2008-07-181-1/+0
| | | (bzr r6352)
* remove tolerance from tool prefs now that it's on the controls barbulia byak2008-07-091-2/+0
| | | (bzr r6249)
* general rearrange and copyeditbulia byak2008-06-131-12/+20
| | | (bzr r5919)
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-121-0/+4
| | | (bzr r5898)
* add SVG Output preferencesJohan B. C. Engelen2008-05-181-1/+13
| | | (bzr r5688)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-0/+2
| | | | | Fixes bug #171824. (bzr r5687)
* Initial cut of eraser toolJon A. Cruz2008-04-261-1/+2
| | | (bzr r5524)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-251-2/+3
| | | | | #221676. (bzr r5514)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-221-5/+0
| | | (bzr r5160)
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-191-1/+1
| | | (bzr r5124)
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-061-0/+3
| | | (bzr r4977)
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-261-7/+8
| | | (bzr r4858)
* infobox on filter effects dialog now is optionalFelipe Corr??a da Silva Sanches2008-02-121-0/+1
| | | (bzr r4710)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-0/+1
| | | | | 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/+1
| | | (bzr r4514)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-161-1/+1
| | | | | 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/+1
| | | (bzr r4485)
* Use visual/geometric bbox (as specified in Selector tool preferences) when ↵Maximilian Albert2008-01-131-0/+1
| | | | | 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-1/+1
| | | | | paint bucket tools (bzr r4457)
* roll back to 16721 (see discussion in the devel list)bulia byak2008-01-091-35/+7
| | | (bzr r4445)
* Add default CC metadata and license to preferences.Bryce Harrington2007-12-311-7/+35
| | | | | (Closes LP: #169954) (bzr r4346)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-161-2/+2
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-141-1/+27
| | | (bzr r4230)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-0/+1
| | | (bzr r4132)
* The dialog to panel refactoring:gustav_b2007-11-221-7/+6
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-1/+0
| | | (bzr r4114)
* implement no-forking optionbulia byak2007-10-111-1/+1
| | | (bzr r3886)
* Exposed preference for smaller tool icons on the left. (Needed forJon A. Cruz2007-10-071-0/+1
| | | | | smaller displays now that more tools are present) (bzr r3846)