From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: GtkAda contributions v3.18 Date: Tue, 21 Feb 2017 23:06:12 +0100 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: BYuA7L7MRjuLLjcoGHOBxw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Mozilla-News-Host: news://news.aioe.org:119 Xref: news.eternal-september.org comp.lang.ada:33376 Date: 2017-02-21T23:06:12+01:00 List-Id: It deals with the following issues: - Tasking support; - Custom models for tree view widget; - Custom cell renderers for tree view widget; - Multi-columned derived model; - Extension derived model (to add columns to an existing model); - Abstract caching model for directory-like data; - Tree view and list view widgets for navigational browsing of abstract caching models; - File system navigation widgets with wildcard filtering; - Resource styles; - Capturing resources of a widget; - Embeddable images; - Some missing subprograms and bug fixes; - Measurement unit selection widget and dialogs; - Improved hue-luminance-saturation color model; - Simplified image buttons and buttons customizable by style properties; - Controlled Ada types for GTK+ strong and weak references; - Simplified means to create lists of strings; - Spawning processes synchronously and asynchronously with pipes; - Capturing asynchronous process standard I/O by Ada tasks and by text buffers; - Source view widget support. http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm Changes to the previous version: - Gtk.Main.Router implementation of Send is changed so that when called on the main task context the callback is made at the loop end rather than immediately. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de