| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -289/+0 | |
| A lot of header clean-up. | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15025) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -9/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-08-18 | Code cleanup. | Liam P. White | 1 | -80/+82 | |
| (bzr r13341.1.145) | |||||
| 2013-07-31 | Replacement of unnecessary variables. | Markus Engel | 1 | -92/+112 | |
| (bzr r11608.1.114) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -9/+6 | |
| (bzr r11608.1.86) | |||||
| 2013-04-06 | Merged more classes. | Markus Engel | 1 | -43/+23 | |
| (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 | -3/+9 | |
| (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 | -10/+10 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -64/+270 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -2/+0 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r11950.1.56) | |||||
| 2013-03-16 | Drop checks for ancient dependency versions. These are satisfied elsewhere. | Alex Valavanis | 1 | -2/+0 | |
| (bzr r12213) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -4/+5 | |
| (bzr r11608.1.48) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -39/+11 | |
| (bzr r12064) | |||||
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 | |
| (bzr r10963) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10067) | |||||
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 1 | -20/+20 | |
| Privatisation tweaks (bzr r9546.1.6) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -10/+12 | |
| 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) | |||||
| 2010-03-30 | Corrected string-to-number conversion to use locale-independent conversion ↵ | Jon A. Cruz | 1 | -15/+33 | |
| and to handle missing/null values. Fixes bug #544833. Fixed bugs: - https://launchpad.net/bugs/544833 (bzr r9259) | |||||
| 2009-12-13 | updating my email address in file headers | Felipe Corr??a da Silva Sanches | 1 | -1/+1 | |
| (bzr r8889) | |||||
| 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-12-28 | Now users can design a font within inkscape, save it and then open the | Felipe Corr??a da Silva Sanches | 1 | -6/+7 | |
| SVG file in Fontforge in order to export a truetype font (or other system font formarts fontforge supports). This improves previous workflow of font design using Inkscape which involved creating one SVG for each glyph. Now user only needs to create a single SVG file containing an SVGFont. Glyph kerning settings for the font can also be defined withing Inkscape itself with live preview. The kerning management still needs some improvements but is currently functional at least. Improvements in the SVGFonts dialog: * In Global Settings tab you can define the font family name. Other attributes should be added to this tab in the future. * Glyphs tab allows the user to: ** see a list (combobox) of glyphs available in the currently selected font. ** add/remove glyphs ** edit glyph name and unicode ** set the glyph curves based on a given path (selected from canvas). Same feature for the missing glyph. * Kerning tab allows user to: ** add new kerning pairs ** adjust kerning values of selected kerning pair ** live preview while adjusting the kerning values Code refactoring: * Inner classes DocumentProperties::SignalObserver and FilterEffectsDialog::SignalObserver were duplicated code and another instance would be needed in SVGFonts dialog. So, I moved it to Inkscape::XML::SignalObserver (in helper-observer.{cpp,h}) * changed SPGlyph->glyph_name and SPGlyph->unicode from char* to Glib::ustring * added sp_remove_resource to the release method in sp-font.cpp * glyph curves used to be stored (in d attribute) and rendered upside-down. Now that bug is fixed. Sorry about this huge commit. I got one week away from the Internet during a xmas travel. The lack of 'net connection made me work more intensely in Inkscape :-D Felipe Sanches (bzr r7029) | |||||
| 2008-07-18 | removing lots of g_warnings | Felipe Corr??a da Silva Sanches | 1 | -12/+2 | |
| (bzr r6348) | |||||
| 2008-06-25 | adding ifdef HAVE_CONFIG_H | Felipe Corr??a da Silva Sanches | 1 | -1/+4 | |
| (bzr r6054) | |||||
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -4/+3 | |
| (bzr r5884) | |||||
| 2008-05-25 | * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵ | Felipe Corr??a da Silva Sanches | 1 | -1/+3 | |
| cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753) | |||||
| 2008-02-29 | fix some header defines | Felipe Corr??a da Silva Sanches | 1 | -1/+1 | |
| (bzr r4906) | |||||
| 2008-02-28 | more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 1 | -1/+31 | |
| (bzr r4897) | |||||
| 2008-02-28 | a bit more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 1 | -10/+10 | |
| added <missing-glyph> (bzr r4890) | |||||
| 2008-02-27 | added type enums for arabic-form and orientation attributes | Felipe Corr??a da Silva Sanches | 1 | -25/+50 | |
| (bzr r4881) | |||||
| 2008-02-27 | more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 1 | -29/+57 | |
| <glyph> node parameter loading (bzr r4879) | |||||
| 2008-02-27 | more boilerplate for SVGFonts | Felipe Corr??a da Silva Sanches | 1 | -58/+64 | |
| (bzr r4872) | |||||
| 2008-02-26 | SVGFonts boilerplate code | Felipe Corr??a da Silva Sanches | 1 | -0/+8 | |
| (bzr r4871) | |||||
| 2008-02-26 | new file. I forgot to add it on previous commit | Felipe Corr??a da Silva Sanches | 1 | -0/+211 | |
| SVGFonts boilerplate code (bzr r4868) | |||||
