Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-10-29replace BLI_strtok_r from r41337 with lighter method that doesnt alloc for te...Campbell Barton
2011-10-28BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (u...Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-26Fix #27445: various operators missing with some non-english system languages.Brecht Van Lommel
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-25use size_t rather then int for passing lengths to string functions since this...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2010-10-01minor bugfix [#24085] NULL character is lastCampbell Barton
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-05-08revert own commit 28662.Campbell Barton
2010-05-08remove BLI_strnlen, use _strnlen as strnlen on windows.Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-27fix in commit today using strnlen, which is only available for gcc.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2009-10-12Animation Editors: 'Only Selected' filtering option now works on Pose Channel...Joshua Leung
2009-10-09(Untested) String Replacement Function in blenlibJoshua Leung
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-092.50:Brecht Van Lommel
2009-04-142.5Ton Roosendaal
2009-03-25RNA:Brecht Van Lommel
2009-02-10A few more files with dos line endings.Kent Mein
2008-12-202.5Andrea Weikert
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert