summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
* add a cppcheck suppression for memleak that is not a memleakJohan B. C. Engelen2011-10-281-0/+2
| | | (bzr r10700)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-2753-635/+673
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2537-163/+191
| | | (bzr r10696)
* Documentation update pass.Jon A. Cruz2011-10-232-9/+0
| | | (bzr r10692)
* Warning cleanup.Jon A. Cruz2011-10-231-4/+4
| | | (bzr r10691)
* cppcheckKris De Gussem2011-10-189-20/+20
| | | (bzr r10681)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-082-2/+9
| | | | | | | | -> 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-056-6/+11
| | | | | the contents forward.h at all). (bzr r10667)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
| | | (bzr r10666)
* More forward.h purging.Jon A. Cruz2011-10-041-0/+1
| | | (bzr r10665)
* Doxygen cleanup.Jon A. Cruz2011-10-0368-265/+317
| | | (bzr r10660)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-166-73/+137
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-43/+48
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Completely remove libnrKrzysztof Kosi??ski2011-08-2810-51/+42
|\ | | | | (bzr r10589)
| * Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | | | | (bzr r10582.1.8)
| * Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-274-6/+0
| | | | | | (bzr r10582.1.6)
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-278-44/+42
| | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | remove double backslash in pathname (Bug 805095)Alvin Penner2011-08-261-0/+2
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-2510-110/+109
|\ | | | | (bzr r10579)
| * Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-251-2/+2
| | | | | | (bzr r10347.1.39)
| * Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-163-25/+20
| | | | | | (bzr r10347.1.35)
| * Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-162-29/+34
| | | | | | (bzr r10347.1.34)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-075-21/+18
| | | | | | | | | | 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/+23
| | | | | | (bzr r10347.1.21)
| * Merge from trunkKrzysztof Kosi??ski2011-07-2512-632/+63
| |\ | | | | | | (bzr r10347.1.18)
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-24/+26
| | | | | | | | | | | | | | | | | | | | | 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)
* | | UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More ↵Nicolas Dufour2011-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | precision to Blur filter value). Filters. Some CPF improvements (including a new Cross-smooth version). (bzr r10577)
* | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-222-6/+1
| | | | | | | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569)
* | | Filters. Fix for bug #713064 (Filter Effect Turbulence Base frequency ↵Nicolas Dufour2011-08-201-1/+1
| | | | | | | | | | | | | | | limited to 0.400). (bzr r10557)
* | | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵Jon A. Cruz2011-08-141-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541)
* | | UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem2011-07-281-24/+53
| |/ |/| | | | | | | Removed unnecessary command in path effects (bzr r10515)
* | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-175-7/+7
| | | | | | | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* | Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-162-7/+6
| | | | | | (bzr r10461)
* | Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-152-4/+4
| | | | | | (bzr r10456)
* | Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-157-620/+52
|/ | | | | | | | 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 to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-1311-432/+42
|\ | | | | (bzr r10347.1.13)
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-132-4/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450)
| * update cmake for new filesCampbell Barton2011-07-131-1/+0
| | | | | | (bzr r10447)
| * GUI uniformisationKris De Gussem2011-07-121-2/+2
| | | | | | (bzr r10446)
| * Clean up more whiteboard stuff and fix header name in fileJosh Andler2011-07-112-365/+0
| | | | | | (bzr r10441)
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-7/+8
| | | | | | (bzr r10437)
| * Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-093-3/+3
| | | | | | (bzr r10430)
| * Fix regression in swatch display (LP #804930).Krzysztof Kosi??ski2011-07-061-5/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/804930 (bzr r10423)
| * Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-062-45/+19
| | | | | | | | | | lcms2 support. (bzr r10420)
* | Merge from trunkKrzysztof Kosi??ski2011-07-0611-83/+87
|\| | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_timeout_addAlex Valavanis2011-07-032-2/+2
| | | | | | (bzr r10412)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | | | | (bzr r10407)
| * GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | | | | (bzr r10402)
| * Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+2
| | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)