summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2005-06-08 Murray Cumming <murrayc@murrayc.comglibmm-2-4Murray Cumming2005-06-082-12/+36
* Interface_Class:add_interface(), used by add_interface() methods ofMurray Cumming2005-02-182-6/+16
* Increased versionMurray Cumming2005-02-023-2/+9
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-014-25/+5
* Increased versionMurray Cumming2005-01-273-2/+17
* Fixed typo. Changed srcdir to builddir.Cedric Gustin2005-01-241-1/+1
* Rewrote rule for local copy of glibmmconfig.h (required for 'makeCedric Gustin2005-01-242-2/+11
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-218-20/+131
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-2117-8/+313
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-197-7/+86
* parse version tags at configure time (for glibmm-2.4.rc). New resourceCedric Gustin2004-12-126-2/+92
* copy glibmmconfig.h from $(top_builddir) instead of $(top_srcdir).Cedric Gustin2004-12-083-1/+7
* Renamed glibmm target to glibmm-2.4d.dll (Debug) and glibmm-2.4.dllCedric Gustin2004-12-088-89/+29
* Added glibmm-2.4d.defCedric Gustin2004-12-081-0/+1
* Disabled annoying 64-bit portability warnings for MSVC build AddedTim Shead2004-11-2313-6/+52
* Distribute glibmmconfig.h Distribute gendef.vcprojCedric Gustin2004-11-033-2/+7
* Updated projects file for consistent dllexporting/dllimporting of globalCedric Gustin2004-11-0311-55/+83
* Increased versionMurray Cumming2004-10-273-3/+16
* Patch from Roger Leigh in bug # 15589 to use PLATFORM_WIN32 rather thanMurray Cumming2004-10-252-1/+8
* Added examples and tests projects from Timothy Shead. Mentioned newMurray Cumming2004-10-2019-1/+931
* Added project file from Timothy Shead, with gendef utility for creatingMurray Cumming2004-10-1813-1/+770
* on_wrap_property(): Convert property name to canonical form, so that weMurray Cumming2004-10-142-0/+12
* Made a destructor virtual, to avoid a warning, to fix the build.Murray Cumming2004-09-262-1/+5
* Fixed a race condition on win32 that involved the combined use of auto_ptrCedric Gustin2004-09-132-11/+30
* increased versionMurray Cumming2004-08-093-2/+9
* Move deletion of SourceConnectionNode object intoMartin Schulze2004-08-012-4/+11
* notify(): Do not delete the connection after disconnecting it, becauseMurray Cumming2004-07-103-15/+36
* Added some documentation.Murray Cumming2004-07-094-8/+59
* Spring cleaning. ditto.Daniel Elstner2004-06-203-24/+24
* Updated NEWSMurray Cumming2004-06-181-0/+1
* Add -Wno-long-long to the list of tried warning flags.Daniel Elstner2004-06-182-3/+8
* :create_pipe): There is no point in calling g_file_error_from_errno() onDaniel Elstner2004-06-162-4/+10
* Add a couple of casts to void in order to suppress warnings about unusedDaniel Elstner2004-06-142-2/+13
* Explicitely join all threads. Hopefully that'll fix the crash on win32Daniel Elstner2004-06-142-2/+17
* Remove unused parameter names to fix building with -Werror.Daniel Elstner2004-06-133-2/+7
* s/^GTK/GLIB/Daniel Elstner2004-06-132-1/+5
* Increased versionMurray Cumming2004-06-103-2/+8
* Remove left-over include paths for pango, atk, gdk and gtk.Daniel Elstner2004-06-082-4/+5
* Replace a couple of double quotes with &quot; to prevent doxygen fromDaniel Elstner2004-06-072-2/+7
* Increase versionMurray Cumming2004-06-043-2/+16
* Use /*! instead of /** to introduce doxygen comments in order to avoidDaniel Elstner2004-06-042-20/+27
* Remove mkinstalldirs, because automake-1.8 doesn't use it anymore andDaniel Elstner2004-06-032-2/+7
* Complete overhaul of the Win32 implementation of Glib::Dispatcher. ThatDaniel Elstner2004-06-032-143/+108
* :SignalProxyConnectionNode): Reorder the initializer list to match theDaniel Elstner2004-06-032-2/+12
* Globally apply some minor code cleanup and optimization tweaks.Daniel Elstner2004-05-263-78/+116
* Removed the glibmm.spec files, because it is broken and nobody hasMurray Cumming2004-05-254-95/+6
* Revert last commit because it's silly. To make the code trulyDaniel Elstner2004-05-202-27/+14
* Set a good example and be paranoid about possible memory leaks due toDaniel Elstner2004-05-202-7/+38
* Code cleanup. Most importantly, get rid of the locking around std::coutDaniel Elstner2004-05-201-50/+51
* :ConstructParams): Implement the copy constructor in a way that actuallyDaniel Elstner2004-05-133-15/+29