| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updating use of libpng jump buffer. Fixes bug #721029. | Jon A. Cruz | 2011-10-29 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 3 | -5/+4 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 3 | -27/+28 |
| | | | | (bzr r10696) | ||||
| * | Warning cleanup | Jon A. Cruz | 2011-10-23 | 1 | -14/+14 |
| | | | | (bzr r10694) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -2/+2 |
| | | | | (bzr r10686) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | pdf import. modify calculation of GradientTransform (Bug 530895) | Alvin Penner | 2011-10-17 | 1 | -1/+38 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530895 (bzr r10680) | ||||
| * | pdf import. apply invert transform to all image tags (Bug 840625) | Alvin Penner | 2011-09-09 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/840625 (bzr r10627) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -5/+0 |
| | | | | | | | | 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) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -4/+4 |
| | | | | | | | - 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 | 1 | -5/+5 |
| |/ | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 2 | -3/+10 |
| | | | | (bzr r10176) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -5/+5 |
| | | | | (bzr r10067) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 2 | -10/+10 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 2 | -6/+9 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -3/+3 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | 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) | ||||
| * | | Patch from Lubomir Rintel to fix build with Poppler 0.15.1 | Krzysztof Kosi??ski | 2010-11-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/676271 (bzr r9910) | ||||
| * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -2/+2 |
| | | | | | | | (bzr r9828) | ||||
| * | | Applied patch and updated to address non-BMP Unicode charcters. Fixes bug ↵ | Jon A. Cruz | 2010-10-03 | 2 | -19/+23 |
| | | | | | | | | | | | | | | | | | #369861. Fixed bugs: - https://launchpad.net/bugs/369861 (bzr r9812) | ||||
| * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -6/+4 |
| |/ | | | (bzr r9722) | ||||
| * | Fix build with poppler >= 0.12.2 | Krzysztof Kosi??ski | 2010-03-21 | 1 | -0/+54 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/487038 (bzr r9217) | ||||
| * | Restore files that shouldn't have been touched. Grrr | Diederik van Lierop | 2009-12-30 | 1 | -11/+11 |
| | | | | (bzr r8928) | ||||
| * | When combining paths: clear the selection before deleting the original objects | Diederik van Lierop | 2009-12-30 | 1 | -11/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927) | ||||
| * | fix build again for old poppler libs, by reverting a part of my previous commit | Diederik van Lierop | 2009-12-25 | 1 | -11/+11 |
| | | | | (bzr r8908) | ||||
| * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -11/+11 |
| | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 2009-12-16 | 2 | -2/+3 |
| | | | | | | allocation/deallocation issues. (bzr r8891) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 4 | -7/+7 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 2 | -4/+4 |
| | | | | (bzr r8409) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 2 | -3/+3 |
| | | | | (bzr r8408) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 1 | -0/+2 |
| | | | | (bzr r7985) | ||||
| * | patch 179589 with UI added: optionally, try to replace a font name specified ↵ | bulia byak | 2009-04-15 | 4 | -7/+103 |
| | | | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718) | ||||
| * | patch by KoRi for 324938 | bulia byak | 2009-02-11 | 1 | -1/+2 |
| | | | | (bzr r7272) | ||||
| * | using C++ const_cast instead of plain C-type cast | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -129/+129 |
| | | | | (bzr r7255) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-08 | 1 | -133/+132 |
| | | | | | | | | | mainly deprecated conversion from string constant to ‘char*’ and unused variables (bzr r7249) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 1 | -3/+4 |
| | | | | (bzr r7058) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 2 | -3/+2 |
| | | | | (bzr r7045) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -1/+3 |
| | | | | (bzr r6885) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 2 | -19/+19 |
| | | | | (bzr r6612) | ||||
| * | noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for ↵ | Peter Moulder | 2008-07-19 | 1 | -140/+13 |
| | | | | | | using three one-line-each #ifdef/#else blocks instead of one big one covering the whole function. (bzr r6365) | ||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-07-12 | 1 | -30/+30 |
| | | | | (bzr r6282) | ||||
| * | Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many ↵ | Bob Jamison | 2008-06-12 | 1 | -0/+148 |
| | | | | | | thanks to <tsdgeos>. (bzr r5909) | ||||
| * | prevent crashing by not running prefs dialog when in command line mode | bulia byak | 2008-06-12 | 1 | -7/+16 |
| | | | | (bzr r5907) | ||||
| * | Cmake: Add missing CmakeLists.txt | Joshua L. Blocher | 2008-05-03 | 1 | -0/+5 |
| | | | | (bzr r5586) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 1 | -2/+2 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | translator comment | Arpad Biro | 2008-04-13 | 1 | -0/+1 |
| | | | | (bzr r5421) | ||||
