summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-292-5/+5
| | | (bzr r10708)
* cppcheck: variable initialisationKris De Gussem2011-10-291-1/+2
| | | (bzr r10705)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Documentation update pass.Jon A. Cruz2011-10-2310-35/+34
| | | (bzr r10692)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+8
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-055-6/+13
| | | | | the contents forward.h at all). (bzr r10667)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* More forward.h purging.Jon A. Cruz2011-10-041-4/+5
| | | (bzr r10665)
* Doxygen cleanup.Jon A. Cruz2011-10-039-50/+42
| | | (bzr r10660)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-3/+5
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Allow changing dimensions of vertical/horizontal lines using the numeric ↵Diederik van Lierop2011-09-031-1/+1
| | | | | | | | input boxes on the selector toolbar Fixed bugs: - https://launchpad.net/bugs/825840 (bzr r10614)
* Completely remove libnrKrzysztof Kosi??ski2011-08-288-86/+52
|\ | | | | (bzr r10589)
| * Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-283-58/+35
| | | | | | (bzr r10582.1.10)
| * Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-7/+3
| | | | | | (bzr r10582.1.8)
| * Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-7/+3
| | | | | | (bzr r10582.1.4)
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-275-14/+11
| | | | | | | | | | 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 Lierop2011-08-281-2/+2
| | | | | | | | | | buttons for cusp and smooth nodes (bzr r10588)
* | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-271-3/+2
|/ | | (bzr r10585)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-253-76/+63
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-073-34/+30
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-063-23/+16
| | | | | | (bzr r10347.1.21)
| * Merge from trunkKrzysztof Kosi??ski2011-07-258-261/+258
| |\ | | | | | | (bzr r10347.1.18)
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-34/+32
| | | | | | | | | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* | | 1) Use the "snap guides" button both for guides being snap sources, as well ↵Diederik van Lierop2011-08-231-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 Lierop2011-08-221-12/+12
| | | | | | | | | | | | | | | buttons, and update the tooltips accordingly (bzr r10571)
* | | Some code cosmetics and commentsDiederik van Lierop2011-08-221-30/+30
| | | | | | | | | (bzr r10570)
* | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-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 aTavmjong Bah2011-07-221-95/+96
| | | | | | | | | | list of fonts) prevented changing the font family, style, or weight. (bzr r10491)
* | Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* | Add two new snap icons, and fix toggling bug for a single buttonDiederik van Lierop2011-07-191-1/+1
| | | | | | (bzr r10479)
* | Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-162-11/+17
| | | | | | (bzr r10461)
* | Address issues with GtkRuleMetric const warnings.Jon A. Cruz2011-07-151-20/+12
| | | | | | (bzr r10454)
* | Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-156-131/+131
|/ | | | | | | | 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)
* Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski2011-07-141-9/+5
| | | (bzr r10347.1.15)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-135-38/+49
|\ | | | | (bzr r10347.1.13)
| * Selector's toolbar: changing the dimensions of the visual bounding box of ↵Diederik van Lierop2011-07-101-19/+23
| | | | | | | | | | | | | | | | | | selection of multiple objects having different stroke widths has been fixed (bug #212768, #190557, ...) Fixed bugs: - https://launchpad.net/bugs/212768 - https://launchpad.net/bugs/190557 (bzr r10437.1.5)
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-103-12/+16
| | | | | | (bzr r10437)
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-092-8/+12
| | | | | | (bzr r10429)
| * Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-062-6/+5
| | | | | | | | | | lcms2 support. (bzr r10420)
* | Merge from trunkKrzysztof Kosi??ski2011-07-0637-294/+285
|\| | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-1/+1
| | | | | | (bzr r10411)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0315-31/+17
| | | | | | (bzr r10407)
| * Fix problem with merged code where a pointer to a plain C GTK+ object was ↵Jon A. Cruz2011-07-021-4/+3
| | | | | | | | | | | | | | | | cast to a pointer to a C++ gtkmm object. Fixes bug 804243. Fixed bugs: - https://launchpad.net/bugs/804243 (bzr r10404)
| * Be accurate when changing width/height in the toolbar, in case geometric ↵Diederik van Lierop2011-07-021-1/+8
| | | | | | | | | | bounding boxes are used (bzr r10403)
| * GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-0215-35/+22
| |\ | | | | | | (bzr r10401)
| | * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-0215-35/+22
| | | | | | | | | (bzr r10390.1.3)
| * | added missing headerCampbell Barton2011-07-021-0/+3
| | | | | | | | | (bzr r10397)
| * | Remove some deprecated Gtk+ headersAlex Valavanis2011-07-011-7/+0
| | | | | | | | | (bzr r10395)
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+18
| |/ | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
| * Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what ↵Gellule Xg2011-06-281-1/+1
| | | | | | | | | | | | | | | | looks like a GTK/QUARTZ backend issue, without functionality loss. Fixed bugs: - https://launchpad.net/bugs/487144 (bzr r10381.2.1)