Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* gcc 2.96 fix build
* MS Visual C++ .Net 2003 support
* Gdx::Display fix
* documentation update
|
|
* fixed memory leak
* gtkmmproc: added GMM_PROTECTED_GCLASS macro
* documentation corrected
|
|
|
|
ported to Win32
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
dependency bumps.
|
|
* configure depends on ATK 1.2. (Murray Cumming)
* Various gtkmm/gdkmm reference-counting corrections, using
refreturn. (Sven Grottke, Murray Cumming)
* Gtk::Menu_Helpers::Element: lifetime refcounting fix.
(Murray Cumming)
* Glib:
- build_path(), build_filename(): fix and performance
improvement.
- replace deprecated __builtin_bzero().
(Daniel Elstner)
* Win32:
2.2 now builds, after lots of work. And there's
an installer. (Cedric Gustin)
* Documentation:
- Glib::Cond documented (Rick L Vinyard Jr)
- Review and completion of Gtk::AccelGroup -> Gtk::Bin
(Bryan Forbes)
- Minor internals docs fix. (Martin Schulze)
|
|
|
|
|
|
gtkmm (previously known as Gtk--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces. Here's
an overview, with documentation and status. gtkmm is free software
distributed under the GNU Library General Public License (LGPL).
Aside from the C++ interface to Gtk 2.x, this package also provides
bindings for glib, atk and pango (all of them related with the toolkit).
|