2001-05-31 |
Owen Taylor | Fix mispelling in help output. (#53952, Skip Montanaro) |
tree | commitdiff |
2001-05-28 |
Sebastian Wilhelmi | Fix typo. |
tree | commitdiff |
2001-05-28 |
Tim Janik | fixed bad faux-pass, forgot to release signal lock... |
tree | commitdiff |
2001-05-27 |
Tim Janik | unlock context when bailing out with a warning. (g_main... |
tree | commitdiff |
2001-05-24 |
Hans Breuer | changed depndencies to build glib-genmarshal first... |
tree | commitdiff |
2001-05-24 |
Owen Taylor | gpointer, not gpointer *. |
tree | commitdiff |
2001-05-22 |
Sebastian Wilhelmi | made 'make distcheck' happy. |
tree | commitdiff |
2001-05-22 |
Sebastian Wilhelmi | Removed g_param_spec_stringc. |
tree | commitdiff |
2001-05-22 |
Tim Janik | make g_value_set_object() take a gpointer v_object... |
tree | commitdiff |
2001-05-16 |
Owen Taylor | Add inter-library dependencies. |
tree | commitdiff |
2001-05-14 |
Tim Janik | new function to check whether a handler is still connec... |
tree | commitdiff |
2001-05-10 |
Tim Janik | use g_str_hash() algorithm to generate hashes. |
tree | commitdiff |
2001-05-05 |
James Henstridge | glib-mkenums is not a compiled program, so shouldn... |
tree | commitdiff |
2001-05-03 |
Owen Taylor | Make types of ternary operator correspond. (Fixes compi... |
tree | commitdiff |
2001-04-30 |
Tim Janik | removed \v escaping, newer perl versions don't support... |
tree | commitdiff |
2001-04-29 |
Tim Janik | made hook ids a gulong. |
tree | commitdiff |
2001-04-19 |
Havoc Pennington | We were returning junk memory here, because we didn... |
tree | commitdiff |
2001-04-18 |
Owen Taylor | Change C++ comments for FIXME's to C comments. (Patch... |
tree | commitdiff |
2001-04-13 |
Hans Breuer | updated |
tree | commitdiff |
2001-04-09 |
Tim Janik | increment version to 1.3.4 (binary 0, interface 0). |
tree | commitdiff |
2001-04-03 |
Tim Janik | updates. |
tree | commitdiff |
2001-04-03 |
Tim Janik | added g_list_nth_prev() which walks ->prev instead... |
tree | commitdiff |
2001-04-01 |
Tim Janik | applied patch from owen to implement GParamSpecUnichar. |
tree | commitdiff |
2001-03-29 |
Tor Lillqvist | Updates. Add module-test rules. |
tree | commitdiff |
2001-03-28 |
Tim Janik | only queue readable properties for notification changes. |
tree | commitdiff |
2001-03-22 |
Tim Janik | catch G_SIGNAL_RUN_FIRST with a return value. |
tree | commitdiff |
2001-03-21 |
Martin Baulig | This takes a `const GValue *' argument. |
tree | commitdiff |
2001-03-18 |
Tor Lillqvist | Add braces to silence gcc -Wall. |
tree | commitdiff |
2001-03-18 |
Tim Janik | removed archaic gpointer derived_data; relict and added... |
tree | commitdiff |
2001-03-14 |
Tim Janik | made config arg to g_scanner_new() const. |
tree | commitdiff |
2001-03-11 |
Sven Neumann | shut up CVS |
tree | commitdiff |
2001-03-10 |
Tor Lillqvist | Use the _LIBADD dependencies on libglib only on Win32. |
tree | commitdiff |
2001-03-09 |
Tor Lillqvist | Use G_BEGIN_DECLS and G_END_DECLS. |
tree | commitdiff |
2001-03-09 |
Hans Breuer | (oops, forgot the file ...) |
tree | commitdiff |
2001-03-09 |
Tim Janik | test program. covers run first/last/cleanup signal... |
tree | commitdiff |
2001-03-09 |
Tim Janik | use g_type_is_a() to check for object_type being a... |
tree | commitdiff |
2001-03-08 |
Owen Taylor | Include <string.h> for memcpy. |
tree | commitdiff |
2001-03-08 |
Tor Lillqvist | glib.def gobject/gobject.def Update. |
tree | commitdiff |
2001-03-08 |
Tim Janik | eek, fixed old hook detail storage code. |
tree | commitdiff |
2001-03-08 |
Tim Janik | destruction cleanup. there's one ->finalize_hook member... |
tree | commitdiff |
2001-03-07 |
Tim Janik | get rid of bogus g_value_convert |
tree | commitdiff |
2001-03-07 |
Tim Janik | catch when adding an interface to an ancestor of a... |
tree | commitdiff |
2001-03-07 |
Tim Janik | magic sprinkles |
tree | commitdiff |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
tree | commitdiff |
2001-03-07 |
Sebastian Wilhelmi | Avoid rebuilding everything everytime. |
tree | commitdiff |
2001-03-06 |
Jonathan Blandford | add a new param spec to handle interfaces. |
tree | commitdiff |
2001-02-22 |
Jonathan Blandford | Committed the wrong thing yesterday. |
tree | commitdiff |
2001-02-21 |
Jonathan Blandford | Add g_signal_connect define to make porting from gtk_si... |
tree | commitdiff |
2001-02-21 |
Tor Lillqvist | Match also UNC paths on Win32. |
tree | commitdiff |
2001-02-19 |
Hans Breuer | updated for win32 msvc build |
tree | commitdiff |
2001-02-17 |
Havoc Pennington | include string.h |
tree | commitdiff |
2001-02-17 |
Tim Janik | patch from sven to fixup G_ENUM_CLASS_TYPE() macro. |
tree | commitdiff |
2001-02-17 |
Tim Janik | changed collect_format, collect_value() and lcopy_forma... |
tree | commitdiff |
2001-02-16 |
Tim Janik | incorporated huge docu patch from Eric Lemings <eric... |
tree | commitdiff |
2001-02-04 |
Tor Lillqvist | Remove glib_debug_objects. |
tree | commitdiff |
2001-02-04 |
Tim Janik | s/glib_trap_/g_trap_/. add comments on g_trap_instance_... |
tree | commitdiff |
2001-02-03 |
Tor Lillqvist | Change order of libs, put progs_LDADD last. Needed... |
tree | commitdiff |
2001-01-31 |
Tim Janik | adapt to work with new CVS gtk-doc, leaving the old... |
tree | commitdiff |
2001-01-27 |
Tor Lillqvist | Need <io.h> for open() and close(). |
tree | commitdiff |
2001-01-25 |
Tor Lillqvist | makefile.mingw.in Protect the rule to rebuild makefile... |
tree | commitdiff |
2001-01-24 |
4 | Don't leak closure->notifiers. |
tree | commitdiff |
2001-01-09 |
Tim Janik | added some function documentations. |
tree | commitdiff |
2001-01-05 |
Havoc Pennington | set the value_type in the param spec; closes bug 40210 |
tree | commitdiff |
2001-01-03 |
Alexander Larsson | Move glib_debug_objects out of the G_ENABLE_DEBUG ... |
tree | commitdiff |
2000-12-29 |
Tor Lillqvist | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. |
tree | commitdiff |
2000-12-29 |
Tim Janik | got rid of outdated dmalloc support. provide g_try_mall... |
tree | commitdiff |
2000-12-17 |
Tor Lillqvist | Use GetACP to get the current ANSI codepage. |
tree | commitdiff |
2000-12-16 |
Tor Lillqvist | Update. |
tree | commitdiff |
2000-12-15 |
Tor Lillqvist | Update. |
tree | commitdiff |
2000-12-15 |
Havoc Pennington | use g_signal_newc |
tree | commitdiff |
2000-12-15 |
Tim Janik | add an instance member value_type so the default value... |
tree | commitdiff |
2000-12-14 |
Tor Lillqvist | Update once again. |
tree | commitdiff |
2000-12-14 |
Tor Lillqvist | Update more. |
tree | commitdiff |
2000-12-14 |
Tor Lillqvist | Warn if no callback. Call callback correctly. (g_io_win... |
tree | commitdiff |
2000-12-13 |
Tim Janik | urg managed to forget this last time ;( |
tree | commitdiff |
2000-12-13 |
Tim Janik | return whether a value got removed. |
tree | commitdiff |
2000-12-12 |
Tim Janik | clean up after elliot, wonder what his mother has to... |
tree | commitdiff |
2000-12-12 |
Elliot Lee | GMainContext useful in implementing some additional... |
tree | commitdiff |
2000-12-12 |
Tim Janik | shut up on new marshaller generated stuff |
tree | commitdiff |
2000-12-12 |
Tim Janik | i guess some people may need this ;) |
tree | commitdiff |
2000-12-12 |
Tim Janik | fixed dealing with collection/lcopy of NULL values. |
tree | commitdiff |
2000-12-01 |
Tor Lillqvist | Include make.msc from GLib's build subdir. |
tree | commitdiff |
2000-11-29 |
Tim Janik | fix elliots "logic fix" that dereferences NULL nodes... |
tree | commitdiff |
2000-11-28 |
Elliot Lee | Fix warnings. |
tree | commitdiff |
2000-11-28 |
Tor Lillqvist | Patches by Hans Breuer: |
tree | commitdiff |
2000-11-26 |
Tor Lillqvist | Add gqsort. |
tree | commitdiff |
2000-11-20 |
Havoc Pennington | More convenient data-setting functions |
tree | commitdiff |
2000-11-16 |
Owen Taylor | If loading the module fails, don't increment the use... |
tree | commitdiff |
2000-11-15 |
Tim Janik | doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; report... |
tree | commitdiff |
2000-11-13 |
Owen Taylor | Up version to 1.3.2 |
tree | commitdiff |
2000-11-11 |
Tor Lillqvist | Add missing entry points. |
tree | commitdiff |
2000-11-11 |
Tor Lillqvist | Improve chance to generate unique names with less effor... |
tree | commitdiff |
2000-11-11 |
Owen Taylor | *** empty log message *** |
tree | commitdiff |
2000-11-11 |
Owen Taylor | New basic implementation of GTypePlugin interface as... |
tree | commitdiff |
2000-11-05 |
Owen Taylor | revert accidentally commited change |
tree | commitdiff |
2000-11-05 |
Owen Taylor | When appending handlers and not matching on signal_id... |
tree | commitdiff |
2000-11-05 |
Tor Lillqvist | Add gtypeplugin. |
tree | commitdiff |
2000-11-05 |
Tim Janik | fixed a bag full of subtle bugs of immensive screw... |
tree | commitdiff |
2000-11-03 |
Tim Janik | prefix internal functions with '_'. renamed g_signal_co... |
tree | commitdiff |
2000-11-01 |
Tim Janik | destroy all signals that the finalized obejct type... |
tree | commitdiff |
next |