| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check whether DestroyNotify is defined, so we can warn about including | Murray Cumming | 2006-06-19 | 1 | -0/+6 |
* | Inline the set_property and get_property methods. This is required by | Cedric Gustin | 2006-06-09 | 1 | -2/+2 |
* | Restored the init(GValue*) method that was lost when merging changes from | Murray Cumming | 2006-05-14 | 2 | -0/+20 |
* | Merged changes from glibmm-2-10 branch. | Murray Cumming | 2006-05-12 | 22 | -25/+168 |
* | Added init(const GValue*), so that we can copy GValue instances of any | Murray Cumming | 2006-05-09 | 2 | -0/+20 |
* | Mark private functions as static, to stop them being exported in the API, | Murray Cumming | 2006-04-12 | 5 | -6/+6 |
* | Embed the manifest file into executables in the case of the Debug target. | Cedric Gustin | 2006-04-06 | 2 | -2/+6 |
* | Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug #332438. | Cedric Gustin | 2006-02-27 | 1 | -2/+2 |
* | fix a typo in the documenation for uppercase() | Rob Page | 2006-02-07 | 1 | -1/+1 |
* | Hide some internal stuff from Doxygen. Add/Improve the Doxygen | Murray Cumming | 2005-12-16 | 2 | -29/+52 |
* | 2.8.2: | Murray Cumming | 2005-11-23 | 1 | -1/+1 |
* | Stuff I forgot to commit. | Murray Cumming | 2005-07-31 | 1 | -4/+9 |
* | 2005-06-08 Murray Cumming <murrayc@murrayc.com | Murray Cumming | 2005-06-08 | 1 | -12/+28 |
* | In get_home_dir, return an empty string when HOME is not defined (Win9x). | Cedric Gustin | 2005-06-07 | 2 | -2/+3 |
* | Inherit signal handler objects from sigc::trackable. This is necessary | Murray Cumming | 2005-04-27 | 1 | -1/+1 |
* | output_wrap_property(): Do not add the const read-only method override if | Murray Cumming | 2005-04-07 | 1 | -0/+23 |
* | Added MainContext::signal_child_watch() Added child_watch/ example | Yair Hershkovitz | 2005-03-14 | 2 | -5/+105 |
* | 2.6.1: | Murray Cumming | 2005-03-07 | 1 | -3/+4 |
* | Interface_Class:add_interface(), used by add_interface() methods of | Murray Cumming | 2005-02-18 | 1 | -6/+9 |
* | Added new compiler tests to see whether extern C functions are put in the | Murray Cumming | 2005-01-21 | 1 | -0/+7 |
* | Added new compiler tests. 1. To see whether it allows use of non extern C | Murray Cumming | 2005-01-21 | 9 | -5/+172 |
* | Temporarily reverted some stuff. I will recommit some of it. | Murray Cumming | 2005-01-21 | 11 | -275/+3 |
* | #include glibmmconfig.h so that | Murray Cumming | 2005-01-21 | 2 | -1/+2 |
* | Fix the build | Murray Cumming | 2005-01-20 | 2 | -7/+1 |
* | I mean Tru64, not MipsPro | Murray Cumming | 2005-01-20 | 4 | -5/+17 |
* | More use of exern C, with an intermediate callback, to satisfy the IRIX | Murray Cumming | 2005-01-20 | 4 | -0/+45 |
* | Custom boxed types, more #ifdef ABI-changing to add intermediate extern-C | Murray Cumming | 2005-01-20 | 4 | -33/+38 |
* | Custom boxed types, more #ifdef ABI-changing to add intermediate extern-C | Murray Cumming | 2005-01-20 | 4 | -4/+21 |
* | Custom boxed types, more #ifdef ABI-changing to add intermediate extern-C | Murray Cumming | 2005-01-20 | 3 | -0/+107 |
* | Make C callacks separate extern C functions instead of static member | Murray Cumming | 2005-01-20 | 2 | -0/+91 |
* | Added a compiler test, because the IRIX MipsPro compiler does not allow | Murray Cumming | 2005-01-19 | 2 | -5/+32 |
* | 2.5.3: | Murray Cumming | 2005-01-09 | 2 | -3/+52 |
* | Don't export private API. Closes #163031. | BenoƮt Dejean | 2005-01-06 | 7 | -17/+17 |
* | Deal with some doxygen warnings about undocumented parameters. Added | Murray Cumming | 2004-12-18 | 3 | -5/+25 |
* | Remove unnecessary warning when notify() is called after | Philip Langdale | 2004-10-07 | 1 | -2/+0 |
* | Move deletion of SourceConnectionNode object into | Martin Schulze | 2004-08-01 | 1 | -4/+5 |
* | notify(): Do not delete the connection after disconnecting it, because | Murray Cumming | 2004-07-10 | 2 | -15/+28 |
* | Added some documentation. | Murray Cumming | 2004-07-09 | 2 | -4/+8 |
* | Spring cleaning. ditto. | Daniel Elstner | 2004-06-20 | 2 | -24/+19 |
* | :create_pipe): There is no point in calling g_file_error_from_errno() on | Daniel Elstner | 2004-06-16 | 1 | -4/+3 |
* | Replace a couple of double quotes with " to prevent doxygen from | Daniel Elstner | 2004-06-07 | 1 | -2/+2 |
* | Use /*! instead of /** to introduce doxygen comments in order to avoid | Daniel Elstner | 2004-06-04 | 1 | -20/+20 |
* | Complete overhaul of the Win32 implementation of Glib::Dispatcher. That | Daniel Elstner | 2004-06-03 | 1 | -143/+101 |
* | :SignalProxyConnectionNode): Reorder the initializer list to match the | Daniel Elstner | 2004-06-03 | 1 | -2/+4 |
* | Globally apply some minor code cleanup and optimization tweaks. | Daniel Elstner | 2004-05-26 | 2 | -78/+101 |
* | :ConstructParams): Implement the copy constructor in a way that actually | Daniel Elstner | 2004-05-13 | 2 | -14/+22 |
* | Documented the constructors, based on the libstdc++ documentation, to make | Murray Cumming | 2004-05-04 | 1 | -4/+47 |
* | try again | Murray Cumming | 2004-04-17 | 1 | -2/+2 |
* | Reimplemented more of the to_cpp_type() methods without using dependent | Murray Cumming | 2004-04-17 | 1 | -2/+26 |
* | 2.4.0: | Murray Cumming | 2004-04-11 | 3 | -8/+8 |