[java-atk-wrapper] Created tag 0.35.0



The signed tag '0.35.0' was created.

Tagger: Samuel Thibault <samuel thibault ens-lyon org>
Date: 1564766531 +0200

    0.35.0 release

Changes since the last tag 'JAVA_ATK_WRAPPER_0_33_3':

Andre Klapper (1):
      Replace Bugzilla by Gitlab URL in DOAP file

Federico Mena Quintero (1):
      wrapper: Also distribute manifest.txt

Fridrich Štrba (13):
      Avoid "./configure: line 17732: -g: command not found"
      No need to bother about libtool versioning This library is only loaded by the java code and as such, it 
needs only .so extension
      Require java 7 for build, since the code cannot be built with source/target level 6
      Specify propertiesdir and jardir on configure time
      Define JAW_JAR_NAME in configure
      Fix distcheck errors
      Nothing needs javah in the build
      Allow building outside source tree
      Don't use GTK+
      Make J-A-W implement the javax.accessibility.AccessibilityProvider and declare itself as provider of 
this service
      Modular j-a-w.jar
      Make modular jar configure-time option
      Small fixup

Giuseppe (36):
      Small code adjustement
      Add the AtkUtil.invokeInSwing helper function to fix EDT safety
      Remove duplicate method implementations
      Delegate addPropertyChangeListener call to EDT
      Delegate hashCode call to EDT
      Delegate getAccessibleParent call to EDT
      Delegate getAccessibleName call to EDT
      Delegate setAccessibleName call to EDT
      Delegate getAccessibleDescription call to EDT
      Delegate setAccessibleDescription call to EDT
      Delegate getAccessibleChildrenCount call to EDT
      Delegate getAccessibleIndexInParent call to EDT
      Delegate getAccessibleRole call to EDT
      Delegate getArrayAccessibleState call to EDT
      Delegate getLocale call to EDT
      Delegate getAccessibleChild call to EDT
      Add setAccessibleParent java stub
      Fix signature for getLocale
      Delegate setAccessibleParent call to EDT
      Delegate getAccessibleRelationSet call to EDT
      Delegate jaw_util_get_tflag_from_jobj call to EDT
      Fix jni call in jawimpl
      Simplify code
      Fix component extents manipulations
      drop unused parameter
      simplify code
      cache AccessibleEditableText as well
      Add TODO
      Fix text offsets
      Fix compiling issues
      AtkTable: Make add/remove_row/column_selection/header just return false
      fix cast from AtkObject to Accessible
      Complete facility and use it everywhere
      ignore Visual Studio Code files
      TableCell: fix implementation
      TableCell: Implement get_column/row_header_cells

Magdalen Berns (1):
      HACKING: update get_string_at_offset info

Samuel Thibault (117):
      protect against jAccContext being NULL
      Clean object name when getAccessibleName returns null
      Use a separate context for delivering events
      free_callback_para: Avoid calling oneself recursively on error
      Protect access to typeTable and objectTable
      Fix more missing tests for getAccessibleContext returning null
      Gracefully abort initialization if at-spi fails
      Check against getAccessibleStateSet returning null
      Check against ref_selection returning null
      Fix iterating hash table in jaw_impl_finalize
      Fix coordinates returned by atkcomponent
      Fix removing component listener
      Make myself maintainer
      Merge branch 'master' into 'master'
      Merge branch 'acc_context_null' into 'master'
      Merge branch 'name_null' into 'master'
      Merge branch 'main_context' into 'master'
      Bump atk-bridge-2.0 dependency to 2.33.1
      Merge branch 'spurious_recursive_call' into 'master'
      Merge branch 'hash_mutex' into 'master'
      Call jaw_impl_get_instance from the application thread
      Merge branch 'unexpected_threaded_call' into 'master'
      Merge branch 'getAccessibleContext_null' into 'master'
      Merge branch 'init_fail' into 'master'
      Merge branch 'getAccessibleStateSet_null' into 'master'
      Make sure atk objects exist while processing signals
      Merge branch 'jaw_ref' into 'master'
      Merge branch 'jchild' into 'master'
      Merge branch 'iter' into 'master'
      Fix missing reference addition on children_changed::add
      Merge branch 'child_add' into 'master'
      Fix atk event parameters
      Merge branch 'parameters' into 'master'
      Merge branch 'coords' into 'master'
      Make jaw thread a daemon thread
      Merge branch 'thread-daemon' into 'master'
      Merge branch 'remove_component_listener' into 'master'
      Fix freeing objects
      Fix bug reporting URL
      Filter out AtkWrapper.java from distributed files
      Replace GNOME_COMPILE_WARNINGS with AX_COMPILER_FLAGS
      Prepare for 0.35.0 release
      Mark yet another netbeans bug as fixed
      Add missing parameters
      Do not error out for mixed declarations and code
      Fix gcc warnings
      Share declarations
      Fix gcc warnings
      Fix jaw_object_set_name/description
      EditableText: warn on calling set_text_contents outside EDT
      Note why jaw_util_detach is currently unused
      fix typo
      Do not defer execution to EDT when we are already in it
      Make sure to create jaw_instance from the EDT
      Call getAccessibleContext in EDT
      Make return type more explicit
      Call getAccessibleContext in EDT
      Fix prototype of getAccessibleParent method
      Restore check against null parent
      Fix get_role to really take what set_role set
      Restore calling set_role
      Warn on JNI_OnUnload getting called
      warn about jaw_object_get_parent returning root
      Cope with accessible being destroyed in the meanwhile
      Merge branch 'newMaster' into 'master'
      Make jaw_object_get_parent return null when getAccessibleParent returns null
      restore enabling debugging through JAW_DEBUG environment variable
      fix build
      fix build
      Add missing prototype
      The existing code uses declarations after statements a lot
      Flush log file to avoid missing anything
      Fix indentation inconsistency
      fix indent
      fix indent
      Add missing unref
      Detect summary getting destroy while using it
      simplify code
      Add missing reference release
      fix indent
      Rename log_file to jaw_log_file
      Reduce log verbosity
      Avoid returning uninitialized values for unknown objects
      Drop unused class variable
      Move ac weak references to the Java code
      Fix null dereference
      Factorize mangling offsets, use it as appropriate
      Fix coordinates
      Fix selection end
      Add more debugging details on key events
      Add support for alt graph modifier
      Fix hw_code fixed of key events
      Fix null dereference
      fix indentation
      Fix null dereference
      Fix null dereference
      Fix getting object's locale
      TODO atk interfaces
      document extended JAW_DEBUG values
      update bug submission url
      Action: use description as name
      Action: Fix crash on bogus index
      Table: implement get_index_at
      Text: add support for get_text_before/after_offset
      Text: Fix get_text_before/after_offset in non-Extended case
      Text: Fix bound cases for words and sentences
      Text: reuse char_count
      Text: fix getting line start/end
      Text: disable using AccessibleExtendedText functions
      Table: Note what can be used to implement get_column/row_header_cells
      Table: use AccessibleExtendedTable's getAccessibleIndex when available
      drop now-useless warning
      Add NEWS items
      Document the whole picture
      Factorize code to get ac jobjects from AtkObjects
      HACKING: mention global references
      Prepare for 0.35.0 release

giuseppe (11):
      Update Authors
      fix compiling warning
      introduction of JAW_DEBUG macro
      introduced two different macros for log levels
      removed JNI_TRUE/FALSE
      shorter version of comparation
      forgot two JNI_TRUE
      fix IDE warning
      fix IDE warnings for java 11
      remove unsed variabile
      adding right version get/setDescription and remove getName


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]