dana/cg-glib.git
2009-11-12 Dana Jansensdocument g_tree_delete_versions()
2009-11-12 Dana JansensRemove unneeded variables, including tree->lowest_version
2009-11-12 Dana Jansensfix another memory leak
2009-11-12 Dana Jansensfixed some memory leaks
2009-11-12 Dana Jansensworking deleting of versions, just a few memory leaks...
2009-11-12 Dana Jansensalmost lets you delete 1 version from the tree, but...
2009-11-12 Dana Jansenstrying to make you delete versions. instead it'd be...
2009-11-12 Dana JansensUse a constant for the size of the GTreeNode's pointer...
2009-11-12 Dana JansensFix comment for gtree_nnodes(): it returns the number...
2009-11-12 Dana JansensThe maximum in-degree of a node is now 3: its parent...
2009-11-12 Dana JansensAdd unit tests to test old versions of the GTree when...
2009-11-12 Dana JansensFix up g_tree_next_node() to create a new version of...
2009-11-12 Dana JansensRemove left_child and right_child from GTreeNode in...
2009-11-12 Dana JansensFree a node's data and return TRUE for g_tree_remove...
2009-11-12 Dana JansensAdd comments.
2009-11-12 Dana JansensMake the new git_tree_lookup_related() function take...
2009-11-12 Dana JansensMake g_tree_node_search() and g_tree_node_find() search...
2009-11-12 Dana JansensUpdate the debug testing code to check all versions...
2009-11-12 Dana JansensMake g_tree_remove() and g_tree_steal() return FALSE...
2009-11-12 Dana JansensWhen looking for the second largest root version, the...
2009-11-12 Dana JansensFixes to maintain consistency in the tree while versioning.
2009-11-12 Dana JansensCreating a new node, make sure it points to the right...
2009-11-12 Dana JansensMove gtree_node_find_version, and g_tree_root_find_vers...
2009-11-12 Dana JansensAdd functions g_tree_root_find_version() and g_tree_nod...
2009-11-12 Dana JansensMove the g_tree_(node|root)_next_version functions...
2009-11-12 Dana JansensFix incoming pointers to a node when its versioned...
2009-11-12 Dana JansensDon't prepend new versions into the versioned-pointer...
2009-11-12 Dana JansensVersion the tree's root node, and when changing any...
2009-11-12 Dana JansensIntroduce g_tree_node_modify and g_tree_root_modify...
2009-11-12 Dana JansensAdd g_tree_current_version() and g_tree_next_version...
2009-11-12 Dana JansensAdd functions, g_lookup_related and g_search_related...
2009-11-12 Dana JansensImplement GTree with a treap instead of an AVL tree
2009-11-12 Ryan LortieBug 587300 - g_cancellable_disconnect deadlock
2009-11-12 Ryan LortieBug 591216 - Warning building resolver.o
2009-11-12 Ryan LortieGSocket.receive_message: fix bogus allocation math
2009-11-11 Kjartan MaraasUpdated Norwegian bokmål translation.
2009-11-10 Tor LillqvistInclude all of share/gtk-doc/html to get also the gio...
2009-11-09 Tor LillqvistAvoid gcc warning about redeclaration of atexit() on...
2009-11-08 Daniel NylanderUpdated Swedish translation
2009-11-07 Fran DiéguezUpdated Galician Translation
2009-11-06 Jorge GonzálezUpdated Spanish translation
2009-11-06 Ivar SmolinUpdating Estonian translation
2009-11-06 Matej UrbančičUpdated Slovenian translation
2009-11-05 Stéphane DémurgetBug 324930 - Nicer message for EPERM on symlink
2009-11-04 Tor LillqvistDon't call WSAEventSelect() on -1
2009-11-03 Paolo BonziniDon't run system("touch conf.glibtest)" in the AM_PATH_...
2009-11-03 Tor LillqvistImprove descriptive comment text
2009-11-03 Hib ErisFix check for C++ compiler when cross-compiling
2009-11-03 Carlo BraminiMake g_file_test() behave on Windows more like as on...
2009-10-31 Thomas ThurmanShavian translation
2009-10-28 Benjamin OtteProperly nul-terminate return values from g_convert()
2009-10-27 Benjamin OtteClarify documentation about g_convert() nul-terminated...
2009-10-25 Matthias ClasenAvoid a warning
2009-10-25 Matthias ClasenDon't give up too early when collecting mime types
2009-10-23 Sven Herzbergmake sure g_set_prgname() gets called only once
2009-10-22 Tor LillqvistFix GWin32DirectoryMonitor
2009-10-15 Cody RussellGTypeModule derived class unref does not unload plugin
2009-10-13 Tomas BzatekDocumentation fixes
2009-10-11 Tor LillqvistConstruct the gio module directory pathname at run...
2009-10-08 Alexander Larssonxdgmime: sort glob hits with larger weight first
2009-10-08 Ivar SmolinUpdating Estonian translation
2009-10-07 Matthias ClasenBump version
2009-10-07 Matthias Clasen2.22.2
2009-10-07 Matthias ClasenUpdates
2009-10-06 Cody Russellg_object_unref racy condition can lead to crash
2009-10-06 Leonid KanterUpdated Russian translation by <vicanis@gmail.com>
2009-10-03 Edward Herveygobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194
2009-10-02 Alexander LarssonAdd fast path for construction with no params
2009-10-02 Alexander LarssonDon't freeze/thaw notification during construction...
2009-10-02 Alexander LarssonAdd a check that no properties are added after a class...
2009-10-02 Alexander LarssonAdd GObjectClass flag CLASS_HAS_PROPS_FLAG
2009-10-02 Alexander LarssonAdd flags member for GObjectClass
2009-10-02 Alexander LarssonAllocate GObjectNotifyQueue with g_slice instead of...
2009-10-02 Alexander LarssonAdd gobject performance tests for threaded code
2009-10-02 Alexander LarssonAdd performance tests for GObject primitives
2009-10-02 Alexander Larssonremove xdgmime test
2009-10-02 Alexander Larssonxdgmime - Correct the range checks for magic matching
2009-10-02 Alexander LarssonRemove unnecessary includes
2009-10-02 Alexander Larssonxdgmime - support the new case sensitive flag
2009-10-02 Alexander Larssonxdgmime - support cache files with minor version 2
2009-10-02 Alexander LarssonRead the new glob2 format with case sensitive flags
2009-10-02 Tor LillqvistDrop the VS8 project files from tarballs as they are...
2009-10-02 Pierre A. JoyeUpdate VS9 project files to fix build
2009-09-30 Matthias ClasenFix --runtime-libdir option
2009-09-30 Matthias ClasenBump version
2009-09-30 Matthias Clasen2.22.1
2009-09-30 Matthias ClasenUpdates
2009-09-30 Miloš PopovićUpdated Serbian translation
2009-09-30 Miloš PopovićUpdated Serbian translation
2009-09-30 Miloš PopovićUpdated Serbian translation
2009-09-30 Matthias ClasenDon't mark test files for translation
2009-09-30 Matthias ClasenFix mime_info_cache_dir_add_desktop_entries
2009-09-30 Matthias ClasenAvoid a C99ism
2009-09-30 Matthias ClasenImprove docs for g_utf16_to_utf8
2009-09-30 Matthias ClasenClarify docs of g_async_result_get_source_object
2009-09-29 Alexander LarssonAvoid critical error in thread check if source is destroyed
2009-09-28 Jamil AhmedUpdated Bengali translation
2009-09-28 Alexander LarssonAlways report metadata on the path, not symlink target
2009-09-28 Alexander LarssonFix up cast in gdb macros
2009-09-28 Alexander LarssonUse right soname for gdb autoloaded python files
next