2001-02-17 |
Tim Janik | patch from sven to fixup G_ENUM_CLASS_TYPE() macro. |
blob | commitdiff |
2001-02-17 |
Tim Janik | changed collect_format, collect_value() and lcopy_forma... |
blob | commitdiff | diff to current |
2001-02-16 |
Tim Janik | incorporated huge docu patch from Eric Lemings <eric... |
blob | commitdiff | diff to current |
2001-02-04 |
Tor Lillqvist | Remove glib_debug_objects. |
blob | commitdiff | diff to current |
2001-02-04 |
Tim Janik | s/glib_trap_/g_trap_/. add comments on g_trap_instance_... |
blob | commitdiff | diff to current |
2001-02-03 |
Tor Lillqvist | Change order of libs, put progs_LDADD last. Needed... |
blob | commitdiff | diff to current |
2001-01-31 |
Tim Janik | adapt to work with new CVS gtk-doc, leaving the old... |
blob | commitdiff | diff to current |
2001-01-27 |
Tor Lillqvist | Need <io.h> for open() and close(). |
blob | commitdiff | diff to current |
2001-01-24 |
4 | Don't leak closure->notifiers. |
blob | commitdiff | diff to current |
2001-01-05 |
Havoc Pennington | set the value_type in the param spec; closes bug 40210 |
blob | commitdiff | diff to current |
2001-01-03 |
Alexander Larsson | Move glib_debug_objects out of the G_ENABLE_DEBUG ... |
blob | commitdiff | diff to current |
2000-12-29 |
Tim Janik | got rid of outdated dmalloc support. provide g_try_mall... |
blob | commitdiff | diff to current |
2000-12-15 |
Tor Lillqvist | Update. |
blob | commitdiff | diff to current |
2000-12-15 |
Havoc Pennington | use g_signal_newc |
blob | commitdiff | diff to current |
2000-12-15 |
Tim Janik | add an instance member value_type so the default value... |
blob | commitdiff | diff to current |
2000-12-14 |
Tor Lillqvist | Warn if no callback. Call callback correctly. (g_io_win... |
blob | commitdiff | diff to current |
2000-12-13 |
Tim Janik | urg managed to forget this last time ;( |
blob | commitdiff | diff to current |
2000-12-13 |
Tim Janik | return whether a value got removed. |
blob | commitdiff | diff to current |
2000-12-12 |
Elliot Lee | GMainContext useful in implementing some additional... |
blob | commitdiff | diff to current |
2000-12-12 |
Tim Janik | fixed dealing with collection/lcopy of NULL values. |
blob | commitdiff | diff to current |
2000-11-29 |
Tim Janik | fix elliots "logic fix" that dereferences NULL nodes... |
blob | commitdiff | diff to current |
2000-11-28 |
Elliot Lee | Fix warnings. |
blob | commitdiff | diff to current |
2000-11-28 |
Tor Lillqvist | Patches by Hans Breuer: |
blob | commitdiff | diff to current |
2000-11-26 |
Tor Lillqvist | Add gqsort. |
blob | commitdiff | diff to current |
2000-11-20 |
Havoc Pennington | More convenient data-setting functions |
blob | commitdiff | diff to current |
2000-11-16 |
Owen Taylor | If loading the module fails, don't increment the use... |
blob | commitdiff | diff to current |
2000-11-15 |
Tim Janik | doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; report... |
blob | commitdiff | diff to current |
2000-11-13 |
Owen Taylor | Up version to 1.3.2 |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Add missing entry points. |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Improve chance to generate unique names with less effor... |
blob | commitdiff | diff to current |
2000-11-11 |
Owen Taylor | New basic implementation of GTypePlugin interface as... |
blob | commitdiff | diff to current |
2000-11-05 |
Owen Taylor | When appending handlers and not matching on signal_id... |
blob | commitdiff | diff to current |
2000-11-05 |
Tor Lillqvist | Add gtypeplugin. |
blob | commitdiff | diff to current |
2000-11-05 |
Tim Janik | fixed a bag full of subtle bugs of immensive screw... |
blob | commitdiff | diff to current |
2000-11-03 |
Tim Janik | prefix internal functions with '_'. renamed g_signal_co... |
blob | commitdiff | diff to current |
2000-11-01 |
Tim Janik | destroy all signals that the finalized obejct type... |
blob | commitdiff | diff to current |
2000-10-30 |
Sebastian Wilhelmi | made both functions return gboolean just for the little... |
blob | commitdiff | diff to current |
2000-10-30 |
Tim Janik | opened up a new section on signals. |
blob | commitdiff | diff to current |
2000-10-30 |
Tim Janik | renamed owen's g_type_signals(), added required mutex... |
blob | commitdiff | diff to current |
2000-10-29 |
Owen Taylor | Fix problem where signals with "_" in them appeared... |
blob | commitdiff | diff to current |
2000-10-29 |
Owen Taylor | Add g_type_signals() - a function to list all signals... |
blob | commitdiff | diff to current |
2000-10-27 |
Tim Janik | fixed notifier position for post_marshal guard which... |
blob | commitdiff | diff to current |
2000-10-27 |
Tor Lillqvist | Make glib-genmarshal.exe. |
blob | commitdiff | diff to current |
2000-10-27 |
Tim Janik | publically define GSignalInvocationHint structure that... |
blob | commitdiff | diff to current |
2000-10-27 |
Tim Janik | ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org> |
blob | commitdiff | diff to current |
2000-10-27 |
Tim Janik | fixed deadlock scenarion where g_signal_lookup() would... |
blob | commitdiff | diff to current |
2000-10-26 |
Tor Lillqvist | Fix gccisms (pointer arithmetic on void pointer, label... |
blob | commitdiff | diff to current |
2000-10-26 |
Sebastian Wilhelmi | Remove empty SUBDIRS line _again_, as that _still_... |
blob | commitdiff | diff to current |
2000-10-25 |
Owen Taylor | Don't use implicit casts from void * since this will... |
blob | commitdiff | diff to current |
2000-10-25 |
Tim Janik | added g_value_set_static_string(). |
blob | commitdiff | diff to current |
2000-10-25 |
Tim Janik | added newly added gobject/ headers. |
blob | commitdiff | diff to current |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
blob | commitdiff | diff to current |
2000-09-25 |
Sebastian Wilhelmi | Remove empty SUBDIRS line, as that prevents make dist... |
blob | commitdiff | diff to current |
2000-09-10 |
Owen Taylor | Move call to g_type_free_instance() here from g_object_... |
blob | commitdiff | diff to current |
2000-07-27 |
Tor Lillqvist | No, don't mark glib_debug_objects for export here,... |
blob | commitdiff | diff to current |
2000-07-26 |
Tor Lillqvist | gobject.def Mark glib_debug_objects for export/import... |
blob | commitdiff | diff to current |
2000-07-25 |
Tim Janik | make g_type_fundamental_last() a function, avoiding... |
blob | commitdiff | diff to current |
2000-07-19 |
Tor Lillqvist | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. |
blob | commitdiff | diff to current |
2000-07-13 |
Tor Lillqvist | Add g_type_get_plugin. |
blob | commitdiff | diff to current |
2000-07-13 |
Tim Janik | default initialize the temporary default value, instead... |
blob | commitdiff | diff to current |
2000-07-11 |
Raja R Harinath | Don't return just 0 or 1. |
blob | commitdiff | diff to current |
2000-07-11 |
Tim Janik | removed g_type_is_dynamic() and added g_type_get_plugin(). |
blob | commitdiff | diff to current |
2000-07-10 |
Tor Lillqvist | Include ../config.h for HAVE_UNISTD_H. Use it to guard... |
blob | commitdiff | diff to current |
2000-07-10 |
Owen Taylor | Move string.h include into the .c file instead of where... |
blob | commitdiff | diff to current |
2000-07-06 |
Owen Taylor | dist fixes. |
blob | commitdiff | diff to current |
2000-06-30 |
Tor Lillqvist | Add new entry points. |
blob | commitdiff | diff to current |
2000-06-29 |
Owen Taylor | include string.h for memset include string.h for strcpy... |
blob | commitdiff | diff to current |
2000-06-28 |
Tim Janik | spelling |
blob | commitdiff | diff to current |
2000-06-24 |
Tim Janik | define gstring in terms of gchar*. this typedef reflect... |
blob | commitdiff | diff to current |
2000-06-10 |
Tim Janik | fetch the nth iface entry of the type node in the nth... |
blob | commitdiff | diff to current |
2000-06-07 |
Owen Taylor | Add top_builddir so glibconfig.h is found properly... |
blob | commitdiff | diff to current |
2000-05-13 |
Tor Lillqvist | makefile.mingw.in tests/makefile.mingw.in Rename makefi... |
blob | commitdiff | diff to current |
2000-05-12 |
Tim Janik | add reserved fundamental ids for gtk types (for transit... |
blob | commitdiff | diff to current |
|