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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,af575fcfbe5a17ac,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!eweka.nl!lightspeed.eweka.nl!feeder1.cambrium.nl!feed.tweaknews.nl!newsfeed-0.progon.net!progon.net!uucp.gnuu.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: GtkAda contributions v2.2 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Mon, 30 Jun 2008 21:05:10 +0200 Message-ID: <1sy3jxvnrynjs.1u2a3vn834erz.dlg@40tude.net> NNTP-Posting-Date: 30 Jun 2008 21:05:10 CEST NNTP-Posting-Host: 883d89ba.newsspool4.arcor-online.net X-Trace: DXC=Do8g^4hKEKTHigV@eW57PQ4IUK\BH3YR=n?c\@1oK]RDNcfSJ;bb[UIRnRBaCd The library extends GtkAda. 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. http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm This new version is based on freshly released GNAT GPL 2008 and GtkAda.2.10.2. Other issues: * In order to improve security Gtk.Persistent_Storage_Browser wipes password strings it creates before their deallocation; * Columned tree model Gtk.Tree_Model.Columned_Store contains Is_Ancestor and Is_Descendant functions; * Gtk.Tree_Model.Columned_Store also supports a mode without a reference model; * The extension tree model Gtk.Tree_Model.Extension_Store supports reference model change; * The procedure Get_Directory_Cache is added to Gtk.Persistent_Storage_Browser; * Procedure Set is added to GLib.Object.Weak_References; * Bug fix in GLib.Object.Strong_References and Weak_References; * Get_Current_Object, Get_Current_Storage, Get_Path added to Gtk.Persistent_Storage_Browser. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de