summaryrefslogtreecommitdiff
path: root/modules/cairo-context.cpp
Commit message (Expand)AuthorAgeFilesLines
* CI: Fix IWYU includesincludesPhilip Chimento2020-09-201-0/+1
* js: Refactor Array-related JSAPI calls.Evan Welsh2020-08-111-62/+74
* maint: Use C++17 attributesPhilip Chimento2020-08-051-12/+5
* js: Use gjs_arg_value to get, set and access GIArgument valuesMarco Trevisan (Treviño)2020-07-271-6/+6
* js: Define Symbol.toStringTag names on all our custom classesEvan Welsh2020-07-271-2/+5
* cairo: Use cairo_t as the private pointer for Cairo.ContextPhilip Chimento2020-05-231-71/+78
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+11
* cairo: Remove unused fields from private structuresPhilip Chimento2019-11-291-5/+0
* cairo: Add type checking to Path, Pattern, and SurfacePhilip Chimento2019-10-301-30/+17
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-7/+10
* maint: Remove C-style NULLs from some filesPhilip Chimento2019-06-081-24/+22
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-9/+3
* cairo: Remove unused arguments to init functionsPhilip Chimento2019-05-071-3/+1
* cairo: Don't free unowned Cairo structsPhilip Chimento2019-04-211-1/+2
* cairo: Take may_be_null into account in foreign struct conversionPhilip Chimento2019-04-211-1/+13
* cairo-context: Fix handling of empty arraysFlorian Müllner2019-03-021-1/+1
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-9/+25
* js: Replace GjsAutoJSChar with JS::UniqueCharsPhilip Chimento2018-10-131-4/+4
* js: Replace JS_FS with JS_FNPhilip Chimento2018-07-281-81/+80
* js: Remove context from GjsAutoJSCharPhilip Chimento2018-01-211-2/+2
* cairo: Free popped patternPhilip Chimento2017-08-311-1/+1
* js: Use correct autoptr in gjs_string_to_filename()Philip Chimento2017-07-181-4/+2
* js: New JS_IsArrayObject() APIPhilip Chimento2017-07-091-1/+4
* jsapi-util: Add static function spec to GJS_DEFINE_PROTOPhilip Chimento2017-04-171-0/+2
* jsapi-class: GJS_DEFINE_PROTO stores protos in global slotsPhilip Chimento2017-04-171-2/+4
* jsapi-class: Get rid of "proto_name" argumentPhilip Chimento2017-04-161-1/+3
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* jsapi-util: Split off class stuff into jsapi-class.hPhilip Chimento2017-04-131-0/+1
* Send in prototype to JS_NewObjectJohan Dahlin2017-04-071-2/+5
* js: Adapt to new JS_NewObject() APIPhilip Chimento2017-02-141-1/+1
* js: No need to use .address() in new APIPhilip Chimento2016-12-091-9/+9
* js: Adapt to mozjs31 HandleValueArray APIsPhilip Chimento2016-12-091-3/+3
* js: Pass JS::NullPtr() instead of NULLPhilip Chimento2016-12-091-1/+1
* js: Remove remaining usage of JSBoolPhilip Chimento2016-12-091-16/+16
* js: Root misc functionsPhilip Chimento2016-11-051-25/+25
* js: Use std::vector instead of GArrayPhilip Chimento2016-10-211-16/+12
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+1
* jsapi-util: Rooting-safe gjs_parse_call_args()Philip Chimento2016-10-201-50/+53
* js: Root gjs_string_from_utf8()Philip Chimento2016-10-201-4/+4
* js: Add macros for 'this' and private dataPhilip Chimento2016-10-191-97/+31
* module: Get rid of internals APIPhilip Chimento2016-10-181-3/+2
* js: Use JS_FS and JS_PS macrosPhilip Chimento2016-10-071-97/+97
* js: Rooted objects in private access functionsPhilip Chimento2016-10-041-26/+24
* js: Replace JS_ValueTo...() with JS::To...()Philip Chimento2016-10-031-1/+1
* js: Replace JS_Add*Root with Rooted where trivialPhilip Chimento2016-09-301-4/+2
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-3/+3
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-101/+99
* compat: Remove use of JS_NewNumberValue shimPhilip Chimento2016-09-211-12/+9
* js: Remove use of JSVAL_* macrosPhilip Chimento2016-09-211-47/+46
* js: Replace all jsval by JS::ValuePhilip Chimento2016-09-211-23/+23