| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -0/+1 | |
| |\ | | | | | (bzr r13341.5.24) | |||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| | * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -28/+28 | |
| | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190) | |||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -28/+28 | |
| | | | | | | | (bzr r13341.5.16) | |||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+0 | |
| |/ | | | | | disallow pointers to Application (bzr r13341.5.9) | |||||
| * | Adding destroy signal do document to allow proper cleanup. | Jon A. Cruz | 2014-03-02 | 1 | -0/+3 | |
| | | | | (bzr r13094) | |||||
| * | Check file existance and clean up memory issues thanks to KK and Johan | Martin Owens | 2014-01-26 | 1 | -1/+1 | |
| | | | | (bzr r12979) | |||||
| * | Move absolute path generator to URI and use std::strings | Martin Owens | 2014-01-25 | 1 | -1/+1 | |
| | | | | (bzr r12977) | |||||
| * | Move sub-document reference creation code from uri-reference to document.cpp ↵ | Martin Owens | 2014-01-22 | 1 | -4/+6 | |
| | | | | | | as createChildDoc(path) (bzr r12971) | |||||
| * | Protect against infinate looping of new included hrefs | Martin Owens | 2014-01-22 | 1 | -3/+5 | |
| | | | | (bzr r12970) | |||||
| * | Improve use tag logic by recording the loaded documents in a list. | Martin Owens | 2014-01-22 | 1 | -0/+5 | |
| | | | | (bzr r12969) | |||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-11 | 1 | -3/+3 | |
| | | | | (bzr r12916) | |||||
| * | try to add some const-correctness | Johan B. C. Engelen | 2013-10-24 | 1 | -1/+2 | |
| | | | | (bzr r12719) | |||||
| * | fix bug "some of the locale-based templates cause objects to be resized when ↵ | Johan B. C. Engelen | 2013-10-24 | 1 | -0/+2 | |
| | | | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717) | |||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -3/+3 | |
| |\ | | | | | (bzr r12475.1.29) | |||||
| | * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -5/+5 | |
| | |\ | | | | | | | (bzr r11608.1.120) | |||||
| | * | | Fixed more mismatched-tags; replaced GObject-properties in SPGuide | Markus Engel | 2013-08-01 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r11608.1.115) | |||||
| | * | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r11608.1.111) | |||||
| * | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+3 | |
| | |/ |/| | | | (bzr r12475.1.2) | |||||
| * | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 1 | -0/+1 | |
| |\| | | | | | (bzr r12380.1.17) | |||||
| | * | Small refactor of align and distribute to reduce complexity. | Martin Owens | 2013-07-10 | 1 | -0/+1 | |
| | | | | | | | (bzr r12411) | |||||
| * | | Switch setWidth and setHeight to use Quantity and switch to forward ↵ | Matthew Petroff | 2013-07-06 | 1 | -3/+5 | |
| | | | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7) | |||||
| * | | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. | Matthew Petroff | 2013-07-02 | 1 | -5/+3 | |
| |/ | | | (bzr r12380.1.4) | |||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 | |
| | | | | (bzr r12204) | |||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -3/+2 | |
| | | | | | | forward declarations (bzr r12203) | |||||
| * | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 2012-04-05 | 1 | -0/+2 | |
| | | | | | | thread "Some clipboard functions") (bzr r11153) | |||||
| * | UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵ | Nicolas Dufour | 2012-03-07 | 1 | -3/+1 | |
| | | | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054) | |||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -3/+0 | |
| | | | | (bzr r10986) | |||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -4/+0 | |
| | | | | (bzr r10963) | |||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 | |
| | | | | (bzr r10766.1.1) | |||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 1 | -0/+1 | |
| | | | | (bzr r10664) | |||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 | |
| | | | | (bzr r10582.1.5) | |||||
| * | Added overload for getObjectById(). Added safety by zeroing out invalid ↵ | Jon A. Cruz | 2011-07-31 | 1 | -0/+1 | |
| | | | | | | points (prevents accidental use of stale pointers). (bzr r10521) | |||||
| * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+0 | |
| |\ | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | |||||
| * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+13 | |
| |/ | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -102/+77 | |
| |\ | | | | | (bzr r9945.1.1) | |||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -0/+2 | |
| | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -10/+14 | |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | |||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -29/+57 | |
| | | | | | | | (bzr r9546.1.2) | |||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+10 | |
| | | | | | | | | | | | 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) | |||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | Safer fix for bug #579932 that won't leak memory. | Jon A. Cruz | 2010-07-28 | 1 | -1/+2 | |
| | | | | | | | (bzr r9662) | |||||
| * | | Duplicate the undo key passed to sp_document_maybe_done, instead of simply | Krzysztof Kosi??ski | 2010-07-27 | 1 | -1/+1 | |
| |/ | | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661) | |||||
| * | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 2010-01-08 | 1 | -1/+1 | |
| | | | | (bzr r8952) | |||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -7/+20 | |
| | | | | | | perspectives. (bzr r8910) | |||||
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -0/+3 | |
| | | | | (bzr r8855) | |||||
| * | Patch to fix 205667 by Petteri Aimonen | Josh Andler | 2009-10-04 | 1 | -0/+1 | |
| | | | | (bzr r8712) | |||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 1 | -2/+0 | |
| | | | | (bzr r8561) | |||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -0/+2 | |
| | | | | | | by Adrian Johnson. (bzr r8473) | |||||
