index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcroco
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement CSS 3 "general sibling" combinator (~).
Tavmjong Bah
2017-09-02
4
-3
/
+51
*
Implement CSS 3 pseudo selectors. GSoC project 2017.
Vishal Agarwal
2017-09-02
8
-43
/
+722
*
Add support for more than one style sheet in a document and imported style sh...
Tavmjong Bah
2017-08-07
3
-48
/
+183
*
Finish partially completed "cr_selector_parse_from_buf" and make it publicly ...
Tavmjong Bah
2017-02-22
3
-2
/
+27
*
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-64
/
+0
*
Rebase on libcroco 0.6.11
Alex Valavanis
2015-12-26
5
-9
/
+13
*
Rebase on upstream libcroco 0.6.9 and backport minor fixes
Alex Valavanis
2015-11-07
24
-286
/
+326
*
Libcroco. cr-fonts: Fix a bad copy/paste error (already fixed upstream).
Nicolas Dufour
2015-06-23
1
-1
/
+1
*
Revert bad commit (commited to wrong branch).
Tavmjong Bah
2015-05-03
1
-1
/
+0
*
First batch
Tavmjong Bah
2015-05-03
1
-0
/
+1
*
i10n. Fix for Bug #1429579 (Various typos in the trunk code).
Yuri Chornoivan
2015-03-08
1
-1
/
+1
*
Add new named color 'rebeccapurple' (CSS4 Color).
Tavmjong Bah
2014-06-21
1
-0
/
+1
*
Parse xml:lang, required for SVG (CSS uses lang)
Tavmjong Bah
2014-04-22
1
-2
/
+4
*
libcroco: don't write double parenthesis unnecessarily (interferes with the v...
Johan B. C. Engelen
2014-03-22
1
-2
/
+2
*
libcroco: fix pointer signedness errors
Johan B. C. Engelen
2014-03-21
1
-7
/
+7
*
supress warnings
Johan B. C. Engelen
2014-03-20
1
-5
/
+21
*
For bug #1267552 Allow pseudo class matches to continue matching the rest of ...
Martin Owens
2014-01-09
1
-3
/
+3
*
Language pseudo class should be case-insenstivie
Martin Owens
2014-01-08
1
-3
/
+1
*
Minimise diff against libcroco-0.6.8 (pass 1)
Alex Valavanis
2013-11-03
19
-141
/
+170
*
Fix typo in libcroco/cr-rgb.c
Alex Valavanis
2013-11-03
2
-2
/
+2
*
libcroco: Merge upstream 0.6.8 changes
Alex Valavanis
2013-11-03
1
-2
/
+22
*
libcroco: Merge upstream 0.6.7 changes
Alex Valavanis
2013-11-03
1
-1
/
+1
*
libcroco: Merge upstream 0.6.6 changes
Alex Valavanis
2013-11-03
2
-15
/
+10
*
libcroco: Merge upstream 0.6.5 changes
Alex Valavanis
2013-11-03
1
-1
/
+1
*
libcroco: Merge upstream 0.6.4 changes
Alex Valavanis
2013-11-03
2
-161
/
+171
*
Merge upstream libcroco 0.6.3 changes
Alex Valavanis
2013-11-03
46
-1275
/
+2168
*
libcroco: Backport size checking fix (commit 209e5,aa60a)
Alex Valavanis
2013-11-01
1
-2
/
+2
*
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
2013-10-09
6
-7
/
+7
*
cppcheck
Kris De Gussem
2013-10-07
1
-3
/
+1
*
some code cleanup, trying to get it through cppcheck
Johan B. C. Engelen
2013-08-03
4
-20
/
+14
*
fix bug
Johan B. C. Engelen
2013-08-03
1
-1
/
+1
*
cleanup
Johan B. C. Engelen
2013-08-03
1
-20
/
+23
*
function cleanup
Johan B. C. Engelen
2013-08-03
1
-4
/
+1
*
memleak fix (part of bug #1043571)
Kris De Gussem
2012-09-29
1
-2
/
+2
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
2
-3
/
+2
*
Fixed mismatched quotes that confused Doxygen.
Jon A. Cruz
2011-10-04
1
-1
/
+1
*
added missing header
Campbell Barton
2011-07-02
1
-0
/
+3
*
warning cleanup (no functional changes)
Campbell Barton
2011-06-25
1
-1
/
+1
*
cmake:
Campbell Barton
2011-06-13
1
-1
/
+31
*
cmake:
Campbell Barton
2011-06-13
1
-2
/
+1
*
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-31
/
+32
*
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
2009-12-16
1
-0
/
+1
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-1
/
+3
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-29
/
+0
*
Cmake: Fix some double linking flags
Joshua L. Blocher
2008-05-03
1
-57
/
+57
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-3
/
+0
*
Adjustments to the lib directory Cmake files
Joshua L. Blocher
2008-03-30
1
-1
/
+1
*
add *.c to libcroco/CMakeFile and libgdl/CMakeFile
Johan B. C. Engelen
2008-03-30
1
-0
/
+27
*
add CMakeFiles for libcroco, libgdl, libnr, libnrtype.
Johan B. C. Engelen
2008-03-30
1
-0
/
+32
[next]