2001-10-04 |
Owen Taylor | Add missing G_HAVE_GINT64 conditionalization. |
blob | commitdiff |
2001-10-03 |
Owen Taylor | Add support for G_TYPE_INT64 and storing it in GValue... |
blob | commitdiff | diff to current |
2001-10-03 |
jacob berkman | s/retrive/retrieve/ |
blob | commitdiff | diff to current |
2001-09-25 |
Tor Lillqvist | More Win32 automake macros. For .def files: GLIB_DEF... |
blob | commitdiff | diff to current |
2001-09-21 |
Hans Breuer | updated externals |
blob | commitdiff | diff to current |
2001-09-19 |
Tor Lillqvist | Correct InternalName and OriginalFilename to match... |
blob | commitdiff | diff to current |
2001-09-18 |
Tim Janik | up version number to 1.3.8, interface age 0, binary... |
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-10 |
Tim Janik | got rid of g_set_error_handler(), g_set_warning_handler(), |
blob | commitdiff | diff to current |
2001-09-08 |
Owen Taylor | Move gbsearcharray.[ch] to glib as a private ininstalle... |
blob | commitdiff | diff to current |
2001-09-05 |
Matthias Clasen | forgotten ChangeLog entry. |
blob | commitdiff | diff to current |
2001-09-03 |
Tim Janik | updates for 1.3.7 release. |
blob | commitdiff | diff to current |
2001-09-03 |
Owen Taylor | Implement. |
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-15 |
Tim Janik | if __GNUC__ is defined, inline a test for an exact... |
blob | commitdiff | diff to current |
2001-08-12 |
Tim Janik | fix preallocation logic, support DISABLE_MEM_POOLS... |
blob | commitdiff | diff to current |
2001-08-06 |
Sven Neumann | Separate out log entry for gobject changes into the... |
blob | commitdiff | diff to current |
2001-08-01 |
Sven Neumann | added convenience macro g_signal_connect_after(). |
blob | commitdiff | diff to current |
2001-07-28 |
Hans Breuer | updated externals |
blob | commitdiff | diff to current |
2001-07-20 |
Hans Breuer | updated externals |
blob | commitdiff | diff to current |
2001-07-10 |
Tim Janik | fix negative exponent handling (numbers<0). |
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 |
2001-06-30 |
Owen Taylor | g_signal_newc() => g_signal_new(). |
blob | commitdiff | diff to current |
2001-06-29 |
Owen Taylor | Remove debug flag argument to g_type_init() and add |
blob | commitdiff | diff to current |
2001-06-28 |
Tim Janik | up version number to 1.3.7, interface age 0, binary... |
blob | commitdiff | diff to current |
2001-06-22 |
Hans Breuer | updated externals |
blob | commitdiff | diff to current |
2001-06-21 |
Tim Janik | s/long/int/ for default_value in enum and flags pspecs. |
blob | commitdiff | diff to current |
2001-06-20 |
Tim Janik | added debugging variants g_type_name_from_class(), |
blob | commitdiff | diff to current |
2001-06-19 |
Tim Janik | remove left-over usages of an anonymous GBoxed typedef. |
blob | commitdiff | diff to current |
2001-06-13 |
Havoc Pennington | link to ./libgobject-1.3.la since an installed libgobje... GLIB_1_3_6 |
blob | commitdiff | diff to current |
2001-06-12 |
Havoc Pennington | updated |
blob | commitdiff | diff to current |
2001-05-31 |
Owen Taylor | Fix mispelling in help output. (#53952, Skip Montanaro) |
blob | commitdiff | diff to current |
2001-05-28 |
Sebastian Wilhelmi | Fix typo. |
blob | commitdiff | diff to current |
2001-05-28 |
Tim Janik | fixed bad faux-pass, forgot to release signal lock... |
blob | commitdiff | diff to current |
2001-05-27 |
Tim Janik | unlock context when bailing out with a warning. (g_main... |
blob | commitdiff | diff to current |
2001-05-24 |
Hans Breuer | changed depndencies to build glib-genmarshal first... |
blob | commitdiff | diff to current |
2001-05-24 |
Owen Taylor | gpointer, not gpointer *. |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | made 'make distcheck' happy. |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | Removed g_param_spec_stringc. |
blob | commitdiff | diff to current |
2001-05-22 |
Tim Janik | make g_value_set_object() take a gpointer v_object... |
blob | commitdiff | diff to current |
2001-05-14 |
Tim Janik | new function to check whether a handler is still connec... |
blob | commitdiff | diff to current |
2001-05-10 |
Tim Janik | use g_str_hash() algorithm to generate hashes. |
blob | commitdiff | diff to current |
2001-05-05 |
James Henstridge | glib-mkenums is not a compiled program, so shouldn... |
blob | commitdiff | diff to current |
2001-05-03 |
Owen Taylor | Make types of ternary operator correspond. (Fixes compi... |
blob | commitdiff | diff to current |
2001-04-30 |
Tim Janik | removed \v escaping, newer perl versions don't support... |
blob | commitdiff | diff to current |
2001-04-29 |
Tim Janik | made hook ids a gulong. |
blob | commitdiff | diff to current |
2001-04-19 |
Havoc Pennington | We were returning junk memory here, because we didn... |
blob | commitdiff | diff to current |
2001-04-18 |
Owen Taylor | Change C++ comments for FIXME's to C comments. (Patch... |
blob | commitdiff | diff to current |
2001-04-13 |
Hans Breuer | updated |
blob | commitdiff | diff to current |
2001-04-09 |
Tim Janik | increment version to 1.3.4 (binary 0, interface 0). |
blob | commitdiff | diff to current |
2001-04-03 |
Tim Janik | updates. |
blob | commitdiff | diff to current |
2001-04-03 |
Tim Janik | added g_list_nth_prev() which walks ->prev instead... |
blob | commitdiff | diff to current |
2001-04-01 |
Tim Janik | applied patch from owen to implement GParamSpecUnichar. |
blob | commitdiff | diff to current |
2001-03-29 |
Tor Lillqvist | Updates. Add module-test rules. |
blob | commitdiff | diff to current |
2001-03-28 |
Tim Janik | only queue readable properties for notification changes. |
blob | commitdiff | diff to current |
2001-03-22 |
Tim Janik | catch G_SIGNAL_RUN_FIRST with a return value. |
blob | commitdiff | diff to current |
2001-03-21 |
Martin Baulig | This takes a `const GValue *' argument. |
blob | commitdiff | diff to current |
2001-03-18 |
Tor Lillqvist | Add braces to silence gcc -Wall. |
blob | commitdiff | diff to current |
2001-03-18 |
Tim Janik | removed archaic gpointer derived_data; relict and added... |
blob | commitdiff | diff to current |
2001-03-14 |
Tim Janik | made config arg to g_scanner_new() const. |
blob | commitdiff | diff to current |
2001-03-10 |
Tor Lillqvist | Use the _LIBADD dependencies on libglib only on Win32. |
blob | commitdiff | diff to current |
2001-03-09 |
Tor Lillqvist | Use G_BEGIN_DECLS and G_END_DECLS. |
blob | commitdiff | diff to current |
2001-03-09 |
Tim Janik | test program. covers run first/last/cleanup signal... |
blob | commitdiff | diff to current |
2001-03-09 |
Tim Janik | use g_type_is_a() to check for object_type being a... |
blob | commitdiff | diff to current |
2001-03-08 |
Owen Taylor | Include <string.h> for memcpy. |
blob | commitdiff | diff to current |
2001-03-08 |
Tim Janik | eek, fixed old hook detail storage code. |
blob | commitdiff | diff to current |
2001-03-08 |
Tim Janik | destruction cleanup. there's one ->finalize_hook member... |
blob | commitdiff | diff to current |
2001-03-07 |
Tim Janik | catch when adding an interface to an ancestor of a... |
blob | commitdiff | diff to current |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
blob | commitdiff | diff to current |
2001-03-07 |
Sebastian Wilhelmi | Avoid rebuilding everything everytime. |
blob | commitdiff | diff to current |
2001-03-06 |
Jonathan Blandford | add a new param spec to handle interfaces. |
blob | commitdiff | diff to current |
2001-02-22 |
Jonathan Blandford | Committed the wrong thing yesterday. |
blob | commitdiff | diff to current |
2001-02-21 |
Jonathan Blandford | Add g_signal_connect define to make porting from gtk_si... |
blob | commitdiff | diff to current |
2001-02-17 |
Havoc Pennington | include string.h |
blob | commitdiff | diff to current |
2001-02-17 |
Tim Janik | patch from sven to fixup G_ENUM_CLASS_TYPE() macro. |
blob | commitdiff | diff to current |
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 |
next |