summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Added connect_property_changed_with_return() becauseMurray Cumming2008-01-202-0/+18
* Added class documentation. Corrected constructor documentation and addedMurray Cumming2008-01-202-13/+33
* Ignore g_input_stream_clear_pending() as well as the other implementationMurray Cumming2008-01-206-3/+250
* Added query_file_exists(). uri_unescape_string(), uri_escape_string():Murray Cumming2008-01-161-3/+7
* eject(), poll_for_media()Murray Cumming2008-01-151-5/+3
* Improved the documentation for uri_unescape_string(), based on theMurray Cumming2008-01-151-1/+6
* Moved the gio conversions into their own .m4 file, to make it easier toMurray Cumming2008-01-151-6/+31
* 1.5.1:Murray Cumming2008-01-123-8/+10
* Added class documentation.Murray Cumming2008-01-114-3/+111
* Copy (and very slightly adjust) the build_shared/ files from gtkmm, whichMurray Cumming2008-01-105-10/+11
* Uncomment GTKMM_DOXYGEN_INPUT_SUBDIRS to fix the reference documentationMurray Cumming2008-01-082-0/+11
* Added @newin2p16 to compose() and format() documentation.Murray Cumming2007-12-283-6/+62
* Add class documentation from the glibmm-2-14 branch.Murray Cumming2007-12-282-8/+63
* Merged to trunk from glibmm-2-14. This should not have been applied to glibmm...Murray Cumming2007-12-281-1/+15
* Include glib.h instead of gmessages.h or gtestutils.h so this builds withMurray Cumming2007-12-284-5/+18
* fix build issue when using gcc4.3 (#498438)Sebastien Bacher2007-11-201-0/+1
* Added a test for the case that time_t is equivalent to guint32, as seemsMurray Cumming2007-10-223-2/+20
* Replaced wrap_create_new_wrapper() (introduced by the last commit) withMurray Cumming2007-10-032-18/+55
* Added wrap_auto_interface<>(), which should be used by wrap()Murray Cumming2007-09-253-35/+99
* Some cosmetic cleanup. Also replace C-style casts in default argumentDaniel Elstner2007-09-122-85/+87
* :FormatStream::FormatStream): Use the global C++ locale instead of forcingDaniel Elstner2007-09-032-41/+106
* :compose_argv): Rename "format" argument to "fmt" to avoid name clashesDaniel Elstner2007-08-152-137/+257
* Add -I$(top_builddir) in order to allow <config.h> to be included.Daniel Elstner2007-08-122-24/+60
* Add preliminary implementation of a message compose and format API (bugDaniel Elstner2007-08-122-16/+499
* New file, defining M4 utility macros for feature testing. These macros areDaniel Elstner2007-08-121-0/+1
* Rewrite completely broken type adapter (bug #406960). Fix theDaniel Elstner2007-08-033-128/+184
* Added a set_double() without the group_name parameter, because the CMurray Cumming2007-07-296-8/+88
* Corrected the rsync options, to match those used by gtkmm, to fix theMurray Cumming2007-07-281-2385/+2431
* Added get_double(), set_double(), get_double_list() and set_double_list().Murray Cumming2007-07-142-5/+97
* Increased versionMurray Cumming2007-07-091-1/+1
* add some new API that was added in glib 2.12, including get/set_summary(),Jonathon Jongsma2007-07-094-1631/+7199
* Added class documentationJohannes Schmid2007-07-021-1/+49
* Added SignalTimeout::connect_seconds() as an equivalent forMurray Cumming2007-06-224-37/+114
* Added a create() method, and added some more default parameter values toMurray Cumming2007-06-223-2/+35
* 2.13.6:Murray Cumming2007-06-174-105/+5
* Regenerated with enums.pl Regenerated with h2defs.pyMurray Cumming2007-06-128-3288/+2546
* Change variable name to avoid warnings about a shadowed member. BugBradley Bell2007-03-232-5/+3
* Use static_cast in vfuncs and signal handlers to cast the wrapper objectArmin Burgmeier2007-03-231-2/+33
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-102-69/+160
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-202-162/+168
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-205-198/+111
* Remove .cvsignore files.Daniel Elstner2007-01-204-54/+0
* Allow an empty pair of parentheses in the innermost match. This fixes theDaniel Elstner2006-11-282-3/+2
* Don't ifdef out PropertyProxy_Base when properties are disabled. It isMurray Cumming2006-11-281-2/+4
* When registering float parameters, use -G_MAXFLOAT instead of G_MINFLOAT.Oliver Nittka2006-11-221-2/+2
* Added connect_property_changed(), as an alternative to use when theMurray Cumming2006-11-104-44/+63
* Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLEDMurray Cumming2006-10-044-3/+20
* For win32, define GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,Murray Cumming2006-09-261-1/+1
* added new files that were missed from an earlier commitJonathon Jongsma2006-09-232-0/+479
* ustring(const ustring& src, size_type i, size_type n=npos) andRalf Stephan2006-09-191-2/+2