summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-03[docs] Fix @title usage in "Enumeration and flags types" sectionHEADmasterJavier Jardón1-4/+2
2010-01-03Document that various functions ref GSimpleAsyncResultMatthias Clasen1-107/+113
2010-01-03Document that _finish() must be called at most once.Matthias Clasen1-11/+11
2010-01-03Fix a typoMatthias Clasen1-34/+35
2010-01-03Updated .gitignore filesPablo Castellano2-0/+2
2010-01-03Don't return anything from a void functionMatthias Clasen1-1/+1
2010-01-02Updating Estonian translationIvar Smolin1-475/+15
2009-12-31Bug 604457 - gutf8inputstream.c: increasing unknown size pointerPaolo Borelli1-2/+2
2009-12-28[docs] Fix 'Deprecated' tag on some win32 functionsJavier Jardón1-2/+2
2009-12-24[docs] Fix 'Deprecated' tag in g_date_set_time()Javier Jardón1-1/+1
2009-12-23Support storing assertion messages into core dumpMartin Pitt6-2/+98
2009-12-22Updated Thai translation.Theppitak Karoonboonyanan1-20/+15
2009-12-21Install gio-unix-2.0.pc only on UnixTor Lillqvist1-1/+5
2009-12-21[docs] Fix G_DEFINE_INTERFACE "Since" tagJavier Jardón1-2/+2
2009-12-21[gobject] Grow gvalue transform array exponentiallyBehdad Esfahbod1-1/+1
2009-12-21Bump versionMatthias Clasen1-2/+2
2009-12-212.23.1Matthias Clasen89-4816/+5260
2009-12-21Update release notesMatthias Clasen1-2/+8
2009-12-21UpdatesMatthias Clasen1-0/+37
2009-12-21Updated Welsh translationIestyn Pryce1-52/+47
2009-12-21Remove comment as wellMatthias Clasen1-4/+0
2009-12-21Revert the g_set_prgname changeMatthias Clasen2-11/+2
2009-12-20Updated Welsh translationIestyn Pryce1-553/+561
2009-12-19Bug 501166 - Warning message says IA__g_type_init instead of g_type_initBehdad Esfahbod1-12/+12
2009-12-19G_DEFINE_INTERFACE_* documentation is not generatedJavier Jardón1-2/+2
2009-12-19Fix typo "Performace" in gtester-report Details pop-up windowKamal Mostafa1-1/+1
2009-12-18update .gitignoresDan Winship2-11/+16
2009-12-18Fix UnixWare build by not using "sa_len" as a variable nameDan Winship2-3/+3
2009-12-18vi.po: updated Vietnamese translationNguyễn Thái Ngọc Duy1-215/+197
2009-12-16Remove wrong file imports, only gio/gio.h should be includedGian Mario Tagliaretti1-2/+1
2009-12-14Don't check for headers we include unconditionallyTor Lillqvist2-4/+1
2009-12-14Check for <wspiapi.h> and use it if presentTor Lillqvist3-1/+16
2009-12-08Add unit tests for some more methodsPaolo Borelli1-1/+82
2009-12-07Remove default implementation of async filter steam opsAlexander Larsson2-356/+2
2009-12-06Fix makefile typoPaolo Borelli1-1/+1
2009-12-06Add GUtf8InputStream - Bug #603270Paolo Borelli11-0/+694
2009-12-06Updated Hebrew translationYair Hershkovitz1-480/+481
2009-12-04Updated Norwegian bokmål translation.Kjartan Maraas1-475/+476
2009-12-02Initialise variable in g_time_val_from_iso8601()Matthew W. S. Bell1-3/+4
2009-12-01[gio] Remove some commas at end of enumerator listJeroen Nijhof1-3/+3
2009-12-01Use G_DEFINE_INTERFACE in gioDan Winship10-564/+165
2009-12-01Add G_DEFINE_INTERFACEDan Winship3-32/+70
2009-12-01Add byteswap macros for gsize/gssize.Ryan Lortie5-0/+98
2009-11-30Only add object to list new objects when it has a custom constructorBenjamin Otte1-8/+18
2009-11-30Remove more read locks usageBenjamin Otte1-11/+4
2009-11-30Make g_type_class_peek[_static]() not take any locksBenjamin Otte1-6/+2
2009-11-30gobject/tests: New test for dynamic class creation/destructionEdward Hervey2-1/+238
2009-11-30Add type_data_ref_U() and use it in g_type_class_ref()Edward Hervey1-20/+42
2009-11-30Reorganize g_type_class_ref()Edward Hervey1-11/+8
2009-11-30Make ClassData->init_state atomicBenjamin Otte1-11/+13