| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 1 | -6/+6 | |
| | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | |||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -4/+14 | |
| | | | | (bzr r10957) | |||||
| * | Unweirdification of Preferences dialog's menu (Bug #259480). | Nicolas Dufour | 2012-01-08 | 1 | -602/+574 | |
| | | | | (bzr r10861) | |||||
| * | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵ | Nicolas Dufour | 2012-01-02 | 1 | -0/+1 | |
| | | | | | | John Smith. (bzr r10818) | |||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -0/+36 | |
| | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | |||||
| * | make significant digits consistent for grids | Johan B. C. Engelen | 2011-11-04 | 1 | -0/+7 | |
| | | | | (bzr r10716) | |||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 | |
| | | | | (bzr r10660) | |||||
| * | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 1 | -2/+2 | |
| | | | | (bzr r10347.1.39) | |||||
| * | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 1 | -25/+29 | |
| | | | | (bzr r10347.1.34) | |||||
| * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -7/+8 | |
| | | | | (bzr r10437) | |||||
| * | Refactoring color profile to bring more internal. Help to prep for optional ↵ | Jon A. Cruz | 2011-07-06 | 1 | -2/+2 | |
| | | | | | | lcms2 support. (bzr r10420) | |||||
| * | UI fix / mnemonics | Kris De Gussem | 2011-06-18 | 1 | -1/+1 | |
| | | | | (bzr r10317) | |||||
| * | add preference for relative guideline rotation snapping (see rev 10303) | Johan B. C. Engelen | 2011-06-15 | 1 | -1/+4 | |
| | | | | (bzr r10307) | |||||
| * | adding preferences page for Measure Tool with option (enabled by default) to ↵ | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -0/+6 | |
| | | | | | | ignore first and last points when calculating/displaying distances (bzr r10295) | |||||
| * | Save a copy dialog now opens in current directory if this option is set for ↵ | Johan B. C. Engelen | 2011-06-08 | 1 | -1/+1 | |
| | | | | | | | | | save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog) Fixed bugs: - https://launchpad.net/bugs/791098 (bzr r10263) | |||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| * | Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape ↵ | Felipe Corr??a da Silva Sanches | 2011-05-23 | 1 | -0/+25 | |
| | | | | | | | | | | | | preferences" https://bugs.launchpad.net/inkscape/+bug/600267 Patch submitted by Fernando Lucchesi Bastos Jurema Applied with minor changes to use Glib::ustring instead of Glib::ustring* (bzr r10219) | |||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -9/+9 | |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | |||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -1/+2 | |
| | | | | (bzr r10176) | |||||
| * | Last renamings of headers in Inkscape preferences (Bug #560751) | Kris De Gussem | 2011-03-17 | 1 | -7/+7 | |
| | | | | (bzr r10111) | |||||
| * | Preferences. Fix for Bug #686193 (Make linked offsets respect Relink ↵ | Nicolas Dufour | 2011-03-17 | 1 | -1/+1 | |
| | | | | | | | | | duplicated clones settings). Fixed bugs: - https://launchpad.net/bugs/686193 (bzr r10110) | |||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -18/+2 | |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | |||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| * | UI: punctiation and mnemonics in preferences, export and ico preview dialog | Kris De Gussem | 2010-10-27 | 1 | -13/+13 | |
| | | | | (bzr r9858) | |||||
| * | Unified and cleaned up locating icc profiles, including adding missing OS X ↵ | Jon A. Cruz | 2010-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | location. Fixes bug 494932, bug 494940 and bug 551162. Fixed bugs: - https://launchpad.net/bugs/494932 - https://launchpad.net/bugs/494940 - https://launchpad.net/bugs/551162 (bzr r9834) | |||||
| * | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -3/+1 | |
| | | | | (bzr r9722) | |||||
| * | Patch by Johan for LPE Tool prefs page | Josh Andler | 2010-07-07 | 1 | -2/+3 | |
| | | | | (bzr r9585) | |||||
| * | Translations. New Telugu translation by వీవెన్ (Veeven). | Nicolas Dufour | 2010-07-06 | 1 | -2/+2 | |
| | | | | (bzr r9581) | |||||
| * | Fix tooltip error in the preferences (Bug #446723). | Nicolas Dufour | 2010-05-09 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/446723 (bzr r9403) | |||||
| * | Unnecessary style selector removed from the Spray tool bar and preferences, ↵ | Nicolas Dufour | 2010-04-28 | 1 | -2/+1 | |
| | | | | | | and string disambiguation. (bzr r9386) | |||||
| * | Typo fix in preferences by Masato Hashimoto (bug #569339). | Nicolas Dufour | 2010-04-25 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/569339 (bzr r9372) | |||||
| * | Tooltips inconsistency fix in Inkscape Preferences.(part 2) | Nicolas Dufour | 2010-04-15 | 1 | -2/+2 | |
| | | | | (bzr r9338) | |||||
| * | Tooltips inconsistency fix in Inkscape Preferences. | Nicolas Dufour | 2010-04-15 | 1 | -38/+38 | |
| | | | | (bzr r9337) | |||||
| * | UI inconsistency fix (Preferences>Interface. | Nicolas Dufour | 2010-04-11 | 1 | -5/+5 | |
| | | | | (bzr r9314) | |||||
| * | Corrected "using namespace" contamination from ui/dialog header files. | Jon A. Cruz | 2010-04-02 | 1 | -0/+7 | |
| | | | | (bzr r9273) | |||||
| * | Implement a preference that determines whether deleting nodes | Krzysztof Kosi??ski | 2010-03-02 | 1 | -2/+4 | |
| | | | | | | preserves the shape (bzr r9130) | |||||
| * | fix bug: when creating an xy-grid, respect the default unit setting. (the ↵ | Johan B. C. Engelen | 2010-02-14 | 1 | -1/+1 | |
| | | | | | | preferences setting was writing to the wrong place in the pref file) (bzr r9086.1.4) | |||||
| * | Typo fix submitted by Yuro Chornoivan | Alexandre Prokoudine | 2010-02-10 | 1 | -1/+1 | |
| | | | | (bzr r9077) | |||||
| * | Patch by Martin Sucha to add preferences to for grouping on Clip/Mask | Josh Andler | 2010-02-04 | 1 | -0/+22 | |
| | | | | (bzr r9050) | |||||
| * | Add pref settings that control updating the display of paths when dragging | Krzysztof Kosi??ski | 2010-01-31 | 1 | -0/+4 | |
| | | | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038) | |||||
| * | Farsi support in win32 packages and Inkscape preferences | Nicolas Dufour | 2010-01-27 | 1 | -2/+2 | |
| | | | | (bzr r9021) | |||||
| * | Added temp option to enable repositioning of not-quite-completed UI items in ↵ | Jon A. Cruz | 2010-01-18 | 1 | -0/+6 | |
| | | | | | | relayout. (bzr r8997) | |||||
| * | Remove "show transform handles" from prefs - no longer necessary | Krzysztof Kosi??ski | 2010-01-14 | 1 | -2/+0 | |
| | | | | (bzr r8979) | |||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -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 Andler | 2009-12-06 | 1 | -0/+5 | |
| | | | | | | | | | | | 1 for sanity (bzr r8874) | |||||
| | * | add an option for displaying font previews in the text tool's font list; ↵ | buliabyak | 2009-12-01 | 1 | -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, France | Josh Andler | 2009-11-30 | 1 | -0/+6 | |
| | | | | | | | (bzr r8851) | |||||
| * | | Fix the "show temporary outlines for selected paths" preference. | Krzysztof Kosi??ski | 2009-12-08 | 1 | -5/+7 | |
| | | | | | | | (bzr r8846.2.4) | |||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -3/+10 | |
| |/ | | | (bzr r8846.1.1) | |||||
| * | Follow-up ui rollback for fixing bug #399604. | Jon A. Cruz | 2009-10-08 | 1 | -1/+1 | |
| | | | | (bzr r8743) | |||||
