]> Pileus Git - ~andy/gtk/commit
css: Overhaul value parsing
authorBenjamin Otte <otte@redhat.com>
Fri, 8 Apr 2011 14:08:28 +0000 (16:08 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 19:58:44 +0000 (21:58 +0200)
commita94ea9a4e338f98750550ce7c17ce0c4bff80b79
treeb39b77d6651568cd1dc7200cb0b53c9198b20566
parenta50a06b5832e9726e10b1aada4c247813385ac18
css: Overhaul value parsing

Value parsing only sometimes emitted errors. Sometimes it didn't emit
errors but ignored the value, sometimes it took a default, sometimes it
converted it to something it deemed suitable.

While refactoring, I moved the whole GValue <=> char * conversion
routines to a separate file, to make navigating the core css provider
easier.
gtk/Makefile.am
gtk/gtkcssprovider.c
gtk/gtkcssstringfuncs.c [new file with mode: 0644]
gtk/gtkcssstringfuncsprivate.h [new file with mode: 0644]