pango 1.17.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
Pango 1.17.4
The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text. more>> <<less
Download (1.9MB)
Added: 2007-07-03 License: LGPL (GNU Lesser General Public License) Price:
517 downloads
gail 1.19.6
GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk and libgnomecanvas more>>
GAIL provides accessibility support for gtk+ and libgnomecanvas by implementing AtkObjects for widgets in gtk+ and libgnomecanvas. GAIL library is a GTK+ module.
For example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
Dependencies:
In order to get CVS gail installed on your system, you need to have the most recent CVS versions of gtk+ and libgnomecanvas installed as well. Note that gtk+ requires glib/pango/atk and libgnomecanvas also requires libart, pangoft2 and gnome-common.
Building:
To compile a CVS version of gail on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/gail# ./autogen.sh
Basically this does the following for you:
cvsroot/gail# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/gail to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
Enhancements:
- Bugfixes: #460820, #363450.
- Implement ATK_STATE_DEFAULT in gailwidget.
- This version of GAIL should be used with Libgnomecanvas released with GNOME 2.19.6.
<<lessFor example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
Dependencies:
In order to get CVS gail installed on your system, you need to have the most recent CVS versions of gtk+ and libgnomecanvas installed as well. Note that gtk+ requires glib/pango/atk and libgnomecanvas also requires libart, pangoft2 and gnome-common.
Building:
To compile a CVS version of gail on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running:
cvsroot/gail# ./autogen.sh
Basically this does the following for you:
cvsroot/gail# aclocal; automake; autoconf
The above commands create the "configure" script. Now you can run the configure script in cvsroot/gail to create all the Makefiles.
Before running autogen.sh or configure, make sure you have libtool in your path.
Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure.
Enhancements:
- Bugfixes: #460820, #363450.
- Implement ATK_STATE_DEFAULT in gailwidget.
- This version of GAIL should be used with Libgnomecanvas released with GNOME 2.19.6.
Download (0.82MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
816 downloads
GTK+ 2.9.4
Gtk+ is a library for creating graphical user interfaces. more>>
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.
GTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
<<lessGTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
Download (19MB)
Added: 2006-07-04 License: LGPL (GNU Lesser General Public License) Price:
1756 downloads
Other version of GTK+
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Flagpoll 0.8.3
Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software. more>>
Flagpoll project is a tool for developers to use meta-data files for storing information on what is needed to compile their software.
Think of it as the rpm of software development. It provides developers with total control over which packages, versions, architectures, et cetera that they want to use meta-data from.
Instead of specifying other packages cflags and ldflag manually, you can call `flagpoll mylib --cflags --ldflags` and it will retrieve the flags for its package as well as its dependencies.
For example:
gcc -o foo foo.c `flagpoll --libs --cflags gtk+-2.0`
Is a lot cleaner than:
gcc -o foo foo.c -L/usr/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm
-lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -ldl -lpango-1.0
-lpangocairo-1.0 -lcairo -latk-1.0
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo
-I/usr/include/atk-1.0
All of the dependencies needed for compilation are kept in each packages meta-data file. The dependencies are resolved and the results are all necessary libs and includes needed for gtk+.
Enhancements:
- Support for Mac OS X frameworks was added.
- A serious path ordering bug and a command line usage bug were fixed.
<<lessThink of it as the rpm of software development. It provides developers with total control over which packages, versions, architectures, et cetera that they want to use meta-data from.
Instead of specifying other packages cflags and ldflag manually, you can call `flagpoll mylib --cflags --ldflags` and it will retrieve the flags for its package as well as its dependencies.
For example:
gcc -o foo foo.c `flagpoll --libs --cflags gtk+-2.0`
Is a lot cleaner than:
gcc -o foo foo.c -L/usr/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm
-lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -ldl -lpango-1.0
-lpangocairo-1.0 -lcairo -latk-1.0
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo
-I/usr/include/atk-1.0
All of the dependencies needed for compilation are kept in each packages meta-data file. The dependencies are resolved and the results are all necessary libs and includes needed for gtk+.
Enhancements:
- Support for Mac OS X frameworks was added.
- A serious path ordering bug and a command line usage bug were fixed.
Download (0.024MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
849 downloads
paps 0.6.8
paps is a text to PostScript converter that works through Pango. more>>
paps is a text to PostScript converter that works through Pango. Its input is a UTF-8 encoded text file and it outputs vectorized PostScript that is quite compressed.
paps may be used for printing any complex script supported by Pango. paps supports landscape and portrait printing as well as multiple columns.
SYNTAX
paps [--landscape] [--columns cl] [--font_scale fs] [--family f] [--rtl]
OPTIONS
--landscape
Landscape output. Default is portrait.
--column cl
Number of columns output. Default is 1.
--fontscale fs
Font scaling. Default is 12.
--family f
Pango ft2 font family. Default is sans.
--rtl
Do rtl layout.
--svg
Output svg. Default is postscript.
<<lesspaps may be used for printing any complex script supported by Pango. paps supports landscape and portrait printing as well as multiple columns.
SYNTAX
paps [--landscape] [--columns cl] [--font_scale fs] [--family f] [--rtl]
OPTIONS
--landscape
Landscape output. Default is portrait.
--column cl
Number of columns output. Default is 1.
--fontscale fs
Font scaling. Default is 12.
--family f
Pango ft2 font family. Default is sans.
--rtl
Do rtl layout.
--svg
Output svg. Default is postscript.
Download (0.41MB)
Added: 2007-04-15 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
Ruby-GNOME2 0.16.0
Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2 development environment. more>>
Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2 development environment.
Ruby-GNOME2 contains bindings for many of the core GNOME libraries and also some less common ones.
Bindings for GTK2 and associated libraries (ie. Pango, ATK, GLib, GdkPixbuf2) are released as part of the ruby-gtk2 package.
The ruby-gnome2-all package contains all the above as well as bindings for LibGlade2, LibGNOME2/LibGNOMEUI2, LibArt2, GConf2, GnomeCanvas2, GnomeVFS, GtkGLExt, GtkHtml2, LibGDA, GStreamer, GtkSourceView, PanelApplet.
A third package, ruby-gtktrayicon, features the freedesktop.org compatible tray icon code from the libegg with ruby bindings.
The GTK bindings support versions from GTK+ 2.0 to GTK+ 2.6.
<<lessRuby-GNOME2 contains bindings for many of the core GNOME libraries and also some less common ones.
Bindings for GTK2 and associated libraries (ie. Pango, ATK, GLib, GdkPixbuf2) are released as part of the ruby-gtk2 package.
The ruby-gnome2-all package contains all the above as well as bindings for LibGlade2, LibGNOME2/LibGNOMEUI2, LibArt2, GConf2, GnomeCanvas2, GnomeVFS, GtkGLExt, GtkHtml2, LibGDA, GStreamer, GtkSourceView, PanelApplet.
A third package, ruby-gtktrayicon, features the freedesktop.org compatible tray icon code from the libegg with ruby bindings.
The GTK bindings support versions from GTK+ 2.0 to GTK+ 2.6.
Download (0.72MB)
Added: 2006-12-30 License: GPL (GNU General Public License) Price:
1032 downloads
GtkExtra 2.1.0
GTKExtra is a useful set of widgets for creating GUIs for the X Window System using GTK+. more>>
GTKExtra is a useful set of widgets for creating GUIs for the X Window System using GTK+. It is written in C and includes the following widgets: GtkSheet, GtkPlot, GtkPlotCanvas, GtkItemEntry, GtkComboBox, GtkColorCombo, GtkBorderCombo, GtkFontCombo, GtkDirTree, GtkIconList, GtkFileList, GtkIconFileSelection, and GtkCheckItem.
It is also Free Software and released under the LGPL license.
Enhancements:
- Bugfixes in gtksheet
- improvements in gtkiconlist
- Pango enhancements in gtkplot
<<lessIt is also Free Software and released under the LGPL license.
Enhancements:
- Bugfixes in gtksheet
- improvements in gtkiconlist
- Pango enhancements in gtkplot
Download (0.87MB)
Added: 2005-06-24 License: GPL (GNU General Public License) Price:
1583 downloads
GEGL 0.0.8
GEGL stands for Generic Graphics Library and is a graph based image processing library written in C. more>>
GEGL stands for Generic Graphics Library and is a graph based image processing library written in C using gobject from glib for object orientation.
GEGL original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being designed to have minimal dependencies. and a simple well defined API. It is still a work in progress, but it already provides for a capable system.
Main features:
- 8bit, 16bit integer and 32bit floating point, RGB, CIE Lab, YCbCr and naive CMYK output.
- Extendable through plug-ins.
- XML, C and Python interfaces.
- Memory efficient evaluation of subregions.
- Tiled, sparse, pyramidial and larger than RAM buffers.
- Rich core set of processing operations
- PNG, JPEG, SVG, EXR, RAW and other image sources.
- Arithmetic operations, porter duff compositing operations, SVG blend modes, other blend modes, apply mask.
- Gaussian blur.
- Basic color correction tools.
- Most processing done with High Dynamic Range routines.
- Text layouting using pango
<<lessGEGL original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being designed to have minimal dependencies. and a simple well defined API. It is still a work in progress, but it already provides for a capable system.
Main features:
- 8bit, 16bit integer and 32bit floating point, RGB, CIE Lab, YCbCr and naive CMYK output.
- Extendable through plug-ins.
- XML, C and Python interfaces.
- Memory efficient evaluation of subregions.
- Tiled, sparse, pyramidial and larger than RAM buffers.
- Rich core set of processing operations
- PNG, JPEG, SVG, EXR, RAW and other image sources.
- Arithmetic operations, porter duff compositing operations, SVG blend modes, other blend modes, apply mask.
- Gaussian blur.
- Basic color correction tools.
- Most processing done with High Dynamic Range routines.
- Text layouting using pango
Download (0.68MB)
Added: 2007-01-29 License: LGPL (GNU Lesser General Public License) Price:
1000 downloads
GtkMathView 0.7.6
GtkMathView is a C++ rendering engine for MathML documents. more>>
GtkMathView is a C++ rendering engine for MathML documents. GtkMathView provides an interactive view that can be used for browsing and editing MathML markup.
GtkMathView reads MathML documents by means of a frontend whose purpose is to traverse the MathML document (or part of it) and to appropriately instantiate GtkMathViews internal data structures that are suitable for rendering it.
Currently the following frontends are supported:
- libxml2 frontend, in which the MathML document is represented as a tree and navigated with the libxml2 tree API.
- libxml2 reader frontend, in which the MathML document is not entirely loaded in memory and is navigated with the libxml2 reader API. This frontend is mostly useful for batch rendering of MathML documents.
- GMetaDOM frontend, in which the MathML document is represented as a tree and is navigated with the DOM API provided by GMetaDOM, which in turn is a DOM-compliant wrapper for libxml2.
- custom frontend, in which the MathML document is represented in some application-specific format and is navigated with application-provided callback functions.
GtkMathView renders MathML documents through a backend whose purpose is to provide an abstraction of the platform-specific capabilities (available fonts, drawing drawing primitives, and so on).
Currently the following backends are provided:
- GTK+ backend, for rendering MathML documents using Pango in GTK+ applications.
- GTK+ widget backend, which wraps GtkMathView in a GTK+ widget to be directly embedded in GTK+ applications.
- SVG backend, which renders MathML into SVG.
- AbiWord backend, which allows one to embed MathML documents into AbiWord by means of the AbiMathView plugin.
<<lessGtkMathView reads MathML documents by means of a frontend whose purpose is to traverse the MathML document (or part of it) and to appropriately instantiate GtkMathViews internal data structures that are suitable for rendering it.
Currently the following frontends are supported:
- libxml2 frontend, in which the MathML document is represented as a tree and navigated with the libxml2 tree API.
- libxml2 reader frontend, in which the MathML document is not entirely loaded in memory and is navigated with the libxml2 reader API. This frontend is mostly useful for batch rendering of MathML documents.
- GMetaDOM frontend, in which the MathML document is represented as a tree and is navigated with the DOM API provided by GMetaDOM, which in turn is a DOM-compliant wrapper for libxml2.
- custom frontend, in which the MathML document is represented in some application-specific format and is navigated with application-provided callback functions.
GtkMathView renders MathML documents through a backend whose purpose is to provide an abstraction of the platform-specific capabilities (available fonts, drawing drawing primitives, and so on).
Currently the following backends are provided:
- GTK+ backend, for rendering MathML documents using Pango in GTK+ applications.
- GTK+ widget backend, which wraps GtkMathView in a GTK+ widget to be directly embedded in GTK+ applications.
- SVG backend, which renders MathML into SVG.
- AbiWord backend, which allows one to embed MathML documents into AbiWord by means of the AbiMathView plugin.
Download (0.84MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1416 downloads
GFC-UI 2.3.1
GFC-UI is a C++ interface for GTK+. more>>
GFC-UI is a C++ interface for GTK+.
The GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-UI is the user interface library and includes C++ wrappers for most objects in the ATK, GDK, GTK, GdkPixbuf and Pango libraries.
There is a standard string compatible UTF-8 string class, automatic memory management, an optimized virtual signal handler system and a typesafe system of C++ signal and slots. It comes with a full set of example programs, several test applications, a GNU Autotools test project, a C++ version of the GTK+ widget demonstration program, extensive reference documentation and a tutorial.
<<lessThe GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-UI is the user interface library and includes C++ wrappers for most objects in the ATK, GDK, GTK, GdkPixbuf and Pango libraries.
There is a standard string compatible UTF-8 string class, automatic memory management, an optimized virtual signal handler system and a typesafe system of C++ signal and slots. It comes with a full set of example programs, several test applications, a GNU Autotools test project, a C++ version of the GTK+ widget demonstration program, extensive reference documentation and a tutorial.
Download (0.86MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
coords 0.5.2
coords is a planetarium program. more>>
coords is a planetarium program. The project is still under construction, but it does a good job of showing the sky with stars and planets at the correct positions.
This version shows celestial objects from the Yale BSC and NGC2000 catalogs, planets from Mercury to Pluto, the Sun and the Moon.
All GUI parts have been written with GLib 2.12, GTK 2.8, Pango 1.14, and Cairo 1.4 (Debian Lenny libraries).
How to use it:
The GUI program:
- If you click in the sky map, you can move it with the arrow keys. Its a stereographic projection of the sky sphere, the up and down keys change the pitch and the left and right keys allow you to roll around the zenith. There are spin buttons too. Finally, the sky can also be moved by dragging the mouse on it.
- A spin button adjusts the zoom factor (Scale).
- A menu allows you to toggle the visibility of various things (equator, frames or grids, star names, ...)
- other stuff, i hope its intuitive
coordserver takes no argument. Currently, it can serve data in two modes. The first is a Right Ascent,Declination pair, given as two floating point numbers separated by a comma (option -c of coordclient). This is meant for machine
processing. The second mode is text.
coordclient can take up to 3 arguments. The first is the -c option (see above).
The next argument is the star name, which can be :
- a name
- an HR (Harvard Revised Catalog) number with 0 padding before the number if less than 4 digits
- a Bayer name (Alp Boo, Alp 1 Cen, Gam Per...)
- a Flamsteed name ( 1 Peg, with two blank spaces before the "1" because the number field is 3 characters long).
The next argument can be date in YYYY-MM-DD.DDDD format. If absent, the machine current date will be used.
<<lessThis version shows celestial objects from the Yale BSC and NGC2000 catalogs, planets from Mercury to Pluto, the Sun and the Moon.
All GUI parts have been written with GLib 2.12, GTK 2.8, Pango 1.14, and Cairo 1.4 (Debian Lenny libraries).
How to use it:
The GUI program:
- If you click in the sky map, you can move it with the arrow keys. Its a stereographic projection of the sky sphere, the up and down keys change the pitch and the left and right keys allow you to roll around the zenith. There are spin buttons too. Finally, the sky can also be moved by dragging the mouse on it.
- A spin button adjusts the zoom factor (Scale).
- A menu allows you to toggle the visibility of various things (equator, frames or grids, star names, ...)
- other stuff, i hope its intuitive
coordserver takes no argument. Currently, it can serve data in two modes. The first is a Right Ascent,Declination pair, given as two floating point numbers separated by a comma (option -c of coordclient). This is meant for machine
processing. The second mode is text.
coordclient can take up to 3 arguments. The first is the -c option (see above).
The next argument is the star name, which can be :
- a name
- an HR (Harvard Revised Catalog) number with 0 padding before the number if less than 4 digits
- a Bayer name (Alp Boo, Alp 1 Cen, Gam Per...)
- a Flamsteed name ( 1 Peg, with two blank spaces before the "1" because the number field is 3 characters long).
The next argument can be date in YYYY-MM-DD.DDDD format. If absent, the machine current date will be used.
Download (2.9MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
807 downloads
Gslapt 0.3.18
Gslapt is a GTK version of slapt-get. more>>
This is a GTK version of slapt-get. Gslapt project requires slapt-get.
To build from source, you must have these packages installed:
- autoconf
- automake
- libtool
- m4
- gettext
- gettext-tools
- pkgconfig
- glibc
- atk
- glib2
- gtk+2
- pango
- x11
- zlib
- openssl
- curl
- slapt-get
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
Main features:
- added FAQs to the FAQ
- set package listing columns to be resizeable
- removed beta warning dialog
- the clear button only rebuilds the view when it has to, as its so expensive
- added "not enough free space" notification
- updated translations
- added more notification for errors during source updates and transaction messages for missing deps and conflicts via new error api
- formatting updates
- added pt translation by Pedro Pinto
- updated to compile against current slapt-get cvs
- fixed bug that allowed installing multiple versions of a package
- added accelerators, ctrl [i,u] for (re-)install/upgrade, ctrl [r] for remove, and ctrl [x] for exclude
- fixed crash when enabling the remove button on certain packages
- requires slapt-get >= 0.9.9k
- fixed upgrade problem
- updated transaction code to follow new transaction_t struct use of queue
- borrowed Ubuntus add/remove applications icon for new gslapt icon
- fixed issue with reinstall request not completing
- statusbar now gives notification when there are pending things to execute
<<lessTo build from source, you must have these packages installed:
- autoconf
- automake
- libtool
- m4
- gettext
- gettext-tools
- pkgconfig
- glibc
- atk
- glib2
- gtk+2
- pango
- x11
- zlib
- openssl
- curl
- slapt-get
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
Main features:
- added FAQs to the FAQ
- set package listing columns to be resizeable
- removed beta warning dialog
- the clear button only rebuilds the view when it has to, as its so expensive
- added "not enough free space" notification
- updated translations
- added more notification for errors during source updates and transaction messages for missing deps and conflicts via new error api
- formatting updates
- added pt translation by Pedro Pinto
- updated to compile against current slapt-get cvs
- fixed bug that allowed installing multiple versions of a package
- added accelerators, ctrl [i,u] for (re-)install/upgrade, ctrl [r] for remove, and ctrl [x] for exclude
- fixed crash when enabling the remove button on certain packages
- requires slapt-get >= 0.9.9k
- fixed upgrade problem
- updated transaction code to follow new transaction_t struct use of queue
- borrowed Ubuntus add/remove applications icon for new gslapt icon
- fixed issue with reinstall request not completing
- statusbar now gives notification when there are pending things to execute
Download (0.089MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
846 downloads
gtkGLGraph 1.0
gtkGLGraph is a graphing widget for GTK 2.0 which uses openGL and pango. more>>
gtkGLGraph is an OpenGL/Gtk2.0 graphing widget that can draw surface maps as well as X,Y data.
The feature set is fairly complete and should be of immediate use to scientific applications.
<<lessThe feature set is fairly complete and should be of immediate use to scientific applications.
Download (0.10MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
gLabels 2.0.4 / 2.1.4
gLabels is a lightweight program for creating labels and business cards. more>>
gLabels is a lightweight program for creating labels and business cards for the GNOME desktop environment.
gLabels project is designed to work with various laser/ink-jet peel-off label and business card sheets that youll find at most office supply stores.
Whats New in 2.0.4 Stable Release:
- This release primarily fixes a couple of crashes when built on GNOME 2.12.
Whats New in 2.1.4 Development Release:
- This development release features a large overhaul of some of the underlying technologies.
- This includes migrating to GtkPrintOperation, Cairo, and Pango.
<<lessgLabels project is designed to work with various laser/ink-jet peel-off label and business card sheets that youll find at most office supply stores.
Whats New in 2.0.4 Stable Release:
- This release primarily fixes a couple of crashes when built on GNOME 2.12.
Whats New in 2.1.4 Development Release:
- This development release features a large overhaul of some of the underlying technologies.
- This includes migrating to GtkPrintOperation, Cairo, and Pango.
Download (1.9MB)
Added: 2006-05-28 License: GPL (GNU General Public License) Price:
1253 downloads
pygtk2reference 2.9.0
pygtk2reference describes the classes of the Python PyGTK module. more>>
pygtk2reference describes the classes of the Python PyGTK module.
This document describes most of the PyGTK version 2.0 through 2.6 classes and their methods and associated functions.
Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGTK 2.0 have been left in but annotated with a deprecation warning.
I have attempted to document as much of the PyGTK API as I can but there are undoubtedly errors and omissions.
This reference describes the API for PyGTK as of version 2.5.0+ and assumes that the additional API changes for version 2.6 may be significant. There will undoubtedly be changes that are not reflected in this reference.
The differences in the API between version 2.0 and previous versions are denoted in this reference with a Note that describes the availability of the object, constructor, method or function. Any of these that do not have a notation can be assumed to be available in all versions of PyGTK from 2.0 and up.
In the case of properties and signals the availability is dependent on the version of the underlying GTK+, GDK or Pango libraries. These will be annotated appropriately in a similar fashion. The source code must be consulted if this reference and your version of PyGTK seem to differ. You are encouraged to use the latest version of PyGTK that is available.
<<lessThis document describes most of the PyGTK version 2.0 through 2.6 classes and their methods and associated functions.
Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGTK 2.0 have been left in but annotated with a deprecation warning.
I have attempted to document as much of the PyGTK API as I can but there are undoubtedly errors and omissions.
This reference describes the API for PyGTK as of version 2.5.0+ and assumes that the additional API changes for version 2.6 may be significant. There will undoubtedly be changes that are not reflected in this reference.
The differences in the API between version 2.0 and previous versions are denoted in this reference with a Note that describes the availability of the object, constructor, method or function. Any of these that do not have a notation can be assumed to be available in all versions of PyGTK from 2.0 and up.
In the case of properties and signals the availability is dependent on the version of the underlying GTK+, GDK or Pango libraries. These will be annotated appropriately in a similar fashion. The source code must be consulted if this reference and your version of PyGTK seem to differ. You are encouraged to use the latest version of PyGTK that is available.
Download (1.1MB)
Added: 2006-07-10 License: (FDL) GNU Free Documentation License Price:
1201 downloads
Other version of pygtk2reference
License:(FDL) GNU Free Documentation License
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above pango 1.17.4 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed