summaryrefslogtreecommitdiff
path: root/ghook.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi1999-03-171-7/+14
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik1999-01-171-1/+6
* fix yet another small glitchTim Janik1999-01-171-1/+4
* reentrancy fixupsTim Janik1999-01-171-11/+2
* incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1999-01-171-1/+7
* avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1999-01-021-26/+4
* fixed buglet that could cause bogus warnings.Tim Janik1998-12-221-1/+1
* there was a reference count race for hooks during invocation loops. sinceTim Janik1998-12-211-9/+21
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-0/+5
* added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik1998-11-301-0/+36
* glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1998-11-021-2/+2
* removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1998-10-311-1/+5
* removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik1998-10-071-84/+82
* properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik1998-10-021-25/+40
* added ghook.c.Tim Janik1998-09-301-0/+566