summaryrefslogtreecommitdiff
path: root/gjs/jsapi-class.h
Commit message (Expand)AuthorAgeFilesLines
* js: Remove GJS_DEFINE_PRIV_FROM_JS macrosPhilip Chimento2021-02-081-266/+0
* js: Remove IWYU pragma from includesPhilip Chimento2020-11-301-2/+2
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-21/+2
* fix build with clangMarc-Antoine Perennou2020-09-171-2/+2
* maint: Use C++17 attributesPhilip Chimento2020-08-051-23/+18
* global: Refactor to support multiple global types.Evan Welsh2020-07-271-4/+15
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+3
* js: Remove requestsPhilip Chimento2020-01-191-1/+0
* cairo: Add type checking to Path, Pattern, and SurfacePhilip Chimento2019-10-301-0/+5
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-6/+9
* maint: Remove G_BEGIN_DECLS and G_END_DECLS from internal filesPhilip Chimento2019-06-081-4/+0
* maint: Unify header guard style across all headersPhilip Chimento2019-06-081-3/+3
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-5/+1
* js: Factor out definition of '$gtype' propertyPhilip Chimento2018-12-221-6/+2
* js: Handle errors in gjs_intern_string_to_id()Philip Chimento2018-12-211-0/+2
* jsapi-class: Make parameter const-correctPhilip Chimento2018-12-211-14/+6
* atoms: Use more atoms to avoid converting stringsPhilip Chimento2018-11-051-5/+8
* js: Remove unnecessary abortsPhilip Chimento2018-11-031-1/+1
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-108/+97
* js: Fix missing error checksPhilip Chimento2018-10-301-2/+2
* js: Adapt to new JSClassOps struct layoutPhilip Chimento2018-07-281-22/+24
* object: Remove getProperty/setProperty hooksPhilip Chimento2018-05-261-0/+11
* Backport of patch required for JSObject compare to nullptrluke.nukem.jones@gmail.com2017-07-301-2/+2
* build: Use 'always inline' macro in more placesPhilip Chimento2017-07-181-1/+3
* js: New JSClass struct layoutPhilip Chimento2017-07-091-3/+6
* js: Update obsolete commentsPhilip Chimento2017-07-091-1/+1
* js: Refactor global object creationPhilip Chimento2017-07-091-0/+1
* jsapi-class: Remove unnecessary defaultPhilip Chimento2017-04-171-1/+1
* js: Create objects with JS_NewObjectWithGivenProto()Philip Chimento2017-04-171-2/+21
* jsapi-util: Add static function spec to GJS_DEFINE_PROTOPhilip Chimento2017-04-171-1/+3
* jsapi-class: GJS_DEFINE_PROTO stores protos in global slotsPhilip Chimento2017-04-171-38/+78
* jsapi-class: Get rid of "proto_name" argumentPhilip Chimento2017-04-161-3/+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/+272