summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist1-1/+1
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge3-2/+17
2001-08-15if __GNUC__ is defined, inline a test for an exact type match forTim Janik3-9/+36
2001-08-12fix preallocation logic, support DISABLE_MEM_POOLS properly, group valueTim Janik3-11/+70
2001-08-06Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann1-0/+5
2001-08-06added new function g_nullify_pointer().Sven Neumann2-0/+28
2001-08-04Hacky script to fix up your .msc.in files on windows. Dunno if this is aAlexander Larsson2-5/+24
2001-08-01added convenience macro g_signal_connect_after().Sven Neumann2-0/+6
2001-07-28updated externalsHans Breuer2-7/+51
2001-07-26added a "release_check" to the OutArgument structure, which, if present,Michael Natterer1-21/+34
2001-07-23fix unconditional check of first GParamSpec inPadraig O'Briain1-0/+2
2001-07-20Modified to create header files which use G_[BEGIN,END]_DECLS instead ofRon Steinke1-2/+2
2001-07-20updated externalsHans Breuer3-7/+26
2001-07-11Add some generated files.Darin Adler2-0/+6
2001-07-10fix negative exponent handling (numbers<0).Tim Janik2-2/+6
2001-07-02congrats tim, introducing of-by-one errors like on my very first day of CTim Janik2-2/+9
2001-07-02added g_list_insert_before().Tim Janik6-71/+201
2001-06-30g_signal_newc() => g_signal_new().Owen Taylor4-22/+28
2001-06-29Remove debug flag argument to g_type_init() and addOwen Taylor6-5/+18
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik7-82/+138
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-1/+2
2001-06-22updated externalsHans Breuer3-0/+11
2001-06-21s/long/int/ for default_value in enum and flags pspecs.Tim Janik2-2/+7
2001-06-20added debugging variants g_type_name_from_class(),Tim Janik3-0/+28
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik13-282/+520
2001-06-13link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6Havoc Pennington2-1/+7
2001-06-12updatedHavoc Pennington2-1/+13
2001-05-31Fix mispelling in help output. (#53952, Skip Montanaro)Owen Taylor2-3/+8
2001-05-28Fix typo.Sebastian Wilhelmi2-0/+6
2001-05-28fixed bad faux-pass, forgot to release signal lock when restartingTim Janik2-98/+106
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik3-22/+95
2001-05-24changed depndencies to build glib-genmarshal first and statically linkedHans Breuer3-4/+18
2001-05-24gpointer, not gpointer *.Owen Taylor3-2/+7
2001-05-22made 'make distcheck' happy.Sebastian Wilhelmi2-1/+3
2001-05-22Removed g_param_spec_stringc.Sebastian Wilhelmi2-1/+4
2001-05-22make g_value_set_object() take a gpointer v_object so people don't need toTim Janik3-3/+9
2001-05-16Add inter-library dependencies.Owen Taylor1-2/+0
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik3-0/+26
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik5-34/+28
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge2-2/+8
2001-05-03Make types of ternary operator correspond. (Fixes compilation errors withOwen Taylor2-2/+10
2001-04-30removed \v escaping, newer perl versions don't support this, and it'STim Janik3-14/+19
2001-04-29made hook ids a gulong.Tim Janik8-60/+1029
2001-04-19We were returning junk memory here, because we didn't copy the valueHavoc Pennington2-1/+9
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor3-2/+7
2001-04-13updatedHans Breuer2-0/+7
2001-04-09increment version to 1.3.4 (binary 0, interface 0).Tim Janik2-1/+7
2001-04-03updates.Tim Janik2-0/+38
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik4-1/+48
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik8-24/+178