index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobject
/
gsignal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-13
Trivial typo fix
Matthias Clasen
1
-1
/
+1
2011-08-08
Document libffi as new dependency
Matthias Clasen
1
-1
/
+1
2011-07-19
Use a generic marshaller if one is not specified
Johan Dahlin
1
-8
/
+23
2011-06-20
Stop using glib-genmarshal at build time
Colin Walters
1
-4
/
+0
2011-06-09
Remove all uses of G_CONST_RETURN
Ryan Lortie
1
-1
/
+1
2011-06-03
gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...
Colin Walters
1
-2
/
+2
2011-03-15
Revert "Remove all uses of G_CONST_RETURN"
Emmanuele Bassi
1
-1
/
+1
2011-03-15
Remove all uses of G_CONST_RETURN
Ryan Lortie
1
-1
/
+1
2011-03-15
Add G_SIGNAL_MUST_COLLECT
Christian Persch
1
-3
/
+7
2010-10-12
GSignal: fix trivial docs typo
Ryan Lortie
1
-1
/
+1
2010-10-12
GObject: add g_signal_accumulator_first_wins
Ryan Lortie
1
-0
/
+33
2010-07-07
gobject/: fully remove gobjectalias hacks
Ryan Lortie
1
-4
/
+0
2010-05-27
Add dtrace and systemtap support for gobject
Alexander Larsson
1
-2
/
+9
2010-03-06
gsignal: improve g_signal_new docs.
Stefan Kost
1
-1
/
+6
2010-01-18
Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()
Benjamin Otte
1
-2
/
+2
2010-01-13
gsignal: Use new G_VALUE_COLLECT_INIT variant
Edward Hervey
1
-12
/
+8
2009-03-13
when defaulting to the only item in the array, check if this is indeed the
Kristian Rietveld
1
-3
/
+6
2008-11-28
Fix some documentation typos
Matthias Clasen
1
-10
/
+10
2008-09-26
add uint* -> int* casts in g_atomic_int calls to avoid gcc warnings
Dan Winship
1
-2
/
+2
2008-07-21
Reviewed by Tim Janik:
Michael Natterer
1
-23
/
+11
2008-07-04
Bug 541208 – Functions to easily install and use signals without class
Michael Natterer
1
-1
/
+282
2008-07-02
Fix up section comments
Matthias Clasen
1
-9
/
+8
2008-06-22
remove trailing whitespace from newly added gtk-doc comments and
Michael Natterer
1
-144
/
+149
2008-06-22
moved includes back to the top of the files (before gtk-doc SECTION
Michael Natterer
1
-33
/
+34
2008-06-22
Fix compiler warning in format string check.
Stefan Kost
1
-2
/
+2
2008-06-22
Migrating docs.
Stefan Kost
1
-1
/
+550
2007-08-14
g_type_default_interface_ref() was not ensuring working g_signal_list_ids.
Cody Russell
1
-2
/
+2
2006-09-30
Fix some issues with PLT entries.
Matthias Clasen
1
-2
/
+2
2005-12-31
Remove the handler trash stack, which is now unused. (g_signal_init):
Matthias Clasen
1
-8
/
+0
2005-12-30
Remove the handler trash stack, which is now unused.
Matthias Clasen
1
-3
/
+0
2005-11-01
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
Tim Janik
1
-48
/
+7
2005-09-08
Remove some unused code. Same here And here Mark some functions static.
Kjartan Maraas
1
-2
/
+4
2005-09-05
Make the name field const. (g_signal_newv): Don't keep an unnecessary
Matthias Clasen
1
-5
/
+8
2005-07-30
reverted notify_mutex introduction, since this prevents parallelized
Tim Janik
1
-53
/
+30
2005-07-15
Make refcounting threadsafe by using atomic operations. (#166020, Wim
Matthias Clasen
1
-37
/
+57
2005-03-14
Make work again.
Matthias Clasen
1
-1
/
+7
2004-11-28
applied patch by sven@gimp.org (#153727) to reduce signal connection
4
1
-21
/
+64
2004-10-04
Improve the warning if G_SIGNAL_NO_HOOKS is set. (#154299, Nickolay V.
Matthias Clasen
1
-1
/
+7
2004-09-16
Implement the same PLT reduction technique used in GTK+:
Matthias Clasen
1
-1
/
+2
2004-07-12
Don't choke on a zero handler_id.
Matthias Clasen
1
-1
/
+0
2004-06-23
Fix a couple of typos.
Matthias Clasen
1
-3
/
+3
2003-09-12
Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.
Owen Taylor
1
-0
/
+16
2003-08-19
adapt to new gbsearcharray.h code. (g_value_register_transform_func): turn
Tim Janik
1
-24
/
+29
2003-08-18
added optimizations to skip NOP signal emissions.
Tim Janik
1
-1
/
+88
2003-03-06
Fix 0/FALSE confusion. (#107662, Morten Welinder)
Matthias Clasen
1
-6
/
+6
2003-02-07
Remove all docs from gobject at Tims request. Documentation is only for
Matthias Clasen
1
-478
/
+0
2002-12-15
Move some docs inline.
Matthias Clasen
1
-1
/
+1
2002-12-05
Explain allowed signal names in more detail.
Matthias Clasen
1
-5
/
+13
2002-12-01
More docs.
Matthias Clasen
1
-1
/
+470
2002-11-04
Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,
Owen Taylor
1
-0
/
+4
[next]