summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
...
* Check whether DestroyNotify is defined, so we can warn about includingMurray Cumming2006-06-191-0/+6
* Inline the set_property and get_property methods. This is required byCedric Gustin2006-06-091-2/+2
* Restored the init(GValue*) method that was lost when merging changes fromMurray Cumming2006-05-142-0/+20
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-1222-25/+168
* Added init(const GValue*), so that we can copy GValue instances of anyMurray Cumming2006-05-092-0/+20
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-125-6/+6
* Embed the manifest file into executables in the case of the Debug target.Cedric Gustin2006-04-062-2/+6
* Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug #332438.Cedric Gustin2006-02-271-2/+2
* fix a typo in the documenation for uppercase()Rob Page2006-02-071-1/+1
* Hide some internal stuff from Doxygen. Add/Improve the DoxygenMurray Cumming2005-12-162-29/+52
* 2.8.2:Murray Cumming2005-11-231-1/+1
* Stuff I forgot to commit.Murray Cumming2005-07-311-4/+9
* 2005-06-08 Murray Cumming <murrayc@murrayc.comMurray Cumming2005-06-081-12/+28
* In get_home_dir, return an empty string when HOME is not defined (Win9x).Cedric Gustin2005-06-072-2/+3
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-271-1/+1
* output_wrap_property(): Do not add the const read-only method override ifMurray Cumming2005-04-071-0/+23
* Added MainContext::signal_child_watch() Added child_watch/ exampleYair Hershkovitz2005-03-142-5/+105
* 2.6.1:Murray Cumming2005-03-071-3/+4
* Interface_Class:add_interface(), used by add_interface() methods ofMurray Cumming2005-02-181-6/+9
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-211-0/+7
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-219-5/+172
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-2111-275/+3
* #include glibmmconfig.h so thatMurray Cumming2005-01-212-1/+2
* Fix the buildMurray Cumming2005-01-202-7/+1
* I mean Tru64, not MipsProMurray Cumming2005-01-204-5/+17
* More use of exern C, with an intermediate callback, to satisfy the IRIXMurray Cumming2005-01-204-0/+45
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-204-33/+38
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-204-4/+21
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-203-0/+107
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-202-0/+91
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-192-5/+32
* 2.5.3:Murray Cumming2005-01-092-3/+52
* Don't export private API. Closes #163031.BenoƮt Dejean2005-01-067-17/+17
* Deal with some doxygen warnings about undocumented parameters. AddedMurray Cumming2004-12-183-5/+25
* Remove unnecessary warning when notify() is called afterPhilip Langdale2004-10-071-2/+0
* Move deletion of SourceConnectionNode object intoMartin Schulze2004-08-011-4/+5
* notify(): Do not delete the connection after disconnecting it, becauseMurray Cumming2004-07-102-15/+28
* Added some documentation.Murray Cumming2004-07-092-4/+8
* Spring cleaning. ditto.Daniel Elstner2004-06-202-24/+19
* :create_pipe): There is no point in calling g_file_error_from_errno() onDaniel Elstner2004-06-161-4/+3
* Replace a couple of double quotes with &quot; to prevent doxygen fromDaniel Elstner2004-06-071-2/+2
* Use /*! instead of /** to introduce doxygen comments in order to avoidDaniel Elstner2004-06-041-20/+20
* Complete overhaul of the Win32 implementation of Glib::Dispatcher. ThatDaniel Elstner2004-06-031-143/+101
* :SignalProxyConnectionNode): Reorder the initializer list to match theDaniel Elstner2004-06-031-2/+4
* Globally apply some minor code cleanup and optimization tweaks.Daniel Elstner2004-05-262-78/+101
* :ConstructParams): Implement the copy constructor in a way that actuallyDaniel Elstner2004-05-132-14/+22
* Documented the constructors, based on the libstdc++ documentation, to makeMurray Cumming2004-05-041-4/+47
* try againMurray Cumming2004-04-171-2/+2
* Reimplemented more of the to_cpp_type() methods without using dependentMurray Cumming2004-04-171-2/+26
* 2.4.0:Murray Cumming2004-04-113-8/+8