Personal tools
Skip to content. | Skip to navigation
An Open Source implementation of the GDI+ API, it is part of the Mono Project
GNOME Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including anjuta2, gnome-build and gnome-debug. The current pieces of GDL include: * A symbol browser bonobo component (symbol-browser-control). * A docking widget (gdl). * A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl).
GDL adds dockable widgets to GTK+. The user can rearrange those widgets by drag and drop and layouts can be saved and loaded. Currently it is used by anjuta, inkscape, gtranslator and others.
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. libgee provides the following interfaces: * Iterable * Collection * List * Set * Iterator * Map The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages.
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. libgee provides the following interfaces: * Iterable * Collection * List * Set * MultiSet * Queue * Deque * Iterator * Map * MultiMap The ArrayList, HashSet, HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes provide a reasonable sample implementation of those interfaces. In addition, a set of abstract classes are provided to ease the implementation of new collections. Around that, the API provide means to retrieve read-only views, efficient sort algorithms, simple, bi-directional or index-based mutable iterators depending on the collection type. libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages.
GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery.
This package contains Fortran shared library which is needed to run Fortran dynamically linked programs.
Libglade is a small library that allows a program to load its user interface from am XML description at runtime. Libglade uses the XML file format used by the GLADE user interface builder GLADE, so libglade acts as an alternative to GLADE's code generation approach. Libglade also provides a simple interface for connecting handlers to the various signals in the interface (on platforms where the gmodule library works correctly, it is possible to connect all the handlers with a single function call). Once the interface has been instantiated, libglade gives no overhead, so other than the short initial interface loading time, there is no performance tradeoff.