Commit Graph

  • c36151fcdc Add gtypemodule.h Owen Taylor 2000-11-11 00:04:33 +00:00
  • 975d1e3e4d Updates added Owen Taylor 2000-11-11 00:03:57 +00:00
  • 7d4a8d2c4c New basic implementation of GTypePlugin interface as a GObject. Owen Taylor 2000-11-11 00:03:19 +00:00
  • daa8fe28cd Add comment about template parameter to g_file_open_tmp() not being modified. And correspondingly, remove unnecessary char buffer. Tor Lillqvist 2000-11-10 23:49:37 +00:00
  • 997215e747 New function, suggested by Havoc earlier this month. (g_mkstemp): Use only Tor Lillqvist 2000-11-10 23:43:33 +00:00
  • c46b9f34e4 Don't take threads with other priorities into account as changing the Sebastian Wilhelmi 2000-11-09 12:28:12 +00:00
  • 14c4da8cdd rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG Havoc Pennington 2000-11-05 18:38:08 +00:00
  • 194ae56882 inline docs (unescape_text): properly check strtoul for failure. Havoc Pennington 2000-11-05 18:09:16 +00:00
  • 7e85ae4f28 remove parens from section name, confuses gtk-doc Havoc Pennington 2000-11-05 17:07:19 +00:00
  • d4ff0ef999 Free the src error if the dest location is NULL - I'm pretty sure that's Havoc Pennington 2000-11-05 17:02:37 +00:00
  • 110c6cbac8 Added Havoc Pennington 2000-11-05 16:38:16 +00:00
  • 56f81205cf revert accidentally commited change Owen Taylor 2000-11-05 15:29:14 +00:00
  • a453526f35 When appending handlers and not matching on signal_id, use Owen Taylor 2000-11-05 15:27:31 +00:00
  • b0956b3b6f Add gtypeplugin. Tor Lillqvist 2000-11-05 09:00:54 +00:00
  • 83c45024e3 fixed a bag full of subtle bugs of immensive screw-up potential in Tim Janik 2000-11-05 05:07:26 +00:00
  • 3cc60a9ab1 prefix internal functions with '_'. renamed g_signal_connect_closure() to Tim Janik 2000-11-03 08:18:09 +00:00
  • e78311ff4e Remove superfluous GSearchFunc. Sebastian Wilhelmi 2000-11-02 15:22:57 +00:00
  • 91b9b2dd12 Added documentation for asynchronous queues. Sebastian Wilhelmi 2000-11-02 14:54:52 +00:00
  • 1d126e44f2 Add G_MUTEX_SIZE as needed for gthread-impl.c Sebastian Wilhelmi 2000-11-02 13:04:16 +00:00
  • 9c574a6a9a Changed unportable __FUNCTION__ to the verbatim function name. Sebastian Wilhelmi 2000-11-02 12:31:10 +00:00
  • 6c41cc9ce7 Include sys/select.h (some platforms need it for select). Sebastian Wilhelmi 2000-11-02 11:38:10 +00:00
  • cfe0780d3e destroy all signals that the finalized obejct type introduced. Tim Janik 2000-11-01 03:03:04 +00:00
  • b6eb9a2e7d This time the right fix. Sebastian Wilhelmi 2000-10-31 14:55:23 +00:00
  • 03f908d84b Also move the #define for O_BINARY from gutils.c to gfileutils.c. Tor Lillqvist 2000-10-31 05:51:24 +00:00
  • dd3f4d6bb3 gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in Tor Lillqvist 2000-10-30 22:06:22 +00:00
  • 6acee58bdf Check for mkstemp. Tor Lillqvist 2000-10-30 21:55:21 +00:00
  • 3de6638d23 Added documentation for G_MAXU(INT|SHORT|LONG). Sebastian Wilhelmi 2000-10-30 16:08:23 +00:00
  • f8314fd1f7 second try. Sebastian Wilhelmi 2000-10-30 14:50:32 +00:00
  • 6ca80ce85f Move GCompareFunc to GList and introduce and document GEqualFunc in Sebastian Wilhelmi 2000-10-30 14:49:50 +00:00
  • 3a9edd37c1 made both functions return gboolean just for the little extra standard Sebastian Wilhelmi 2000-10-30 14:39:23 +00:00
  • 267b681370 Introduced new function type GEqualFunc to return TRUE for equal params. Sebastian Wilhelmi 2000-10-30 14:34:52 +00:00
  • d42361a6e3 start at general description. Tim Janik 2000-10-30 10:14:47 +00:00
  • 817110279d opened up a new section on signals. Tim Janik 2000-10-30 05:03:19 +00:00
  • 65c423b458 renamed owen's g_type_signals(), added required mutex locks. Tim Janik 2000-10-30 03:36:22 +00:00
  • fbe5df779c Fix problem where signals with "_" in them appeared twice in the result Owen Taylor 2000-10-29 07:37:07 +00:00
  • 300e3bb247 Add g_type_signals() - a function to list all signals for a given type. Owen Taylor 2000-10-29 07:02:48 +00:00
  • c5695bf798 fixed notifier position for post_marshal guard which was off at 0. Tim Janik 2000-10-27 22:28:01 +00:00
  • 6208120896 Make glib-genmarshal.exe. Tor Lillqvist 2000-10-27 21:35:45 +00:00
  • 09683edc5c Add gmarkup. Tor Lillqvist 2000-10-27 20:43:42 +00:00
  • 830d808c5c publically define GSignalInvocationHint structure that gets passed in to Tim Janik 2000-10-27 16:48:11 +00:00
  • e6dfecacc0 Removed the win32 limitation. Sebastian Wilhelmi 2000-10-27 12:53:05 +00:00
  • bf590bce72 .cvsignore updates Sebastian Wilhelmi 2000-10-27 12:36:18 +00:00
  • b6b00bab53 Document the recently deprecated functions as such. Sebastian Wilhelmi 2000-10-27 12:34:49 +00:00
  • 1e46cf8099 const fix Tim Janik 2000-10-27 05:32:48 +00:00
  • 1e23d8a9bc ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org> Tim Janik 2000-10-27 04:19:34 +00:00
  • 8a572c0da1 fixed deadlock scenarion where g_signal_lookup() would be called with the Tim Janik 2000-10-27 03:33:31 +00:00
  • 32ef70d4b2 New module to parse a simple markup language Havoc Pennington 2000-10-27 02:46:04 +00:00
  • 7ea09e4589 Cosmetics. Tor Lillqvist 2000-10-26 17:53:58 +00:00
  • f42bc93186 Fix gccisms (pointer arithmetic on void pointer, label without statement Tor Lillqvist 2000-10-26 17:53:08 +00:00
  • 6f83e76ea8 When the string is ended by a delimiter, return an extra empty string just Sebastian Wilhelmi 2000-10-26 13:00:18 +00:00
  • 752f18cc24 Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' Sebastian Wilhelmi 2000-10-26 12:01:15 +00:00
  • b1278dc611 Don't use implicit casts from void * since this will get included from C++ Owen Taylor 2000-10-25 23:39:32 +00:00
  • 900d0ed069 added g_value_set_static_string(). Tim Janik 2000-10-25 22:33:26 +00:00
  • ee23c09e83 added newly added gobject/ headers. Tim Janik 2000-10-25 20:36:35 +00:00
  • b13320f78b Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG as Sebastian Wilhelmi 2000-10-25 10:58:46 +00:00
  • 151fa40582 Updates. Tor Lillqvist 2000-10-23 19:17:41 +00:00
  • 08dfb6d307 Use one = instead of two, which is plainly wrong. Sebastian Wilhelmi 2000-10-23 14:15:22 +00:00
  • 4202808f81 updates for 1.2.9 Tim Janik 2000-10-20 10:59:01 +00:00
  • 4905022b8e Pass -DGSPAWN_HELPER when building it. Link with user32.lib. Tor Lillqvist 2000-10-19 17:52:12 +00:00
  • 1bfc515a37 Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _(). Owen Taylor 2000-10-19 15:21:04 +00:00
  • e936093123 Remove alloca stuff from here. galloca.h takes care of it, correctly. Tor Lillqvist 2000-10-16 19:55:26 +00:00
  • 03f512769d Add gspawn-win32.c to EXTRA_DIST. Tor Lillqvist 2000-10-16 18:55:38 +00:00
  • fb4de1c50d Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. Tor Lillqvist 2000-10-16 18:54:29 +00:00
  • 4203b081c1 up version number to 1.2.9, interface 9, binary 9. Jody Goldberg 2000-10-16 09:16:57 +00:00
  • a626a650e5 gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). Raja R Harinath 2000-10-16 01:02:19 +00:00
  • eb27cad0f0 Added inline documentation. Sebastian Wilhelmi 2000-10-13 13:52:47 +00:00
  • 24b4bfbea1 Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp., Sebastian Wilhelmi 2000-10-13 08:16:54 +00:00
  • 5a2c122afd Revert unintended commit... Sebastian Wilhelmi 2000-10-12 15:41:37 +00:00
  • 8131a71780 .cvsignore updates Sebastian Wilhelmi 2000-10-12 15:36:29 +00:00
  • f70ef2aa26 Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming. Sebastian Wilhelmi 2000-10-12 14:55:37 +00:00
  • d77b7fb0b7 .cvsignore updates Sebastian Wilhelmi 2000-10-12 14:28:39 +00:00
  • bceccd7243 Added the new headers to glibinclude_HEADERS. Sebastian Wilhelmi 2000-10-12 12:16:16 +00:00
  • b1d1558747 Split glib.h into many header files mostly according to the resp. Sebastian Wilhelmi 2000-10-12 11:52:07 +00:00
  • b1d7443893 Removed cruft from old threading code. Sebastian Wilhelmi 2000-10-12 11:39:50 +00:00
  • dfcd33747e define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h, Sebastian Wilhelmi 2000-10-12 08:06:16 +00:00
  • 08cf3868c9 Remove stray '}' Raja R Harinath 2000-10-10 05:04:36 +00:00
  • 306bd3a2bf Work with beta autoconf 2.50. * configure.in (GLIB_MAJOR_VERSION): Use GLIB_DIVERT_BEFORE_HELP instead of AC_DIVERT_PUSH(),AC_DIVERT_POP. (AC_CHECK_HEADERS): Remove redundant AC_DEFINE(HAVE_...). (REALLOC_0_WORKS): Move AC_DEFINE outside AC_CACHE_VAL. (dlopen): Quote nested AC_CHECK_... calls. Raja R Harinath 2000-10-09 21:06:01 +00:00
  • 61f2f04c41 Use this to specify that 'configure' depends on acglib.m4. Raja R Harinath 2000-10-09 20:15:55 +00:00
  • 412710cbcd Forgot to commit this. Raja R Harinath 2000-10-09 18:02:36 +00:00
  • c13ffbcd9e Don't set to $top_srcdir)/gobject. Raja R Harinath 2000-10-09 18:00:43 +00:00
  • afd1d9c54f Don't set to $(top_srcdir). Raja R Harinath 2000-10-09 17:58:11 +00:00
  • 8e3a3eef63 Add new files. Havoc Pennington 2000-10-09 16:24:57 +00:00
  • 18e7dc0215 Fix the Win32-only code to use current API, Tor Lillqvist 2000-10-06 21:43:25 +00:00
  • 8e847255e8 Revamp to be like makefile.mingw.in, make the MSVC build actually work Tor Lillqvist 2000-10-06 21:32:59 +00:00
  • 0c6a1ee531 Fixed #10086. Sebastian Wilhelmi 2000-10-05 15:56:41 +00:00
  • e2085327a2 Changed alloca stuff a bit: when we have a working alloca.h, we're not Sebastian Wilhelmi 2000-10-05 09:07:53 +00:00
  • 81c0bf53a8 Reverted my last commit: 2000-09-30 Martin Baulig <baulig@suse.de> Martin Baulig 2000-10-04 09:20:55 +00:00
  • 336f7e89fe Put the pkg-config scripts back to the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old). Martin Baulig 2000-09-30 02:14:04 +00:00
  • e65179c0d5 Use the correct pkg-config syntax in all the *.pc.in files (the version that comes with the RedHat 7.0 glib-gtkbeta RPM). Martin Baulig 2000-09-30 02:09:40 +00:00
  • b3ee868f94 Added function to keep symetry with g_node_insert_before. 2000-09-29 Jonathan Blandford 2000-09-29 23:13:02 +00:00
  • 79b416d023 New automake conditional. Only compile the gthread subdirectory if we Martin Baulig 2000-09-29 22:18:56 +00:00
  • b7e2cecaa2 Provide pkg-config scripts. Martin Baulig 2000-09-29 22:12:02 +00:00
  • fbb33fd6d1 .... and now we can remove them again. Martin Baulig 2000-09-29 22:07:44 +00:00
  • fb4a2044d3 Adding empty files .... sorry, sometimes CVS is really stupid :-( Martin Baulig 2000-09-29 22:05:39 +00:00
  • 1c4a532c34 Small fixes. Martin Baulig 2000-09-29 22:03:57 +00:00
  • 1a4f9dddcd Set this to `$(libexecdir)/pkgconfig'; this is the directory where Martin Baulig 2000-09-29 20:36:52 +00:00
  • f7ffcb3a92 Several minor ANSI C fixes. Martin Baulig 2000-09-29 13:40:21 +00:00
  • a3fc275ddd Several minor ANSI C fixes. Martin Baulig 2000-09-29 13:37:01 +00:00
  • 7633908c93 Added errorcheck mutexes. These are activated through the preprocessor Sebastian Wilhelmi 2000-09-29 13:10:41 +00:00
  • 349eaa6a25 fix indentation (GConvertError): generic error is conventionally called Havoc Pennington 2000-09-29 02:56:43 +00:00