| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added glib/glibmm/i18n.h and i18n-lib.h which defines _() and friends for | Murray Cumming | 2004-03-02 | 1 | -1/+11 |
* | parse_param(): Only parse const as an individual part of the type name if | Murray Cumming | 2004-03-02 | 1 | -0/+6 |
* | Fix typo reported by Chris Vine. | Martin Schulze | 2004-02-27 | 1 | -0/+4 |
* | documentation fixes and corrections in the comments reflecting the shift | Martin Schulze | 2004-02-13 | 1 | -0/+7 |
* | glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for | Murray Cumming | 2004-02-10 | 1 | -0/+5 |
* | increased vesion | Murray Cumming | 2004-02-04 | 1 | -0/+2 |
* | Traits<const T*>: Added const_cast, needed by TreeView::get_columns() | Murray Cumming | 2004-02-03 | 1 | -0/+5 |
* | Add an optional custom_c_callback parameter to _WRAP_SIGNAL to allow | Murray Cumming | 2004-01-29 | 1 | -0/+7 |
* | Added win32-specific --export-all-symbols to linker flags. This is | Cedric Gustin | 2004-01-29 | 1 | -0/+10 |
* | Updated version | Murray Cumming | 2004-01-23 | 1 | -0/+2 |
* | Added clamp_min() and clamp_max() to wrap the case where g_date_clamp() | Murray Cumming | 2004-01-22 | 1 | -0/+31 |
* | Object::Object() default constructor. Remove the warning because we really | Murray Cumming | 2004-01-12 | 1 | -0/+9 |
* | output_wrap_property(): Allow construct-only properties to be wrapped, as | Murray Cumming | 2004-01-09 | 1 | -0/+5 |
* | Removed the mergecdocs option - because we always want to merge C docs, to | Murray Cumming | 2004-01-05 | 1 | -0/+6 |
* | Add scripts and tests directories to SUBDIRS instead of DIST_SUBDIRS, so | Murray Cumming | 2003-12-30 | 1 | -0/+8 |
* | generate beautify_docs.pl from beautify_docs.pl.in, so it can have the | Murray Cumming | 2003-12-22 | 1 | -0/+6 |
* | Added fuller Doxygen documentation to all gobj() and wrap() methods. | Murray Cumming | 2003-12-14 | 1 | -0/+5 |
* | released. | Murray Cumming | 2003-12-10 | 1 | -0/+2 |
* | Add spaces inside signal_proxy template types, to avoid << and >> when | Murray Cumming | 2003-12-03 | 1 | -0/+5 |
* | Added WRAP_METHOD_DOCS_ONLY() macro. Explained the new macro. | Murray Cumming | 2003-11-28 | 1 | -0/+6 |
* | Added init.[h|cc] with Glib::init() so that the gnomemm init() methods do | Murray Cumming | 2003-11-03 | 1 | -0/+10 |
* | Now uses ObjectBase instead of Object, because glib can now have | Murray Cumming | 2003-11-01 | 1 | -0/+13 |
* | Corrected install location, so that links from the gtkmm docs work when | Murray Cumming | 2003-10-31 | 1 | -0/+5 |
* | Added images directory, copied from gtkmm, for the reference html docs. | Murray Cumming | 2003-10-30 | 1 | -0/+10 |
* | output_wrap_create(): Used args_types_and_names_with_default_values() | Murray Cumming | 2003-10-25 | 1 | -0/+11 |
* | fixed to cast out all gktmm code, now they only need glimm. Added | J. Abelardo Gutierrez | 2003-10-17 | 1 | -0/+8 |
* | Removed examples/threads because we don't build or distribute it, because | Murray Cumming | 2003-09-30 | 1 | -2/+9 |
* | ObjectBase inherits virtually from Sigc::Object. See bug #116280. | Murray Cumming | 2003-09-30 | 1 | -0/+5 |
* | Removed _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. These | Cedric Gustin | 2003-09-28 | 1 | -0/+7 |
* | Merged from gtkmm 2.2: | Frank Naumann | 2003-08-20 | 1 | -0/+9 |
* | Added #include <algorithm>, needed by MSVC++, as suggested by Frank | Murray Cumming | 2003-07-27 | 1 | -0/+5 |
* | Corrected location of installed .pm files. They are now in a glibmm-2.3 | Murray Cumming | 2003-05-31 | 1 | -0/+5 |
* | stuff from gtkmm2 | Murray Cumming | 2003-05-21 | 1 | -0/+7 |
* | small typo in G_OS_WIN32 condition. | Cedric Gustin | 2003-05-09 | 1 | -0/+4 |
* | Made the --enable-debug-refouncting configure option set GLIBMM_* instead | Murray Cumming | 2003-05-07 | 1 | -0/+5 |
* | Added doxygen comments to gobj() methods. Commented-out a std::right that | Murray Cumming | 2003-05-02 | 1 | -0/+6 |
* | 2003-04-23 Andrew Makeev | Murray Cumming | 2003-04-24 | 1 | -0/+5 |
* | Install headers in a glibmm-2.3 directory instead of glibmm-2.4, to be | Murray Cumming | 2003-04-23 | 1 | -2/+7 |
* | 2003-04-21 Murray Cumming <murrayc@localhost.localdomain>commit -m | Murray Cumming | 2003-04-21 | 1 | -0/+6 |
* | It's now updated and in gtkmm/examples/book. | Murray Cumming | 2003-04-20 | 1 | -0/+4 |
* | get_unwrapped(): Changed some & to && to avoid warnings and because that | Murray Cumming | 2003-04-19 | 1 | -0/+8 |
* | Added Glib::Module documentation | Ross Burton | 2003-03-26 | 1 | -0/+4 |
* | Added description to several AC_DEFINE statements to make 'autoheader' | Enrico Scholz | 2003-03-22 | 1 | -0/+8 |
* | removed examples from DIST_SUBDIRS | Cedric Gustin | 2003-03-22 | 1 | -0/+8 |
* | Install examples. The are built by default too. Patch adapted for glibmm | Cedric Gustin | 2003-03-14 | 1 | -0/+5 |
* | Removed libstdc++ in LDFLAGS on win32. Latest libtool is taking care of | Cedric Gustin | 2003-03-14 | 1 | -0/+16 |
* | Correct name of [...]signals.defs generation utiliy. | Martin Schulze | 2003-03-14 | 1 | -0/+5 |
* | Add documentation | Rick L Vinyard Jr | 2003-03-03 | 1 | -0/+4 |
* | Removed RefPtr<>::is_null() to encourate use of more pointer-like operator | Murray Cumming | 2003-01-27 | 1 | -0/+1 |
* | Removed RefPtr<>::is_null() to encourate use of more pointer-like operator | Murray Cumming | 2003-01-27 | 1 | -0/+6 |