| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-08 | Use correct function to add additional style sheets to style sheet list. | Tavmjong Bah | 1 | -1/+1 | |
| 2019-08-28 | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 1 | -5/+8 | |
| 2019-07-08 | Fix coding style | Jabiertxof | 1 | -3/+3 | |
| 2019-07-08 | Improvements to temming allow diferent on dark themes | Jabiertxof | 1 | -3/+3 | |
| 2019-06-23 | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 1 | -5/+9 | |
| 2019-04-06 | More document.h cleanup. | Tavmjong Bah | 1 | -7/+7 | |
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -4/+4 | |
| Makes searching through code for them easier. | |||||
| 2018-11-14 | Use better syntax, clean up before reloading and call SPObjet release | Martin Owens | 1 | -4/+8 | |
| 2018-11-14 | Move getStyles to styles and clean up on destruction. | Martin Owens | 1 | -17/+17 | |
| 2018-11-13 | Add capability to get style rulesets as SPStyle objects | Martin Owens | 1 | -0/+17 | |
| 2018-11-12 | Support multiple style sheets or style elements in an svg document | Martin Owens | 1 | -20/+17 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+9 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -26/+26 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -6/+6 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -6/+6 | |
| 2018-04-29 | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-03-27 | a few more fixes to build warnings related to libnrtype | Felipe Corrêa da Silva Sanches | 1 | -2/+3 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-25 | Add limited support for CSS 'font-face' rule. | Tavmjong Bah | 1 | -1/+53 | |
| Basically, any ttf or otf file found will be loaded but no custom matching is done nor is the 'font-family' menu updated. | |||||
| 2017-10-23 | Save decl list for 'font-face' rule. Micro-step in supporting rule. | Tavmjong Bah | 1 | -19/+48 | |
| 2017-09-21 | Remove usage of GString in sp-style-elem.cpp | Jan Lingscheid | 1 | -6/+6 | |
| 2017-09-04 | Fix crash in style dialog (double deletion of document->style_sheet). | Tavmjong Bah | 1 | -5/+8 | |
| 2017-08-07 | Add support for imported style sheets via @import to Inkscape. | Tavmjong Bah | 1 | -53/+118 | |
| 2016-08-15 | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 1 | -2/+2 | |
| (bzr r14949.1.65) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -3/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+3 | |
| (bzr r15025) | |||||
| 2016-07-13 | Propagate changes to object tree with changes in style element | Tavmjong Bah | 1 | -3/+22 | |
| (bzr r14949.1.46) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-12-24 | Remove sp_style_read_from_object() | Tavmjong Bah | 1 | -6/+7 | |
| (bzr r13822.1.3) | |||||
| 2014-11-15 | Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse. | Jon A. Cruz | 1 | -32/+22 | |
| (bzr r13711) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -10/+7 | |
| (bzr r11608.1.86) | |||||
| 2013-04-06 | Merged more classes. | Markus Engel | 1 | -37/+15 | |
| (bzr r11608.1.84) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+10 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -4/+10 | |
| (bzr r11608.1.67) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -11/+11 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -3/+3 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.48) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -33/+7 | |
| (bzr r12064) | |||||
| 2012-08-20 | Added "virtual pad" to SPStyleElem. | Markus Engel | 1 | -20/+49 | |
| (bzr r11608.1.32) | |||||
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10064) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 1 | -2/+2 | |
| Privatisation tweaks (bzr r9546.1.6) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -1/+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) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -2/+2 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 | |
| (bzr r8404) | |||||
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -4/+3 | |
| (bzr r5884) | |||||
| 2007-05-12 | Cleaned up test doc creation | Jon A. Cruz | 1 | -1/+3 | |
| (bzr r3007) | |||||
