summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2001-05-271-0/+11
* changed depndencies to build glib-genmarshal first and statically linkedHans Breuer2001-05-241-0/+8
* gpointer, not gpointer *.Owen Taylor2001-05-241-0/+5
* made 'make distcheck' happy.Sebastian Wilhelmi2001-05-221-0/+2
* Removed g_param_spec_stringc.Sebastian Wilhelmi2001-05-221-0/+4
* make g_value_set_object() take a gpointer v_object so people don't need toTim Janik2001-05-221-0/+6
* new function to check whether a handler is still connected to an instanceTim Janik2001-05-141-0/+6
* use g_str_hash() algorithm to generate hashes.Tim Janik2001-05-101-0/+12
* glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge2001-05-051-0/+6
* Make types of ternary operator correspond. (Fixes compilation errors withOwen Taylor2001-05-031-0/+6
* removed \v escaping, newer perl versions don't support this, and it'STim Janik2001-04-301-0/+5
* made hook ids a gulong.Tim Janik2001-04-291-0/+12
* We were returning junk memory here, because we didn't copy the valueHavoc Pennington2001-04-191-0/+8
* Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor2001-04-181-0/+5
* updatedHans Breuer2001-04-131-0/+4
* increment version to 1.3.4 (binary 0, interface 0).Tim Janik2001-04-091-0/+5
* updates.Tim Janik2001-04-031-0/+4
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-0/+13
* applied patch from owen to implement GParamSpecUnichar.Tim Janik2001-04-011-0/+23
* Updates. Add module-test rules.Tor Lillqvist2001-03-291-0/+4
* only queue readable properties for notification changes.Tim Janik2001-03-281-0/+5
* catch G_SIGNAL_RUN_FIRST with a return value.Tim Janik2001-03-221-0/+4
* This takes a `const GValue *' argument.Martin Baulig2001-03-211-0/+5
* Add braces to silence gcc -Wall.Tor Lillqvist2001-03-181-0/+4
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-0/+12
* made config arg to g_scanner_new() const.Tim Janik2001-03-141-0/+10
* Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist2001-03-101-0/+6
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-0/+7
* test program. covers run first/last/cleanup signal handlers, return valueTim Janik2001-03-091-0/+17
* use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, notTim Janik2001-03-091-0/+9
* Include <string.h> for memcpy.Owen Taylor2001-03-081-0/+7
* eek, fixed old hook detail storage code.Tim Janik2001-03-081-0/+4
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-081-0/+19
* catch when adding an interface to an ancestor of a child that alreadyTim Janik2001-03-071-0/+16
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-3/+80
* Avoid rebuilding everything everytime.Sebastian Wilhelmi2001-03-071-0/+4
* add a new param spec to handle interfaces.Jonathan Blandford2001-03-061-0/+5
* Committed the wrong thing yesterday.Jonathan Blandford2001-02-221-0/+3
* Add g_signal_connect define to make porting from gtk_signal_connect easy.Jonathan Blandford2001-02-211-0/+5
* include string.hHavoc Pennington2001-02-171-0/+12
* patch from sven to fixup G_ENUM_CLASS_TYPE() macro.Tim Janik2001-02-171-0/+5
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-0/+24
* incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik2001-02-161-0/+16
* Remove glib_debug_objects.Tor Lillqvist2001-02-041-0/+4
* s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik2001-02-041-0/+14
* Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist2001-02-031-0/+5
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+13
* Need <io.h> for open() and close().Tor Lillqvist2001-01-271-0/+4
* Don't leak closure->notifiers.42001-01-241-0/+5
* set the value_type in the param spec; closes bug 40210Havoc Pennington2001-01-051-0/+6