| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add new named color 'rebeccapurple' (CSS4 Color). | Tavmjong Bah | 2014-06-21 | 1 | -0/+1 |
| | | | | (bzr r13341.1.65) | ||||
| * | Parse xml:lang, required for SVG (CSS uses lang) | Tavmjong Bah | 2014-04-22 | 1 | -2/+4 |
| | | | | (bzr r13297) | ||||
| * | libcroco: don't write double parenthesis unnecessarily (interferes with the ↵ | Johan B. C. Engelen | 2014-03-22 | 1 | -2/+2 |
| | | | | | | very useful clang parenthesis/assignment warning mechanism) (bzr r13184) | ||||
| * | libcroco: fix pointer signedness errors | Johan B. C. Engelen | 2014-03-21 | 1 | -7/+7 |
| | | | | (bzr r13178) | ||||
| * | supress warnings | Johan B. C. Engelen | 2014-03-20 | 1 | -5/+21 |
| | | | | (bzr r13173) | ||||
| * | For bug #1267552 Allow pseudo class matches to continue matching the rest of ↵ | Martin Owens | 2014-01-09 | 1 | -3/+3 |
| | | | | | | | | | a css statement instead of being sufficiant. Fixed bugs: - https://launchpad.net/bugs/1267552 (bzr r12905) | ||||
| * | Language pseudo class should be case-insenstivie | Martin Owens | 2014-01-08 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1267118 (bzr r12887) | ||||
| * | Minimise diff against libcroco-0.6.8 (pass 1) | Alex Valavanis | 2013-11-03 | 19 | -141/+170 |
| | | | | (bzr r12772) | ||||
| * | Fix typo in libcroco/cr-rgb.c | Alex Valavanis | 2013-11-03 | 2 | -2/+2 |
| | | | | (bzr r12771) | ||||
| * | libcroco: Merge upstream 0.6.8 changes | Alex Valavanis | 2013-11-03 | 1 | -2/+22 |
| | | | | (bzr r12770) | ||||
| * | libcroco: Merge upstream 0.6.7 changes | Alex Valavanis | 2013-11-03 | 1 | -1/+1 |
| | | | | (bzr r12769) | ||||
| * | libcroco: Merge upstream 0.6.6 changes | Alex Valavanis | 2013-11-03 | 2 | -15/+10 |
| | | | | (bzr r12768) | ||||
| * | libcroco: Merge upstream 0.6.5 changes | Alex Valavanis | 2013-11-03 | 1 | -1/+1 |
| | | | | (bzr r12767) | ||||
| * | libcroco: Merge upstream 0.6.4 changes | Alex Valavanis | 2013-11-03 | 2 | -161/+171 |
| | | | | (bzr r12766) | ||||
| * | Merge upstream libcroco 0.6.3 changes | Alex Valavanis | 2013-11-03 | 46 | -1275/+2168 |
| | | | | (bzr r12765) | ||||
| * | libcroco: Backport size checking fix (commit 209e5,aa60a) | Alex Valavanis | 2013-11-01 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1246763 (bzr r12758) | ||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 6 | -7/+7 |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | ||||
| * | cppcheck | Kris De Gussem | 2013-10-07 | 1 | -3/+1 |
| | | | | (bzr r12669) | ||||
| * | some code cleanup, trying to get it through cppcheck | Johan B. C. Engelen | 2013-08-03 | 4 | -20/+14 |
| | | | | (bzr r12458) | ||||
| * | fix bug | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+1 |
| | | | | (bzr r12457) | ||||
| * | cleanup | Johan B. C. Engelen | 2013-08-03 | 1 | -20/+23 |
| | | | | (bzr r12456) | ||||
| * | function cleanup | Johan B. C. Engelen | 2013-08-03 | 1 | -4/+1 |
| | | | | (bzr r12455) | ||||
| * | memleak fix (part of bug #1043571) | Kris De Gussem | 2012-09-29 | 1 | -2/+2 |
| | | | | (bzr r11715) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 2 | -3/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Fixed mismatched quotes that confused Doxygen. | Jon A. Cruz | 2011-10-04 | 1 | -1/+1 |
| | | | | (bzr r10663) | ||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 |
| | | | | (bzr r10397) | ||||
| * | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+31 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+1 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -31/+32 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 2009-12-16 | 1 | -0/+1 |
| | | | | | | allocation/deallocation issues. (bzr r8891) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -29/+0 |
| | | | | (bzr r6046) | ||||
| * | Cmake: Fix some double linking flags | Joshua L. Blocher | 2008-05-03 | 1 | -57/+57 |
| | | | | (bzr r5584) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -3/+0 |
| | | | | (bzr r5299) | ||||
| * | Adjustments to the lib directory Cmake files | Joshua L. Blocher | 2008-03-30 | 1 | -1/+1 |
| | | | | (bzr r5250) | ||||
| * | add *.c to libcroco/CMakeFile and libgdl/CMakeFile | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+27 |
| | | | | (bzr r5248) | ||||
| * | add CMakeFiles for libcroco, libgdl, libnr, libnrtype. | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+32 |
| | | | | (bzr r5247) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -5/+5 |
| | | | | (bzr r2720) | ||||
| * | gosh, what shitty coding - reading delimited string failed when it was at ↵ | bulia byak | 2007-03-15 | 1 | -1/+2 |
| | | | | | | the very end of buffer (bzr r2652) | ||||
| * | even if one declaration is broken, try to still read all others per ↵ | bulia byak | 2007-03-14 | 1 | -5/+8 |
| | | | | | | http://www.w3.org/TR/CSS21/syndata.html#declaration; fixes bug 1266843 (bzr r2651) | ||||
| * | typo fix from libcroco list | bulia byak | 2007-03-14 | 1 | -1/+1 |
| | | | | (bzr r2649) | ||||
| * | More compile error cleanup | Bob Jamison | 2006-11-15 | 5 | -27/+30 |
| | | | | (bzr r1955) | ||||
| * | Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵ | Bob Jamison | 2006-11-15 | 27 | -340/+259 |
| | | | | | | places where C++ is stricter than C. (bzr r1954) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 60 | -0/+28796 |
| (bzr r1) | |||||
