summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)