2000-11-05 |
Havoc Pennington | remove parens from section name, confuses gtk-doc |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Havoc Pennington | Free the src error if the dest location is NULL - I... |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Havoc Pennington | Added |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Owen Taylor | revert accidentally commited change |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Owen Taylor | When appending handlers and not matching on signal_id... |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Tor Lillqvist | Add gtypeplugin. |
commit | commitdiff | tree | snapshot |
2000-11-05 |
Tim Janik | fixed a bag full of subtle bugs of immensive screw... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Tim Janik | prefix internal functions with '_'. renamed g_signal_co... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sebastian Wilhelmi | Remove superfluous GSearchFunc. |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sebastian Wilhelmi | Added documentation for asynchronous queues. |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sebastian Wilhelmi | Add G_MUTEX_SIZE as needed for gthread-impl.c |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sebastian Wilhelmi | Changed unportable __FUNCTION__ to the verbatim functio... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Sebastian Wilhelmi | Include sys/select.h (some platforms need it for select). |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Tim Janik | destroy all signals that the finalized obejct type... |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Sebastian Wilhelmi | This time the right fix. |
commit | commitdiff | tree | snapshot |
2000-10-31 |
Tor Lillqvist | Also move the #define for O_BINARY from gutils.c to... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Tor Lillqvist | gutils.c gutils.h gfileutils.c Actually, g_mkstemp... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Tor Lillqvist | Check for mkstemp. |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Sebastian Wilhelmi | Added documentation for G_MAXU(INT|SHORT|LONG). |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Sebastian Wilhelmi | second try. |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Sebastian Wilhelmi | Move GCompareFunc to GList and introduce and document... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Sebastian Wilhelmi | made both functions return gboolean just for the little... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Sebastian Wilhelmi | Introduced new function type GEqualFunc to return TRUE... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Tim Janik | start at general description. |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Tim Janik | opened up a new section on signals. |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Tim Janik | renamed owen's g_type_signals(), added required mutex... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Owen Taylor | Fix problem where signals with "_" in them appeared... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Owen Taylor | Add g_type_signals() - a function to list all signals... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tim Janik | fixed notifier position for post_marshal guard which... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tor Lillqvist | Make glib-genmarshal.exe. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tor Lillqvist | Add gmarkup. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tim Janik | publically define GSignalInvocationHint structure that... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Sebastian Wilhelmi | Removed the win32 limitation. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Sebastian Wilhelmi | Document the recently deprecated functions as such. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tim Janik | const fix |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tim Janik | ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org> |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Tim Janik | fixed deadlock scenarion where g_signal_lookup() would... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Havoc Pennington | New module to parse a simple markup language |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Tor Lillqvist | Cosmetics. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Tor Lillqvist | Fix gccisms (pointer arithmetic on void pointer, label... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Sebastian Wilhelmi | When the string is ended by a delimiter, return an... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Sebastian Wilhelmi | Remove empty SUBDIRS line _again_, as that _still_... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Owen Taylor | Don't use implicit casts from void * since this will... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Tim Janik | added g_value_set_static_string(). |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Tim Janik | added newly added gobject/ headers. |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Sebastian Wilhelmi | Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_EN... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Tor Lillqvist | Updates. |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Sebastian Wilhelmi | Use one = instead of two, which is plainly wrong. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Tor Lillqvist | Pass -DGSPAWN_HELPER when building it. Link with user32... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Owen Taylor | Change ERROR_OTHER to ERROR_FAILED, add some dummy... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Tor Lillqvist | Remove alloca stuff from here. galloca.h takes care... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Tor Lillqvist | Add gspawn-win32.c to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Tor Lillqvist | Some more debugging output. (g_io_channel_win32_poll... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Sebastian Wilhelmi | Added inline documentation. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Sebastian Wilhelmi | Readded GFreeFunc, g_node_insert_after and g_find_progr... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | Revert unintended commit... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | Adapted accordingly to header separation and GLIB_HAVE_... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | Added the new headers to glibinclude_HEADERS. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | Split glib.h into many header files mostly according... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | Removed cruft from old threading code. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Sebastian Wilhelmi | define GLIB_HAVE_ALLOCA_H instead of including alloca... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Raja R Harinath | Remove stray '}' |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Raja R Harinath | Work with beta autoconf 2.50. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Raja R Harinath | Use this to specify that 'configure' depends on acglib.m4. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Raja R Harinath | Forgot to commit this. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Raja R Harinath | Don't set to $top_srcdir)/gobject. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Raja R Harinath | Don't set to $(top_srcdir). |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Havoc Pennington | Add new files. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Tor Lillqvist | Fix the Win32-only code to use current API, |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Tor Lillqvist | Revamp to be like makefile.mingw.in, make the MSVC... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Sebastian Wilhelmi | Fixed #10086. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Sebastian Wilhelmi | Changed alloca stuff a bit: when we have a working... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Martin Baulig | Reverted my last commit: |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Martin Baulig | Put the pkg-config scripts back to the correct pkg... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Jonathan Blandford | Added function to keep symetry with g_node_insert_befor... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | New automake conditional. Only compile the gthread... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | .... and now we can remove them again. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | Adding empty files .... sorry, sometimes CVS is really... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | Small fixes. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | Set this to `$(libexecdir)/pkgconfig'; this is the... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Sebastian Wilhelmi | Added errorcheck mutexes. These are activated through... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Havoc Pennington | fix indentation (GConvertError): generic error is conve... |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | Adjusted the test for an unimplemented getpwuid_r.... |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | Moved determination of G_THREAD_FLAGS before G_THREAD_L... |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | Some platforms support 64 bit 'long long', but you... |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | max_len can't be initialized statically as it might... |
commit | commitdiff | tree | snapshot |
2000-09-28 |
Sebastian Wilhelmi | Moved declaration of g_log_domain_gmodule up before... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Elliot Lee | Add G_GNUC_PURE macro (but don't use it anywhere). GNOME_PRINT_0_24 |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Elliot Lee | Add a few missing G_GNUC_CONST's. |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Elliot Lee | Missing piece of previous commit - add @ALLOCA@ to... |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Sebastian Wilhelmi | Remove empty SUBDIRS line, as that prevents make dist... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Tor Lillqvist | Add gconvert.o. Use libiconv. |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Sebastian Wilhelmi | The last released automake (1.4) still requires AM_PROG... |
commit | commitdiff | tree | snapshot |
next |