| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-12-04 | Add a few useful lookup functions. | Tavmjong Bah | 1 | -6/+23 | |
| 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-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -37/+37 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-04-29 | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+4 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-08-05 | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 1 | -0/+11 | |
| Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing. | |||||
| 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) | |||||
| 2014-06-10 | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 1 | -15/+17 | |
| (bzr r13341.1.56) | |||||
| 2014-06-10 | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 1 | -15/+17 | |
| (bzr r13415) | |||||
| 2014-05-30 | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 1 | -10/+10 | |
| (bzr r13341.1.42) | |||||
| 2014-05-30 | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 1 | -10/+10 | |
| (bzr r13402) | |||||
| 2014-04-14 | patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++ | Johan B. C. Engelen | 1 | -1/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/1300271 (bzr r13285) | |||||
| 2013-02-11 | A couple of forward declarations | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12119) | |||||
| 2012-11-11 | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11869) | |||||
| 2012-10-09 | fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157) | Kris De Gussem | 1 | -9/+13 | |
| (bzr r11771) | |||||
| 2012-10-04 | revert changes in r11686 (not related to EMF support) | su_v | 1 | -4/+2 | |
| (bzr r11668.1.20) | |||||
| 2012-09-27 | fix for 'em' and 'ex' units support | David Mathog | 1 | -2/+4 | |
| (See also: bug #1036010) (bzr r11668.1.18) | |||||
| 2012-09-20 | some memleak fixes (Bug #1043571) | Kris De Gussem | 1 | -18/+11 | |
| (bzr r11686) | |||||
| 2012-09-03 | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 1 | -10/+14 | |
| not enabled) and other issues (bzr r11649) | |||||
| 2012-09-02 | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 1 | -14/+10 | |
| memory leaks (bzr r11646) | |||||
| 2012-09-02 | performance: ?? | Kris De Gussem | 1 | -2/+0 | |
| (bzr r11645) | |||||
| 2012-08-15 | Fix for 1036010 : Cant read styles with 'em' units | John Smith | 1 | -0/+20 | |
| (bzr r11605) | |||||
| 2012-04-05 | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 1 | -0/+71 | |
| thread "Some clipboard functions") (bzr r11153) | |||||
| 2012-01-07 | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 1 | -2/+4 | |
| (bzr r10858) | |||||
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -37/+19 | |
| (bzr r10830) | |||||
| 2011-11-10 | cppcheck: initialization / warning cleanup | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10736) | |||||
| 2011-10-02 | Removed forgotten debug statement. | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r10657) | |||||
| 2011-09-28 | Fixed problem with font names that contain spaces. | Tavmjong Bah | 1 | -3/+8 | |
| (bzr r10649) | |||||
| 2011-09-16 | Remove left over debug g_warning... and the cause of compilation problems. | Tavmjong Bah | 1 | -2/+1 | |
| (bzr r10631) | |||||
| 2011-09-15 | Fix incorrect argument in call to varargs function in xml/repr-css.cpp | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10630) | |||||
| 2011-09-15 | Use CSSOStringStream in writing number strings parsed by libcroco as | Tavmjong Bah | 1 | -4/+31 | |
| libcroco uses %.17f for formatting, resulting in trailing zeros or small rounding errors. (bzr r10629) | |||||
| 2011-08-29 | Remove forgotten call to print routine. | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r10597) | |||||
| 2011-08-29 | Added comments. | Tavmjong Bah | 1 | -5/+79 | |
| (bzr r10596) | |||||
| 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) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -5/+5 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | xml/Document -> DocumentTree | johnce | 1 | -4/+4 | |
| (bzr r8417) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 | |
| (bzr r8416) | |||||
| 2008-06-08 | plumb document references a little deeper in | MenTaLguY | 1 | -3/+12 | |
| (bzr r5861) | |||||
| 2008-05-08 | merge inline patch from Jimmy | MenTaLguY | 1 | -3/+3 | |
| (bzr r5631) | |||||
| 2008-03-01 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r4914) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -3/+3 | |
| (bzr r4629) | |||||
| 2008-01-05 | Applying Gail's patch for font-specification | Bryce Harrington | 1 | -1/+3 | |
| (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | |||||
| 2007-03-27 | ensure correct order of inheriting style from ancestors (children override ↵ | bulia byak | 1 | -8/+19 | |
| parents) and of reading decls in a style string (later decls override) (bzr r2770) | |||||
| 2007-03-20 | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 1 | -1/+2 | |
| (bzr r2723) | |||||
