summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2001-07-02added g_list_insert_before().Tim Janik2-19/+17
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor3-11/+14
2001-06-30Patch from Darin Adler (#54166)Owen Taylor1-1/+1
2001-06-30 Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor4-42/+416
2001-06-29Remove debug flag argument to g_type_init() and addOwen Taylor1-0/+1
2001-06-28Buffers Files Tools Edit Search Mule Help ...Owen Taylor3-4/+14
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik2-4/+10
2001-06-26Fix problem with glibconfig.hOwen Taylor2-1/+5
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor3-3/+5
2001-06-26Corrected.Sebastian Wilhelmi2-6/+8
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor3-3/+4
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik4-6/+8
2001-06-12don't ignore errors from missing index.sgmlHavoc Pennington1-1/+1
2001-06-12updatedHavoc Pennington2-1/+2
2001-06-08support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in toHavoc Pennington2-0/+2
2001-06-08Remove docs/glib-config.1.in.Sebastian Wilhelmi3-58/+0
2001-06-07subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington1-1/+0
2001-06-07Look for nanosleep function.Sebastian Wilhelmi4-0/+21
2001-06-05Changed to take a const argument, and then to cast out const.Jon Trowbridge3-1/+38
2001-05-23Tiny speed improvement suggested by noon@users.sourceforge.net.Sebastian Wilhelmi4-7/+21
2001-05-19add glibintl.hHavoc Pennington19-103/+350
2001-05-18Updated.Sebastian Wilhelmi5-9/+53
2001-05-09Ops, forgot this.Sebastian Wilhelmi1-11/+11
2001-05-09Updates after some renaming took place.Sebastian Wilhelmi2-5/+11
2001-05-08Clarification for g_mutex_trylock.Sebastian Wilhelmi2-1/+11
2001-05-08removed #include <unistd.h> sneaked in by sopwith in november.Tim Janik1-0/+1
2001-05-08Updated.Sebastian Wilhelmi3-7/+40
2001-05-04fixed a typo in a comment.Sven Neumann7-90/+187
2001-05-03Make foreach() safe against removal of the _current_ element. While thisOwen Taylor1-1/+7
2001-04-29made hook ids a gulong.Tim Janik1-0/+1
2001-04-19Changes due to deprecation update.Sebastian Wilhelmi4-8/+14
2001-04-16docsHavoc Pennington17-173/+232
2001-04-16.cvsignore fixesOwen Taylor2-2/+2
2001-04-16More tweaks from GTK+. Reenable $(HTML_IMAGES) with shell portabilityOwen Taylor4-16/+21
2001-04-04disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) isTim Janik2-3/+9
2001-04-03updates.Tim Janik1-0/+1
2001-04-03add missed (empty) fileOwen Taylor1-0/+0
2001-04-03Add explicit path to tmpl files in dependencies.Owen Taylor5-3/+10
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2-1/+21
2001-04-03Added GThreadPool documentation.Sebastian Wilhelmi2-8/+57
2001-04-03Updated.Sebastian Wilhelmi2-24/+5
2001-04-03Removed g_static_private_(get|set)_for_thread.Sebastian Wilhelmi2-2/+5
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik1-0/+1
2001-03-30ghash.[ch] added new functions g_hash_table_new_full,Sven Neumann1-80/+37
2001-03-28only queue readable properties for notification changes.Tim Janik1-0/+1
2001-03-26Add --deprecated-guardsOwen Taylor2-1/+5
2001-03-26*** empty log message ***Owen Taylor3-1/+11
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik5-41/+39
2001-03-17A couple of small fixes.Owen Taylor5-6/+10
2001-03-09use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, notTim Janik2-16/+15