summaryrefslogtreecommitdiff
path: root/registryd
Commit message (Expand)AuthorAgeFilesLines
...
* emit_children_changed() - give more explanatory names to argumentsFederico Mena Quintero2022-11-071-6/+6
* emit_children_changed() - hardcode the detail2Federico Mena Quintero2022-11-071-3/+3
* emit_children_changed() - hardcode the iface and signal names hereFederico Mena Quintero2022-11-071-5/+5
* Rename emit_event() to emit_children_changed()Federico Mena Quintero2022-11-071-9/+9
* append_reference() - Take an SpiReference, not a pair of name/pathFederico Mena Quintero2022-11-071-19/+32
* find_index_of_reference() - Take an SpiReference, not a pair of name/pathFederico Mena Quintero2022-11-071-8/+3
* impl_Unembed() - use demarshal_reference() instead of duplicating it hereFederico Mena Quintero2022-11-071-15/+8
* Rename socket_embed_demarshal() to demarshal_reference()Federico Mena Quintero2022-11-071-2/+2
* Rename argument; remove temporary variableFederico Mena Quintero2022-11-071-4/+4
* New test for the root object's Introspectable interfaceFederico Mena Quintero2022-11-071-0/+1
* Test GetLocalizedRoleNameFederico Mena Quintero2022-10-111-1/+1
* registryd: Add test for GetInterfaces, and add missing ifaces to the method's...Federico Mena Quintero2022-10-111-2/+6
* meson: Change x11 option to featureXavier Claessens2022-09-271-11/+8
* Send device event controller events using the same signature as other eventsMike Gorse2022-08-261-7/+3
* registry.c: Fix name of the Version property in the Application interfaceFederico Mena Quintero2022-07-131-1/+1
* impl_Embed: extract function with the actual logic of the methodFederico Mena Quintero2022-07-121-5/+12
* impl_Embed: extract function to demarshal the method's argumentsFederico Mena Quintero2022-07-121-11/+29
* registry.c: Rename all "reg" variables "registry" for consistencyFederico Mena Quintero2022-07-121-29/+29
* set_id(): Take an SpiReference, not a (name, path) pairFederico Mena Quintero2022-07-121-3/+3
* emit_event(): give more meaningful names to the argumentsFederico Mena Quintero2022-07-121-15/+5
* emit_event(): Take an SpiReference, not a (name, path) pairFederico Mena Quintero2022-07-121-5/+4
* add_application: Take an SpiReference to the application's root, not a (name,...Federico Mena Quintero2022-07-121-4/+6
* registry.c: Pass SpiRegistry arguments instead of void *user_dataFederico Mena Quintero2022-07-121-90/+83
* registry.c: make capitalization consistent for the Registry method implsFederico Mena Quintero2022-07-121-6/+6
* handle_disconnection(): Put the SpiRegistry argument firstFederico Mena Quintero2022-07-121-3/+4
* handle_disconnection(): Remove unused DBusConnection argumentFederico Mena Quintero2022-07-121-2/+2
* remove_application(): Use the implied bus connectionFederico Mena Quintero2022-07-121-5/+5
* set_id(): Use the implied bus connectionFederico Mena Quintero2022-07-121-3/+3
* add_application(): Use the implied bus connectionFederico Mena Quintero2022-07-121-3/+3
* registry.c: Remove DBusConnection argument from remaining impl_ methodsFederico Mena Quintero2022-07-121-16/+14
* registry.c: Use the stored bus_unique_name instead of fetching it every timeFederico Mena Quintero2022-07-121-3/+5
* SpiRegistry: store the unique bus name during constructionFederico Mena Quintero2022-07-122-0/+21
* Remove superfluous struct namesFederico Mena Quintero2022-07-125-21/+13
* registry.c: rename struct event_data to EventData for consistencyFederico Mena Quintero2022-07-121-7/+6
* registry.c: Inline children_removed_listener() into its only callerFederico Mena Quintero2022-07-121-18/+1
* registry.c: Inline children_added_listener() into its only callerFederico Mena Quintero2022-07-121-29/+5
* registry.c: Move the definition of emit_event()Federico Mena Quintero2022-07-121-46/+44
* registry.c: Remove unused "bus" argument from a bunch of method handlersFederico Mena Quintero2022-07-121-58/+46
* Use generated introspection sources everywhereFederico Mena Quintero2022-07-041-1/+1
* Delete registryd/introspection.[ch] and atk-adaptor/introspection.[ch]Federico Mena Quintero2022-07-043-914/+1
* Remove unneeded includeFederico Mena Quintero2022-07-041-2/+0
* Add atspi_event_listener_register_with_appMike Gorse2022-07-021-6/+26
* Remove registryd/testregistry.pyFederico Mena Quintero2022-06-021-59/+0
* Fix use after free when removing a hung processMike Gorse2022-04-201-4/+6
* Revert "Fix use after free when removing a hung process."Mike Gorse2022-04-201-2/+2
* Fix use after free when removing a hung process.Mike Gorse2022-04-021-2/+2
* Merge branch 'leak' into 'master'Mike Gorse2022-03-241-0/+2
|\
| * impl_deregister_keystroke_listener: Fix kd structure leak on iteration errorSamuel Thibault2022-03-141-0/+2
* | Fix build with X11 disabledMike Gorse2022-03-211-4/+4
|/
* Merge branch 'force-modifier-poll' into 'master'Mike Gorse2022-01-261-0/+1
|\