summaryrefslogtreecommitdiff
path: root/libgjs-private
Commit message (Expand)AuthorAgeFilesLines
* GObject: Handle versions of GLib without GBindingGroupPhilip Chimento2022-11-012-0/+4
* gjs-util.c: Fix building against GLib-2.68.x or laterChun-wei Fan2022-08-091-3/+3
* Add override for g_binding_group_bind_full()Florian Müllner2022-08-032-0/+44
* gjs-util: Fallback to default log handler in other threadsEvan Welsh2022-07-071-0/+16
* Gtk: Add overrides for Gtk.CustomSorter methodsPhilip Chimento2022-02-122-0/+83
* libgjs-private: Export GjsDBusImplementation unexport methodsPhilip Chimento2022-01-151-0/+6
* libgjs-private: Mark function as staticPhilip Chimento2022-01-151-3/+4
* gjs-private: Remove dead codePhilip Chimento2021-09-301-6/+0
* modules: Implement console.clear()Evan Welsh2021-08-162-0/+16
* Merge branch 'ewlsh/glogfield-support' into 'master'Philip Chimento2021-08-132-2/+109
|\
| * overrides: Implement overrides for structured logging hookEvan Welsh2021-08-122-2/+109
* | Add override for g_object_bind_property_full()Florian Müllner2021-08-122-0/+61
|/
* GDBus Implementation: fix invalidating properties when emitting changesAndy Holmes2021-07-171-6/+21
* Add overrides for Gio.ListStore.insert_sorted and Gio.ListStore.sortveena2021-05-062-0/+65
* GjsTestTools: Move open_bytes here from GjsPrivateMarco Trevisan (Treviño)2021-04-222-96/+0
* GjsPrivate: Remove volatile from g_once_init_enter flagPhilip Chimento2021-02-151-4/+4
* GjsPrivate: Fix indentation in functionPhilip Chimento2021-02-141-21/+22
* build: Require gobject-introspection 1.66.0Philip Chimento2020-12-041-26/+0
* util: Fix wrong format specifiersPhilip Chimento2020-11-221-1/+1
* dbus: Avoid null dereference in error messagePhilip Chimento2020-11-221-3/+4
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-041-0/+1
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-044-58/+12
* gjs_dbus_implementation_emit_signal: don't try to unref NULLAdam Williamson2020-08-281-1/+3
* gdbus-wrapper: support multiple bus connectionsAndy Holmes2020-08-131-20/+87
* maint: Remove workaround for GLib warningPhilip Chimento2020-08-041-8/+0
* js: Fix header includes according to IWYUPhilip Chimento2020-05-202-4/+3
* lint: Make header include changes suggested by IWYUPhilip Chimento2019-11-291-0/+1
* util: Don't free memory we do not ownFlorian Müllner2019-09-211-1/+0
* gjs-private: Work around a gobject-introspection bugFlorian Müllner2019-08-151-0/+25
* gjs-private: Move GTK override into utilFlorian Müllner2019-08-154-151/+87
* gtk-util: Reimplement with introspectionFlorian Müllner2019-08-152-23/+65
* gtk-util: ReformatFlorian Müllner2019-08-152-29/+26
* gdbus-wrapper: Destroy the outstanding properties map on finalizeMarco Trevisan (Treviño)2019-07-251-1/+1
* dbus-wrapper: Use g_clear_handle_id everywhereMarco Trevisan (Treviño)2019-07-251-4/+1
* dbus-wrapper: Remove interface skeleton flush idle on disposeMarco Trevisan (Treviño)2019-07-251-0/+9
* gdbus: Remove usage of depracted G_TYPE_INSTANCE_GET_PRIVATEPhilip Chimento2019-06-191-1/+2
* maint: Fix header includes once and for allPhilip Chimento2019-06-086-21/+40
* maint: Unify header guard style across all headersPhilip Chimento2019-06-083-9/+9
* gdbus: Do some sanity checks in DBus skeletonPhilip Chimento2019-05-071-0/+66
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-29/+14
* NMake/libgjs-private: Export all the public symbols thereChun-wei Fan2019-03-053-0/+13
* gjs-util.c: Fix building gjs_open_bytes() on WindowsChun-wei Fan2019-03-031-1/+8
* overrides: Allow DBus methods with file descriptor listsPhilip Chimento2019-01-272-0/+82
* GjsPrivate: Sources should be C filesPhilip Chimento2019-01-272-1/+1
* gdbus: Fix deprecated APIPhilip Chimento2018-06-181-3/+2
* build: Ignore -Wcast-function-type in G_DEFINE_TYPEPhilip Chimento2018-02-041-0/+8
* libgjs-private: Export _get_type()'s for introspectionChun-wei Fan2017-02-032-0/+6
* build: Test for %Id as alternate integer outputPhilip Chimento2016-10-211-0/+4
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-2/+2
* gettext: Don't use non-standard LC_* macrosTing-Wei Lan2015-09-222-12/+0