summaryrefslogtreecommitdiff
path: root/modules/cairo-linear-gradient.cpp
Commit message (Expand)AuthorAgeFilesLines
* gjs: Define once GCPolicy instead of repeating it all over the placesMarco Trevisan (TreviƱo)2021-05-061-4/+0
* [modules]/cairo-*.cpp: Forward declare specializationsChun-wei Fan2021-03-111-0/+4
* cairo: Remove JSClass macros from CairoPattern and subclassesPhilip Chimento2021-01-301-60/+17
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-20/+2
* CI: Fix IWYU includesincludesPhilip Chimento2020-09-201-1/+0
* maint: Use C++17 attributesPhilip Chimento2020-08-051-2/+1
* js: Define Symbol.toStringTag names on all our custom classesEvan Welsh2020-07-271-2/+3
* cairo: Use cairo_pattern_t as the private pointer for Cairo.PatternPhilip Chimento2020-05-231-2/+2
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+7
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-4/+7
* maint: Remove C-style NULLs from some filesPhilip Chimento2019-06-081-4/+5
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+1
* 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-3/+7
* jsapi-class: Get rid of "proto_name" argumentPhilip Chimento2017-04-161-1/+2
* 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-1/+2
* js: Adapt to new JS_NewObject() APIPhilip Chimento2017-02-141-1/+1
* js: Pass JS::NullPtr() instead of NULLPhilip Chimento2016-12-091-1/+1
* 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-5/+6
* module: Get rid of internals APIPhilip Chimento2016-10-181-2/+1
* js: Use JS_FS and JS_PS macrosPhilip Chimento2016-10-071-2/+2
* js: Rooted objects in private access functionsPhilip Chimento2016-10-041-3/+2
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-3/+3
* Port to CallReceiver/CallArgsTim Lunn2015-02-241-1/+1
* Use background finalizing for thread-safe stuffGiovanni Campagna2014-04-101-1/+1
* fix invalid syntax on proto_props resulting in unknown size errorsTim Lunn2013-10-291-2/+2
* build: rename all c file to cppTim Lunn2013-10-291-0/+96