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
2015-07-02One more compile fixAntony Riakiotakis
2015-07-01Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
2015-06-30Cleanup: use BLI_str prefix for BLI_replacestrNCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-28Fix T45216: File Browser shows negative sizes for large files.Bastien Montagne
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Extend `BLI_str_partition_ex`: add possibility to define a right limit to the...Bastien Montagne
2015-06-25Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-24Correct recent errorCampbell Barton
2015-06-24Improve dist_***_to_corner_v3v3v3 precisionCampbell Barton
2015-06-23Fix T45123: 2D line intersection failsCampbell Barton
2015-06-23Cleanup: use 2d math funcs for line intersectionCampbell Barton
2015-06-20Threads: Cache result of syscall when querying number of system threadsSergey Sharybin
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-06-19BLI_threads Queue: add `BLI_thread_queue_is_empty()`.Bastien Montagne
2015-06-19BLI_stack: BLI_stack_pop_n_reverseCampbell Barton
2015-06-19BLI_stack: function commentsCampbell Barton
2015-06-18Assert when relative paths are passed to IO opsCampbell Barton
2015-06-17Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-17Cleanup: styleCampbell Barton
2015-06-16Disable assert for polyfillCampbell Barton
2015-06-16Fix T44701: Buffer overrun reading directoriesCampbell Barton
2015-06-16Win32: make DIR struct opaqueCampbell Barton
2015-06-15Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-15Cleanup: quiet assert for zero-length axisCampbell Barton
2015-06-15Cleanup: quiet warningCampbell Barton
2015-06-13Compilation error fixes for older GCC/CLang compilersSergey Sharybin
2015-06-13Merge branch 'master' into gooseberrySergey Sharybin
2015-06-12CMake: remove commentCampbell Barton
2015-06-12Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-06-11Replace linked-list insert-sort with merge-sortCampbell Barton
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2015-06-08Animation support for collapsed image sequences.Antony Riakiotakis
2015-06-08Sort files in collapsed sequences by frame number.Antony Riakiotakis
2015-06-08Merge branch 'master' into gooseberryBastien Montagne
2015-06-08Refactor: move all collapsed image variables into a struct.Antony Riakiotakis
2015-06-06CleanupCampbell Barton
2015-06-05Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-05Collapsed images:Antony Riakiotakis
2015-06-05Check ftell return valuesCampbell Barton
2015-06-04Collapse image sequence feature now uses BLI_path_* functions to detectAntony Riakiotakis
2015-06-04Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-04New "use placeholders" feature of the sequencer did not detect correctAntony Riakiotakis
2015-06-04Load image sequence collapsing for sequencerAntony Riakiotakis
2015-06-04Merge branch 'master' into gooseberryLukas Tönne
2015-06-04Fix buffer overrun searching program path on win32Campbell Barton
2015-06-03BLI_stack, add clear function.Campbell Barton