| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -14/+32 | |
| | | | | (bzr r10858) | |||||
| * | add toolbutton menu action type. now the add extremum node buttons are ↵ | Johan B. C. Engelen | 2012-01-05 | 1 | -11/+18 | |
| | | | | | | somewhat subbuttons of the insert node button... (bzr r10849) | |||||
| * | new: add nodes at extreme values of selected subpaths | Johan B. C. Engelen | 2012-01-04 | 1 | -6/+6 | |
| | | | | (bzr r10839) | |||||
| * | add buttons for node adding at extrema | Johan B. C. Engelen | 2012-01-02 | 1 | -0/+74 | |
| | | | | (bzr r10825) | |||||
| * | Added signal for desktop destruction to allow for proper removal of tracked ↵ | Jon A. Cruz | 2012-01-01 | 1 | -1/+15 | |
| | | | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814) | |||||
| * | add NULL pointer checks | Johan B. C. Engelen | 2011-12-31 | 1 | -0/+6 | |
| | | | | (bzr r10812) | |||||
| * | Refactor snap-preferences a bit more | Diederik van Lierop | 2011-12-18 | 1 | -6/+6 | |
| | | | | (bzr r10780) | |||||
| * | Replace deprecated orientation symbols | Alex Valavanis | 2011-12-14 | 1 | -4/+4 | |
| | | | | (bzr r10771) | |||||
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 1 | -0/+8 | |
| | | | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672) | |||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -4/+5 | |
| | | | | (bzr r10660) | |||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -22/+9 | |
| |\ | | | | | (bzr r10589) | |||||
| | * | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 1 | -19/+7 | |
| | | | | | | | (bzr r10582.1.10) | |||||
| | * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+2 | |
| | | | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | | Tie the snapping of rectangle corners and quadrant points of ellipses to the ↵ | Diederik van Lierop | 2011-08-28 | 1 | -2/+2 | |
| | | | | | | | | | | | buttons for cusp and smooth nodes (bzr r10588) | |||||
| * | | Allow snapping to path intersections without snapping to the paths themselves | Diederik van Lierop | 2011-08-27 | 1 | -3/+2 | |
| |/ | | | (bzr r10585) | |||||
| * | 1) Use the "snap guides" button both for guides being snap sources, as well ↵ | Diederik van Lierop | 2011-08-23 | 1 | -3/+3 | |
| | | | | | | | | as for guides being snap targets 2) Remove some redundant guide-snapping code from the object snapper, (bzr r10576) | |||||
| * | Use different icons to communicate the change in behavior of the snap ↵ | Diederik van Lierop | 2011-08-22 | 1 | -12/+12 | |
| | | | | | | buttons, and update the tooltips accordingly (bzr r10571) | |||||
| * | Some code cosmetics and comments | Diederik van Lierop | 2011-08-22 | 1 | -30/+30 | |
| | | | | (bzr r10570) | |||||
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -49/+32 | |
| | | | | | | a single array, instead of each having its own member variable (bzr r10569) | |||||
| * | Fixed bug where having a font-family with an uninstalled font (or with a | Tavmjong Bah | 2011-07-22 | 1 | -95/+96 | |
| | | | | | | list of fonts) prevented changing the font family, style, or weight. (bzr r10491) | |||||
| * | Add two new snap icons, and fix toggling bug for a single button | Diederik van Lierop | 2011-07-19 | 1 | -1/+1 | |
| | | | | (bzr r10479) | |||||
| * | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -86/+86 | |
| | | | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -30/+61 | |
| |\ | | | | | (bzr r10347.1.5) | |||||
| | * | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵ | Diederik van Lierop | 2011-06-30 | 1 | -0/+18 | |
| | | | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392) | |||||
| | * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 1 | -4/+23 | |
| | | | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372) | |||||
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -15/+15 | |
| | |\ | | | | | | | (bzr r10365) | |||||
| | | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -15/+15 | |
| | | | | | | | | | | (bzr r10350.1.8) | |||||
| | * | | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -3/+3 | |
| | |\| | | | | | | | (bzr r10363) | |||||
| | | * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -3/+3 | |
| | | | | | | | | | | (bzr r10350.1.5) | |||||
| | * | | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359) | |||||
| | * | | Removed outdated callback function. | Jon A. Cruz | 2011-06-24 | 1 | -6/+0 | |
| | |/ | | | | | (bzr r10356) | |||||
| * / | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -4/+4 | |
| |/ | | | (bzr r10347.1.2) | |||||
| * | Merge Cairo rendering branch | Krzysztof Kosi??ski | 2011-06-20 | 1 | -1/+1 | |
| |\ | | | | | (bzr r10326) | |||||
| | * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -22/+93 | |
| | |\ | | | | | | | (bzr r9508.1.89) | |||||
| | * \ | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -133/+175 | |
| | |\ \ | | | | | | | | | (bzr r9508.1.73) | |||||
| | * \ \ | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -82/+80 | |
| | |\ \ \ | | | | | | | | | | | (bzr r9508.1.72) | |||||
| | * \ \ \ | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -10/+16 | |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r9508.1.70) | |||||
| | * \ \ \ \ | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -3/+4 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r9508.1.52) | |||||
| | * | | | | | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.48) | |||||
| * | | | | | | | add "Units:" label to the units selection widget for the measurement tool | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r10324) | |||||
| * | | | | | | | i18n. inkscape.pot update. | Nicolas Dufour | 2011-06-19 | 1 | -1/+1 | |
| | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n. String fix in the Tweak tool. Translations. Ukrainian translation update by Yuri Chornoivan. Translations. French translation update. (bzr r10321) | |||||
| * | | | | | | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | (bzr r10302.1.2) | |||||
| * | | | | | | toggle units in the measure tool | Felipe Corr??a da Silva Sanches | 2011-06-14 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | (bzr r10302) | |||||
| * | | | | | | more improvements in the measurement tool: | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -2/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284) | |||||
| * | | | | | | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | (bzr r10282.1.1) | |||||
| * | | | | | | Replace deprecated GtkTooltips | Alex Valavanis | 2011-06-12 | 1 | -14/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277) | |||||
| | * | | | | | | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 1 | -14/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | |||||
| * | | | | | | | Introducing our new nice measurement tool! :-D | Felipe Corr??a da Silva Sanches | 2011-06-06 | 1 | -1/+14 | |
| |/ / / / / / | | | | | | | | | | | | | (bzr r10259) | |||||
| * | | | | | | Don't adjust the shink/grow value because we're saving the units. | Martin Owens | 2011-05-11 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/781244 (bzr r10207.1.1) | |||||
| * | | | | | | Restore modularity to adjustment action. | Jon A. Cruz | 2011-04-19 | 1 | -0/+15 | |
| | |_|_|_|/ |/| | | | | | | | | | (bzr r10184) | |||||
