summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a typowip/chergert/garraylistMichael Catanzaro2015-09-171-1/+1
* arraylist: add g_array_list_move()Christian Hergert2015-09-133-1/+64
* arraylist: increment list length during prepend to allocated listChristian Hergert2015-09-131-0/+2
* arraylist: add find, copy and copy_reverseChristian Hergert2015-09-133-0/+132
* arraylist: add g_array_list_clear()Christian Hergert2015-09-133-1/+35
* arraylist: add g_array_list_prepend()Christian Hergert2015-09-133-13/+74
* arraylist: use gsizeChristian Hergert2015-09-131-1/+1
* arraylist: add O(1) access to last GList linkChristian Hergert2015-09-133-1/+28
* arraylist: add g_array_list_first()Christian Hergert2015-09-132-0/+4
* arraylist: add g_array_list_last()Christian Hergert2015-09-132-0/+4
* arraylist: add GArrayListChristian Hergert2015-09-138-0/+623
* GParamSpec: do not use static GParamSpecTypeInfoNicola Fontana2015-09-131-21/+21
* Updated Swedish translationAnders Jonsson2015-09-121-369/+392
* Updated POTFILES.inPiotr Drąg2015-09-121-0/+9
* Revert "Cleanups after we dropped mem vtables"Matthias Clasen2015-09-121-4/+21
* gio: Intern all signal names beforehandMatthias Clasen2015-09-1218-36/+39
* Speed up g_dataset_id_dup_dataMatthias Clasen2015-09-121-4/+3
* Drop g_slice_set_config testsMatthias Clasen2015-09-121-21/+0
* Move quark initialization to a constructorMatthias Clasen2015-09-123-12/+17
* Cleanups after we dropped mem vtablesMatthias Clasen2015-09-121-21/+4
* Optimize g_unichar_iswideMatthias Clasen2015-09-121-8/+30
* Make g_strerror() do less workDan Winship2015-09-111-21/+34
* More g_strerror() fixesDan Winship2015-09-113-13/+27
* Fix a typoMichael Catanzaro2015-09-101-1/+1
* Bump versionKalev Lember2015-09-101-1/+1
* autocleanups: Add GString typeKalev Lember2015-09-102-1/+17
* MSVC Builds: "Add" MSVC 2015 ProjectsChun-wei Fan2015-09-093-1/+47
* MSVC Builds: Simplify Script to Generate glib-mkenumsChun-wei Fan2015-09-099-84/+142
* Updated Slovenian translationMatej Urbančič2015-09-081-455/+481
* gioerror: Add more mappings for WinSock error codesSebastian Dröge2015-09-081-0/+14
* gparam: Fix Since tag of g_param_spec_get_name_quarkRico Tzschichholz2015-09-081-1/+1
* docs: Add index for 2.46 apiRico Tzschichholz2015-09-082-0/+8
* MSVC Builds: Prepare For Visual Studio 2015Chun-wei Fan2015-09-083-15/+15
* Speed up property change notification a bitMatthias Clasen2015-09-071-2/+1
* Add a method to get the pspec name quarkMatthias Clasen2015-09-073-3/+35
* Clean up locking in g_object_notify_queue_addMatthias Clasen2015-09-071-1/+1
* Make g_set_object more symmetricMatthias Clasen2015-09-071-4/+8
* Make g_strerror work with non-glibc POSIX systemsTing-Wei Lan2015-09-071-4/+9
* tests: Don't test g_utf8_to_ucs4_fast too rigorouslyMatthias Clasen2015-09-071-7/+26
* unicode-encoding test: Differentiate error messagesMatthias Clasen2015-09-071-1/+1
* Updated Korean translationChangwoo Ryu2015-09-081-469/+470
* GString: Avoid some repeated parameter checkingMatthias Clasen2015-09-071-19/+1
* Remove some unused codeMatthias Clasen2015-09-071-4/+0
* Simplify g_param_spec_get_redirect_target a bit moreMatthias Clasen2015-09-071-1/+3
* Simplify g_param_spec_get_redirect_targetMatthias Clasen2015-09-071-7/+1
* Reorganized utf8-performance testsMikhail Zabaluev2015-09-051-48/+77
* Unrolled implementation of g_utf8_to_ucs4_fast()Mikhail Zabaluev2015-09-051-28/+43
* Optimized branching in g_utf8_validate()Mikhail Zabaluev2015-09-051-69/+80
* markup: trivial refactorMatthias Clasen2015-09-051-6/+3
* list store: Fix a parameter checkMatthias Clasen2015-09-041-7/+11