summaryrefslogtreecommitdiff
path: root/atk-adaptor
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix double-free introduced in last commitMike Gorse2019-09-021-3/+0
* | Fix small memory leak introduced in the last commitMike Gorse2019-09-021-5/+0
|/
* init: Initialize spi_global_app_data->desktop_name earlySamuel Thibault2019-08-291-0/+2
* Relicense as LGPL 2.1Mike Gorse2019-08-2838-152/+152
* Fix old FSF addressMike Gorse2019-08-2738-76/+76
* cache-adaptor: Fix crash when no toolkit name is setSamuel Thibault2019-08-271-0/+3
* Merge branch 'initialized' into 'master'Mike Gorse2019-08-191-8/+30
|\
| * Make sure returned values are initializedSamuel Thibault2019-08-191-8/+30
* | Clear registration_pending during registrationSamuel Thibault2019-08-181-0/+2
|/
* When switching the main context, move pending register_application callMike Gorse2019-08-153-5/+22
* Defer application registration via an idle callbackMike Gorse2019-08-141-3/+4
* Add missing gobject_dep to atk-bridgeMike Gorse2019-06-181-0/+1
* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTIONJoanmarie Diggs2019-06-181-0/+2
* Add AccessibleId propertySamuel Thibault2019-04-301-0/+11
* Merge branch 'set_event_context' into 'master'Mike Gorse2019-04-307-9/+54
|\
| * Add atk_bridge_set_event_contextSamuel Thibault2019-04-017-9/+54
* | atk-adaptor: document atk_bridge_adaptor_init error messagesAlejandro PiƱeiro2019-04-021-2/+4
|/
* AtkTableCell: fix helper function used to return column/header cellsMike Gorse2019-02-251-1/+1
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfacesSamuel Thibault2019-01-262-0/+85
* Use a consistent include for config.hEmmanuele Bassi2018-05-172-5/+8
* Generate the atk-bridge-2.0 pkg-config fileEmmanuele Bassi2018-05-171-0/+12
* Remove unused variablesEmmanuele Bassi2018-05-173-12/+3
* Do not pass unset variables to emit_event()Emmanuele Bassi2018-05-171-0/+4
* Comment out a debug-only functionEmmanuele Bassi2018-05-171-1/+5
* Remove unused functionEmmanuele Bassi2018-05-171-8/+0
* Add ScrollTo and ScrollToPoint component interfacesSamuel Thibault2018-05-162-0/+74
* Do not return without mutex unlockShinwoo Kim2018-03-051-4/+4
* Drop autotools supportMike Gorse2017-10-303-95/+0
* autotools: dist some missing meson.build filesMike Gorse2017-10-301-0/+2
* Add meson build files to Makefile.amMike Gorse2017-06-191-1/+2
* Merge remote-tracking branch 'origin/wip/meson'Mike Gorse2017-06-192-0/+80
|\
| * Add Meson build systemEmmanuele Bassi2017-05-232-0/+80
* | Add error-message, error-for, details, and details-for relation typesJoanmarie Diggs2017-05-261-0/+4
* | Add a "footnote" roleJoanmarie Diggs2017-05-191-0/+1
* | Map roles for description list, description term, and description valueJoanmarie Diggs2017-05-181-0/+3
* | Fix use after free when returned objects hold only one refMilan Crha2017-05-082-5/+14
|/
* atk-adaptor/bridge: Fix GList handling resulting in memory corruptionRui Matos2017-04-241-11/+6
* Fix Position getter for table cellsMike Gorse2017-03-241-2/+2
* atk-adaptor: fix include guardErnestas Kulik2016-11-011-1/+1
* Always send property-change signals, except for transient objectsMike Gorse2016-10-261-4/+4
* Remove some debugging codeMike Gorse2016-08-311-19/+0
* atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is setSamuel Thibault2016-08-291-1/+3
* collection: fix missing return valueMike Gorse2016-03-311-2/+2
* Remove a debug printMike Gorse2016-03-311-2/+0
* emit_event: fix out-of-bounds memory access if class is NULLMike Gorse2016-03-311-1/+1
* Make sure the runtime directory existsSamuel Thibault2016-03-081-3/+7
* Don't drop the main context when p2p socket configuration failsSamuel Thibault2016-03-081-2/+0
* Don't send children of gtk menus to be cachedMike Gorse2016-02-241-5/+44
* Always accept connections as root if unable to find an owning userMike Gorse2015-12-071-1/+4
* Text, Value and Table Cell adaptors fixedPatryk Kaczmarek2015-10-124-9/+46