| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add a cppcheck suppression for memleak that is not a memleak | Johan B. C. Engelen | 2011-10-28 | 1 | -0/+2 |
| | | | | (bzr r10700) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 3 | -11/+1 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -4/+4 |
| | | | | (bzr r10696) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 2 | -9/+0 |
| | | | | (bzr r10692) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-23 | 1 | -4/+4 |
| | | | | (bzr r10691) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 6 | -15/+15 |
| | | | | (bzr r10681) | ||||
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 2 | -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. Cruz | 2011-10-05 | 1 | -0/+3 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 1 | -0/+1 |
| | | | | (bzr r10665) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 36 | -150/+178 |
| | | | | (bzr r10660) | ||||
| * | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -43/+48 |
| | | | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 5 | -38/+34 |
| |\ | | | | | (bzr r10589) | ||||
| | * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 |
| | | | | | | | (bzr r10582.1.6) | ||||
| | * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 5 | -36/+34 |
| | | | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | | remove double backslash in pathname (Bug 805095) | Alvin Penner | 2011-08-26 | 1 | -0/+2 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 7 | -68/+65 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 1 | -2/+2 |
| | | | | | | | (bzr r10347.1.39) | ||||
| | * | Fix large memory leaks in the swatches panel | Krzysztof Kosi??ski | 2011-08-16 | 3 | -25/+20 |
| | | | | | | | (bzr r10347.1.35) | ||||
| | * | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 2 | -29/+34 |
| | | | | | | | (bzr r10347.1.34) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 2 | -14/+11 |
| | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -2/+2 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 2 | -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 Dufour | 2011-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | limited to 0.400). (bzr r10557) | ||||
| * | | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵ | Jon A. Cruz | 2011-08-14 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541) | ||||
| * | | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -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. Engelen | 2011-07-17 | 3 | -4/+4 |
| | | | | | | | | 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. Cruz | 2011-07-16 | 1 | -5/+4 |
| | | | | (bzr r10461) | ||||
| * | Fix icon toggler breakage after the icon-names.h change. Patch from ~suv. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -2/+2 |
| | | | | (bzr r10456) | ||||
| * | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 4 | -44/+44 |
| | | | | | | | | | 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 #806105 | Krzysztof Kosi??ski | 2011-07-13 | 7 | -427/+39 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | ||||
| | * | GUI uniformisation | Kris De Gussem | 2011-07-12 | 1 | -2/+2 |
| | | | | | | | (bzr r10446) | ||||
| | * | Clean up more whiteboard stuff and fix header name in file | Josh Andler | 2011-07-11 | 2 | -365/+0 |
| | | | | | | | (bzr r10441) | ||||
| | * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -7/+8 |
| | | | | | | | (bzr r10437) | ||||
| | * | Merge upstream GDL 0.7.8 changes | Alex Valavanis | 2011-07-09 | 1 | -1/+1 |
| | | | | | | | (bzr r10430) | ||||
| | * | Fix regression in swatch display (LP #804930). | Krzysztof Kosi??ski | 2011-07-06 | 1 | -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. Cruz | 2011-07-06 | 2 | -45/+19 |
| | | | | | | | | | | | lcms2 support. (bzr r10420) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 2 | -2/+2 |
| |\| | | | | | (bzr r10347.1.5) | ||||
| | * | GTK+ cleanup: gtk_timeout_add | Alex Valavanis | 2011-07-03 | 2 | -2/+2 |
| | | | | | | | (bzr r10412) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 4 | -4/+5 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 7 | -1027/+0 |
| | | | | (bzr r10346) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -2/+1 |
| | | | | (bzr r10339) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 34 | -359/+672 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | I am not sure if it is possible to have a script element with more than a ↵ | Felipe Corr??a da Silva Sanches | 2011-06-19 | 1 | -0/+9 |
| | | | | | | | | | | | single childnode. Since we are not handling that, this is a warning to be displayed if we even encounter a file with more than one child for one of its script element nodes (bzr r10319) | ||||
| | * | Patch sent by Fernando Lucchesi (GSoC student) and modified by me. | Felipe Corr??a da Silva Sanches | 2011-06-19 | 2 | -21/+248 |
| | | | | | | | | | | | Interface for editing content of embedded scripts. (bzr r10318) | ||||
| | * | UI fix / mnemonics | Kris De Gussem | 2011-06-18 | 2 | -5/+5 |
| | | | | | | | (bzr r10317) | ||||
| | * | user interface for selecting colors of guidelines | Felipe Corr??a da Silva Sanches | 2011-06-18 | 2 | -0/+19 |
| | | | | | | | (bzr r10315) | ||||
| | * | patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student) | Felipe Corr??a da Silva Sanches | 2011-06-17 | 2 | -8/+26 |
| | | | | | | | | | | | Split scripting ui in the document properties dialog to have one tab for embedded scripts and one for external scripts. (bzr r10312) | ||||
| | * | add preference for relative guideline rotation snapping (see rev 10303) | Johan B. C. Engelen | 2011-06-15 | 2 | -1/+5 |
| | | | | | | | (bzr r10307) | ||||
| | * | adding preferences page for Measure Tool with option (enabled by default) to ↵ | Felipe Corr??a da Silva Sanches | 2011-06-13 | 2 | -0/+8 |
| | | | | | | | | | | | ignore first and last points when calculating/displaying distances (bzr r10295) | ||||
