projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a generic libffi based marshaller to libgobject
[platform/upstream/glib.git]
/
gobject
/
gobject.c
2011-02-16
Stef Walter
Better documentation for g_value_dup_object().
blob
|
commitdiff
2011-02-11
Will Thompson
GObject: correct documentation typos
blob
|
commitdiff
|
diff to current
2011-01-27
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2011-01-12
Michael Natterer
gobject: add an empty default impl of GObject::construc...
blob
|
commitdiff
|
diff to current
2010-12-28
Matthias Clasen
Make object_interface_check_properties work
blob
|
commitdiff
|
diff to current
2010-12-27
Pavel Holejsovsky
Add GI annotations to GObject
blob
|
commitdiff
|
diff to current
2010-12-19
Pavel Holejsovsky
Add GI annotations to GClosure and friends.
blob
|
commitdiff
|
diff to current
2010-12-19
Pavel Holejsovsky
Add GI annotations to GValue and GValueArray.
blob
|
commitdiff
|
diff to current
2010-12-17
Will Thompson
g_object_get_property: document that value must be...
blob
|
commitdiff
|
diff to current
2010-11-28
Jonas Holmberg
gobject: initialize memory in g_object_new_valist
blob
|
commitdiff
|
diff to current
2010-11-08
Ryan Lortie
New function: g_clear_object()
blob
|
commitdiff
|
diff to current
2010-10-22
Florian Müllner
Fix deadlock in g_object_remove_toggle_ref()
blob
|
commitdiff
|
diff to current
2010-10-21
Alberto Garcia
Protect access to closure, weak refs and toggle refs...
blob
|
commitdiff
|
diff to current
2010-10-08
Emmanuele Bassi
gobject: Improve install_properties()
blob
|
commitdiff
|
diff to current
2010-10-04
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-10-04
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[introspection] Add GObject annotations
blob
|
commitdiff
|
diff to current
2010-09-13
Emmanuele Bassi
gobject: Add install_properties()
blob
|
commitdiff
|
diff to current
2010-09-08
Emmanuele Bassi
Revert hack that broke things badly on Windows
blob
|
commitdiff
|
diff to current
2010-09-04
Emmanuele Bassi
Hack to include glib/gdatasetprivate.h directly
blob
|
commitdiff
|
diff to current
2010-07-22
Olivier Crête
notify: Remove g_object_notify_queue_from_object()
blob
|
commitdiff
|
diff to current
2010-07-07
Ryan Lortie
gobject/: fully remove gobjectalias hacks
blob
|
commitdiff
|
diff to current
2010-06-23
Christian Dywan
Introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
blob
|
commitdiff
|
diff to current
2010-06-15
Damien Lespiau
Introduce g_object_notify_by_pspec()
blob
|
commitdiff
|
diff to current
2010-06-10
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-05-27
Alexander Larsson
Add dtrace and systemtap support for gobject
blob
|
commitdiff
|
diff to current
2010-04-21
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-04-16
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-04-16
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-02-23
Edward Hervey
gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we...
blob
|
commitdiff
|
diff to current
2010-01-18
Benjamin Otte
Ensure values are memset to 0 when calling G_VALUE_COLL...
blob
|
commitdiff
|
diff to current
2010-01-13
Edward Hervey
gobject: Use new G_VALUE_COLLECT_INIT variant
blob
|
commitdiff
|
diff to current
2010-01-11
Kamal Mostafa
g_object_new(): skip varargs for simple calls
blob
|
commitdiff
|
diff to current
2009-11-30
Benjamin Otte
Only add object to list new objects when it has a custo...
blob
|
commitdiff
|
diff to current
2009-10-06
Cody Russell
g_object_unref racy condition can lead to crash
blob
|
commitdiff
|
diff to current
2009-10-02
Alexander Larsson
Add fast path for construction with no params
blob
|
commitdiff
|
diff to current
2009-10-02
Alexander Larsson
Don't freeze/thaw notification during construction...
blob
|
commitdiff
|
diff to current
2009-10-02
Alexander Larsson
Add a check that no properties are added after a class...
blob
|
commitdiff
|
diff to current
2009-10-02
Alexander Larsson
Add GObjectClass flag CLASS_HAS_PROPS_FLAG
blob
|
commitdiff
|
diff to current
2009-02-23
Matthias Clasen
Fix "it's" vs "its" confusion throughout the source...
blob
|
commitdiff
|
diff to current
2009-02-17
Matthias Clasen
Fix strict aliasing warnings and viiolations...
blob
|
commitdiff
|
diff to current
2009-01-02
Behdad Esfahbod
Bug 565136 – Gobject's "notify" signal parameters are...
blob
|
commitdiff
|
diff to current
2008-11-04
Matthias Clasen
Expand the docs of g_object_class_install_property...
blob
|
commitdiff
|
diff to current
2008-09-26
Dan Winship
add uint* -> int* casts in g_atomic_int calls to avoid...
blob
|
commitdiff
|
diff to current
2008-08-21
Johan Dahlin
Bug 548800 – Missing a g_object_get_type function
blob
|
commitdiff
|
diff to current
2008-07-04
Michael Natterer
remove unused #define PREALLOC_CPARAMS.
blob
|
commitdiff
|
diff to current
2008-07-02
Matthias Clasen
Fix up section comments
blob
|
commitdiff
|
diff to current
2008-06-29
Björn Lindqvist
Bug 539626 – Update docstrings for g_object_freeze_noti...
blob
|
commitdiff
|
diff to current
2008-06-22
Michael Natterer
remove trailing whitespace from newly added gtk-doc...
blob
|
commitdiff
|
diff to current
2008-06-22
Michael Natterer
moved includes back to the top of the files (before...
blob
|
commitdiff
|
diff to current
2008-06-22
Stefan Kost
Migrating docs.
blob
|
commitdiff
|
diff to current
2008-06-21
Stefan Kost
Migrating docs.
blob
|
commitdiff
|
diff to current
2008-06-21
Stefan Kost
Migrating docs.
blob
|
commitdiff
|
diff to current
2008-06-21
Stefan Kost
Migrating docs.
blob
|
commitdiff
|
diff to current
2007-04-03
Ryan Lortie
invoke GObjectClass.constructed() only for newly constr...
blob
|
commitdiff
|
diff to current
2006-09-30
Matthias Clasen
Fix some issues with PLT entries.
blob
|
commitdiff
|
diff to current
2006-08-29
Tim Janik
fixed to print usage and version info on STDOUT (#322502).
blob
|
commitdiff
|
diff to current
2006-08-26
Matthias Clasen
Fix some typos. (#351741, Kjartan Maraas)
blob
|
commitdiff
|
diff to current
2006-08-23
Sven Neumann
changed return value of g_value_dup_object(), fixes...
blob
|
commitdiff
|
diff to current
2006-08-16
Tim Janik
conditionally thaw the notify queue after construction...
blob
|
commitdiff
|
diff to current
2006-03-07
Tim Janik
added case3 to hand out the original floating flag...
blob
|
commitdiff
|
diff to current
2005-12-22
Tim Janik
renamed GUnowned to GInitiallyUnowned.
blob
|
commitdiff
|
diff to current
2005-12-22
Tim Janik
implemented G_TYPE_GTPYE. applied patch from matthias...
blob
|
commitdiff
|
diff to current
2005-11-23
Tim Janik
added floating reference count. g_object_is_floating():
blob
|
commitdiff
|
diff to current
2005-08-31
Matthias Clasen
Intern the signal name.
blob
|
commitdiff
|
diff to current
2005-08-31
Matthias Clasen
Intern type names before registering the type to avoid...
blob
|
commitdiff
|
diff to current
2005-08-01
Tim Janik
turned all modifications to the first 32 integer bits...
blob
|
commitdiff
|
diff to current
2005-07-31
Tim Janik
use g_datalist_set_flags() and g_datalist_unset_flags...
blob
|
commitdiff
|
diff to current
2005-07-30
Tim Janik
reverted notify_mutex introduction, since this prevents...
blob
|
commitdiff
|
diff to current
2005-07-15
Matthias Clasen
Make refcounting threadsafe by using atomic operations...
blob
|
commitdiff
|
diff to current
2005-05-05
Owen Taylor
Add g_object_add/remove_toggle_ref() functions to get...
blob
|
commitdiff
|
diff to current
2005-03-14
Matthias Clasen
Make work again.
blob
|
commitdiff
|
diff to current
2004-09-16
Matthias Clasen
Implement the same PLT reduction technique used in...
blob
|
commitdiff
|
diff to current
2003-11-29
Tim Janik
fix g_object_set() whithin _init() implementations...
blob
|
commitdiff
|
diff to current
2003-11-27
Tim Janik
variant of class_peek() which works for static types...
blob
|
commitdiff
|
diff to current
2003-10-21
Owen Taylor
Add a new GParamSpecOverride type that is a pointer...
blob
|
commitdiff
|
diff to current
2003-09-12
Matthias Clasen
Make the g_value_set_x_take_ownership() functions ...
blob
|
commitdiff
|
diff to current
2003-08-28
Manish Singh
removed stray change from previous commit.
blob
|
commitdiff
|
diff to current
2003-08-08
Matthias Clasen
Improve the wording of the warning for invalid
blob
|
commitdiff
|
diff to current
2003-05-30
Owen Taylor
Order refs/unrefs so setting the same object back is...
blob
|
commitdiff
|
diff to current
2003-02-07
Matthias Clasen
Remove all docs from gobject at Tims request. Documenta...
blob
|
commitdiff
|
diff to current
2002-12-18
Matthias Clasen
Add docs.
blob
|
commitdiff
|
diff to current
2002-12-15
Matthias Clasen
Move some docs inline.
blob
|
commitdiff
|
diff to current
2002-12-02
Matthias Clasen
More GSignal docs.
blob
|
commitdiff
|
diff to current
2002-07-05
Anders Carlsson
Remove debugging message, approved by Tim Janik.
blob
|
commitdiff
|
diff to current
2002-05-06
Owen Taylor
[ merged from stable ]
blob
|
commitdiff
|
diff to current
2002-03-21
Tim Janik
fix extraneous include.
blob
|
commitdiff
|
diff to current
2002-03-13
Erwann Chenede
glib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
blob
|
commitdiff
|
diff to current
2002-03-03
Tim Janik
placed a comment about not changing CArray until we...
blob
|
commitdiff
|
diff to current
2002-02-21
Owen Taylor
Fix implicit conversions between void * and function...
blob
|
commitdiff
|
diff to current
2002-02-19
Tim Janik
provide marshaller specific value_set_*_take_ownership...
blob
|
commitdiff
|
diff to current
2002-01-24
Tim Janik
return gulong instead of guint.
blob
|
commitdiff
|
diff to current
2001-11-12
Tim Janik
G_TOKEN_ERROR is also an end of stream condition.
blob
|
commitdiff
|
diff to current
2001-10-03
jacob berkman
s/retrive/retrieve/
blob
|
commitdiff
|
diff to current
2001-09-10
Tim Janik
removed extraneous GObject* returns from a couple funct...
blob
|
commitdiff
|
diff to current
2001-09-04
Matthias Clasen
gobject.c (g_object_base_class_finalize): typo fix.
blob
|
commitdiff
|
diff to current
2001-08-18
James Henstridge
add an object member to the structure. (weak_refs_notif...
blob
|
commitdiff
|
diff to current
2001-08-06
Sven Neumann
added new function g_nullify_pointer().
blob
|
commitdiff
|
diff to current
2001-07-02
Tim Janik
congrats tim, introducing of-by-one errors like on...
blob
|
commitdiff
|
diff to current
2001-07-02
Tim Janik
added g_list_insert_before().
blob
|
commitdiff
|
diff to current
next