| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix order of checks. | Johan B. C. Engelen | 2011-10-28 | 1 | -1/+4 |
| | | | | (bzr r10703) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 5 | -8/+8 |
| | | | | (bzr r10687) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 3 | -7/+8 |
| | | | | (bzr r10681) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 2 | -2/+0 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 9 | -29/+30 |
| | | | | (bzr r10660) | ||||
| * | add PowerStroke to the normally visible LPEs, but with 'unstable!' warning | Johan B. C. Engelen | 2011-09-29 | 1 | -2/+2 |
| | | | | (bzr r10653) | ||||
| * | PowerStroke: handle cusps in some way. properly bugged for all types but ↵ | Johan B. C. Engelen | 2011-09-29 | 2 | -216/+167 |
| | | | | | | "beveled" (bzr r10652) | ||||
| * | powerstroke: add bevel cusp. but it bugs closed paths. need to restructure... | Johan B. C. Engelen | 2011-09-24 | 1 | -21/+14 |
| | | | | (bzr r10646) | ||||
| * | restructure powerstroke LPE a bit in preparation for cusp fixup | Johan B. C. Engelen | 2011-09-22 | 2 | -184/+253 |
| | | | | (bzr r10645) | ||||
| * | LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug) | Johan B. C. Engelen | 2011-09-21 | 2 | -43/+132 |
| | | | | (bzr r10641) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 4 | -4/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 4 | -6/+8 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 2 | -2/+2 |
| | | | | | | | | 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 | 4 | -10/+6 |
| | | | | (bzr r10461) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 3 | -17/+87 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+1 |
| | | | | | | | (bzr r10397) | ||||
| | * | LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵ | Johan B. C. Engelen | 2011-06-26 | 2 | -17/+86 |
| | | | | | | | | | | | bugs/features) (bzr r10373) | ||||
| * | | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+0 |
| |/ | | | (bzr r10347.1.1) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -2/+1 |
| | | | | (bzr r10339) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 6 | -52/+117 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+58 |
| | | | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| | * | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | | | | (bzr r10278) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 2 | -17/+13 |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| | * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| | * | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 2011-06-12 | 1 | -1/+1 |
| | | | | | | | (bzr r10273) | ||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 2 | -47/+58 |
| | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| | * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 2 | -2/+2 |
| | |/ | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| | * | improve explanation of lpe parameter | Johan B. C. Engelen | 2011-06-01 | 1 | -1/+1 |
| | | | | | | | (bzr r10250) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 37 | -126/+284 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | powerstroke: apply interpolator combobox to closed paths too | Johan B. C. Engelen | 2011-03-21 | 1 | -3/+3 |
| | | | | | | | (bzr r10123) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-20 | 3 | -17/+17 |
| | | | | | | | (bzr r10119) | ||||
| | * | add spiro interpolator to powerstroke | Johan B. C. Engelen | 2011-03-18 | 2 | -6/+161 |
| | | | | | | | (bzr r10115) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-17 | 3 | -15/+15 |
| | | | | | | | (bzr r10112) | ||||
| | * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 3 | -0/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | | | | (bzr r10067) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -2/+2 |
| | | | | | | | (bzr r10064) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 3 | -16/+16 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 24 | -58/+58 |
| | | | | | | | (bzr r10025) | ||||
| | * | Mnemonics in "Input devices", and LPE dialogs (Bug 170765) | Kris De Gussem | 2010-12-29 | 4 | -9/+9 |
| | | | | | | | (bzr r9990) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 7 | -31/+28 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 7 | -31/+28 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 4 | -3/+4 |
| | | | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 28 | -104/+116 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 17 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
