summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-292-5/+5
* cppcheck: variable initialisationKris De Gussem2011-10-291-1/+2
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
* Documentation update pass.Jon A. Cruz2011-10-2310-35/+34
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-0/+8
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-055-6/+13
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* More forward.h purging.Jon A. Cruz2011-10-041-4/+5
* Doxygen cleanup.Jon A. Cruz2011-10-039-50/+42
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-3/+5
* Allow changing dimensions of vertical/horizontal lines using the numeric inpu...Diederik van Lierop2011-09-031-1/+1
* Completely remove libnrKrzysztof Kosi??ski2011-08-288-86/+52
|\
| * Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-283-58/+35
| * Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-7/+3
| * Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-7/+3
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-275-14/+11
* | Tie the snapping of rectangle corners and quadrant points of ellipses to the ...Diederik van Lierop2011-08-281-2/+2
* | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-271-3/+2
|/
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-253-76/+63
|\
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-073-34/+30
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-063-23/+16
| * Merge from trunkKrzysztof Kosi??ski2011-07-258-261/+258
| |\
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-34/+32
* | | 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-231-3/+3
* | | Use different icons to communicate the change in behavior of the snap buttons...Diederik van Lierop2011-08-221-12/+12
* | | Some code cosmetics and commentsDiederik van Lierop2011-08-221-30/+30
* | | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-49/+32
| |/ |/|
* | Fixed bug where having a font-family with an uninstalled font (or with aTavmjong Bah2011-07-221-95/+96
* | Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+1
* | Add two new snap icons, and fix toggling bug for a single buttonDiederik van Lierop2011-07-191-1/+1
* | Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-162-11/+17
* | Address issues with GtkRuleMetric const warnings.Jon A. Cruz2011-07-151-20/+12
* | Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-156-131/+131
|/
* Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski2011-07-141-9/+5
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-135-38/+49
|\
| * Selector's toolbar: changing the dimensions of the visual bounding box of sel...Diederik van Lierop2011-07-101-19/+23
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-103-12/+16
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-092-8/+12
| * Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-062-6/+5
* | Merge from trunkKrzysztof Kosi??ski2011-07-0637-294/+285
|\|
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-1/+1
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0315-31/+17
| * Fix problem with merged code where a pointer to a plain C GTK+ object was cas...Jon A. Cruz2011-07-021-4/+3
| * Be accurate when changing width/height in the toolbar, in case geometric boun...Diederik van Lierop2011-07-021-1/+8
| * GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-0215-35/+22
| |\
| | * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-0215-35/+22
| * | added missing headerCampbell Barton2011-07-021-0/+3
| * | Remove some deprecated Gtk+ headersAlex Valavanis2011-07-011-7/+0
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-0/+18
| |/
| * Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what l...Gellule Xg2011-06-281-1/+1