summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-css.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04Add a few useful lookup functions.Tavmjong Bah1-6/+23
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-37/+37
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+4
2018-01-08Misc. typosluz.paz1-1/+1
2017-08-05Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah1-0/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-15/+17
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-15/+17
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-10/+10
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-10/+10
2014-04-14patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++Johan B. C. Engelen1-1/+4
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-1/+1
2012-10-09fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)Kris De Gussem1-9/+13
2012-10-04revert changes in r11686 (not related to EMF support)su_v1-4/+2
2012-09-27fix for 'em' and 'ex' units supportDavid Mathog1-2/+4
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-18/+11
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-10/+14
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-14/+10
2012-09-02performance: ??Kris De Gussem1-2/+0
2012-08-15Fix for 1036010 : Cant read styles with 'em' unitsJohn Smith1-0/+20
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+71
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-2/+4
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-37/+19
2011-11-10cppcheck: initialization / warning cleanupKris De Gussem1-1/+1
2011-10-02Removed forgotten debug statement.Tavmjong Bah1-1/+0
2011-09-28Fixed problem with font names that contain spaces.Tavmjong Bah1-3/+8
2011-09-16Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah1-2/+1
2011-09-15Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski1-1/+1
2011-09-15Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah1-4/+31
2011-08-29Remove forgotten call to print routine.Tavmjong Bah1-1/+0
2011-08-29Added comments.Tavmjong Bah1-5/+79
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-5/+5
2009-08-05xml/Document -> DocumentTreejohnce1-4/+4
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-06-08plumb document references a little deeper inMenTaLguY1-3/+12
2008-05-08merge inline patch from JimmyMenTaLguY1-3/+3
2008-03-01Warning and whitespace cleanupJon A. Cruz1-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-3/+3
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+3
2007-03-27ensure correct order of inheriting style from ancestors (children override pa...bulia byak1-8/+19
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+2