Updated Polish translation
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor /
2011-03-08 Mike GorseFix accessibility of root apps on Linux
2011-03-08 Frederic CrozatAdd missing header.
2011-03-04 Mike GorseClose the X display when we're finished with it
2011-03-04 Mike GorseDo not exit if the accessibility bus disconnects
2011-02-23 Mike GorseFix some missing prototypes
2011-02-21 Mike GorseRevert "Use abs_top_srcdir rather than top_builddir...
2011-02-21 Mario LangFix some memory leaks, initialize a variable, and add...
2011-02-21 Frederic CrozatAdd missing standard header / fix prototype
2011-02-19 Matthias ClasenDon't leak remove_data in remove_events
2011-02-19 Matthias ClasenFree option context after use
2011-02-19 Matthias ClasenDon't leak path in emit_event
2011-02-19 Matthias ClasenDon't leak property data in spi_atk_bridge_get_bus
2011-02-10 Mike GorseBGO#641869: Remove --enable-relocate and associated...
2011-02-06 Mike Gorse/tmp/at-spi2 should be created with permissions of...
2011-02-06 Mike GorseFix for BGO#641338: Gracefully handle errors listening...
2011-02-06 Mike GorseUse abs_top_srcdir rather than top_builddir for the...
2011-01-31 Mike GorseAdd SetExtents, SetPosition, and SetSize
2011-01-06 Mike GorseFix some memory leaks
2011-01-03 Mike GorseInitialize app_bus_addr if p2p is disabled
2011-01-03 Mike GorseCheck for a NULL pending call before calling dbus_pendi...
2010-12-30 Mike GorseAvoid calling a deprecated libdbus function
2010-12-28 Mike Gorseatk-bridge.desktop should set GTK_PATH, not GTK_PATH64
2010-12-15 Mike GorseSome fixes for--disable-p2p
2010-12-08 Mike GorseDon't free an event name until we're done with it
2010-12-03 Mike GorseMerge branch 'p2p'
2010-12-03 Mike GorseDisable for dbus-glib prior to 0.9.0
2010-12-01 Mike GorseRemove some unused variables
2010-11-29 Mike GorseExpect attributes in a collection match rule to be...
2010-11-05 Mike GorseRemove g_atexit handler.
2010-10-18 Mike GorseFire all events until we receive a reply from GetRegist...
2010-10-07 Mike GorseMerge branch 'master' into p2p
2010-10-07 Mike GorseFire all events until we receive a reply from GetRegist...
2010-10-01 Mike GorseDisable p2p functionality if AT_SPI_CLIENT is set
2010-09-29 Mike GorseMerge branch 'master' into p2p
2010-09-01 Mike GorseHave value methods return 0 on failure rather than...
2010-08-31 Mike GorseFix the build
2010-08-31 Mike GorseMerge branch 'master' into p2p
2010-08-31 MatthiAS ClasenMake the module resident.
2010-08-31 Mike GorsePeer-to-peer fixes; work in progress
2010-08-31 Trevor Saundersupdate introspection.[ch]
2010-08-31 Trevor Saundersimprove how the dbus address is handled
2010-08-31 Trevor Saunderscode cleanup
2010-08-31 Trevor Saunders enable peer to peer comunication for at-spi2
2010-08-16 Mike GorseOnly send events when something is listening for them
2010-08-16 Mike GorseEnsure that an object is registered before adding it...
2010-08-06 Mike GorseHave adaptor_init() return -1 on error and not consider...
2010-08-03 Mike GorseChange remaining g_error calls to g_warning
2010-08-03 Mike GorseDefine -DG_DISABLE_DEPRECATED, and remove deprecated...
2010-07-30 Mike GorseMake initial Embed call asynchronous
2010-07-20 Mike GorseImprove introspection
2010-07-13 Mike GorseHave a socket retrieve its state set from its embedded...
2010-07-09 Mike GorseAT_SPI_CLIENT -> AT_SPI_REENTER_G_MAIN_LOOP
2010-06-23 Mike GorseFix a warning and an incorrect return value
2010-06-23 Mario Sanchez PradaRemoved the extra boolean parameter added to know when...
2010-06-22 Mario Sanchez PradaAdded a new boolean parameter to allow specifying when...
2010-06-21 Mike GorseRemove extra call from impl_GetColumnHeader
2010-06-18 Mike GorseHave ChildCount and GetChildAtIndex take sockets into...
2010-06-18 Mike GorseFix NSelectedRows/Columns in introspection
2010-06-17 Mike GorseFix NSelectedRows and NSelectedColumns
2010-06-16 Mike GorseAdd GetChildren to Accessible introspection
2010-06-16 Mike Gorseref an object while adding it to the cache
2010-06-03 Mike GorseLease objects that send events if they are not cached
2010-06-03 Mike GorseTreat children-changed::add:system as equivalent to...
2010-06-02 Mike GorseUse Makefile.include for gtk-3.0 Makefile
2010-05-29 Mike GorseInstall to gtk-3.0 as well as gtk-2.0
2010-05-24 Mike GorseFix cache object path and interface names
2010-05-18 Mike GorseMove cache updates to an idle
2010-05-17 Mike GorseHyperlink fixes
2010-05-03 Mike GorseFix handling of MATCH_ANY for empty statesets in a...
2010-04-29 Mike GorsePrevent crash if calling Embed returns something unexpected
2010-04-29 Mike GorseInstall plug/socket hooks before initializing the cache
2010-04-15 Mike GorseFix errant g_return_val_if_fail calls for hyperlinks
2010-04-15 Li YuanFix atk-adaptor re-entry problem during register applic...
2010-04-12 Mike Gorse Do not ignore count for getMatchesTo
2010-04-09 Mike GorseBuild fixes
2010-04-09 Mike GorsePlug/socket fixes
2010-03-14 Mike GorseOnly reenter the main loop if AT_SPI_CLIENT is set
2010-03-14 Mike GorseAvoid calling g_error and aborting the application...
2010-03-05 Mike GorseOnly query a relation set if it is non-NULL
2010-03-04 Mike GorseList org.a11y.atspi.Application in interfaces for appli...
2010-02-12 Mark DoffmanFix error of prefix length that was preventing matching...
2010-02-12 Mark DoffmanChange the name of interfaces from org.freedesktop...
2010-02-12 Mark DoffmanConvert droute introspection to use string literals...
2010-02-09 Mark DoffmanAdd change to fix rpmlint 64bit portability errors.
2010-02-08 Mark DoffmanAttempt to fix build warning related to 64bit builds.
2010-02-08 Mark DoffmanIncrease the lease time to rectify errors seen during...
2010-02-04 Mark DoffmanMove the application argument to the end of the event...
2010-02-03 Mark DoffmanFix error where null objects were sent with wrong address.
2010-02-03 Willie WalkerMove spi_object_append_null_reference and adjust its...
2010-02-03 Mark DoffmanFix issue where we would attempt to reference null...
2010-02-02 Mike GorsePlug/socket fixes, and remove conditional
2010-02-02 Mike GorsePropertyChange fixes
2010-02-03 Mark DoffmanChange the keystroke delivery methid re-entrancy from
2010-01-22 Mark DoffmanThe StreamableContent interface is not currently supported.
2010-01-21 Mark DoffmanModify the paths scheme.
2010-01-19 Mike GorseEvent fixes
2010-01-18 Mike GorseFix collection interface-checking code
2010-01-15 Mike GorseFix appending attribute set
2010-01-15 Mike GorseFix cache update signature
2010-01-12 Willie WalkerAllow make distcheck to still ship the atk-adapter...
next