summaryrefslogtreecommitdiff
path: root/ghook.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-17Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi1-7/+14
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-01-17added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik1-1/+6
1999-01-17fix yet another small glitchTim Janik1-1/+4
1999-01-17reentrancy fixupsTim Janik1-11/+2
1999-01-17incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1-1/+7
1999-01-02avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1-26/+4
1998-12-22fixed buglet that could cause bogus warnings.Tim Janik1-1/+1
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik1-9/+21
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-0/+5
1998-11-30added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik1-0/+36
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1-2/+2
1998-10-31removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1-1/+5
1998-10-07removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik1-84/+82
1998-10-02properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik1-25/+40
1998-09-30added ghook.c.Tim Janik1-0/+566