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-08-10zero rotation values for quat_apply_track() which were in fact just float in ...Campbell Barton
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-08-07fix for own error confusing FLT_MIN with -FLT_MAX (didnt get into a release, ...Campbell Barton
2012-08-06Remove redundant typedef of BLI_StackHoward Trickey
2012-08-06fix for building in debug mode.Campbell Barton
2012-08-06Add an array-based generic stack structure to blenlibNicholas Bishop
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-05fix a glitch where overlapping feathering could give random bad pixels, this ...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-07-31Fix warnings on old apple GCC compiler due to no support for alloc_size attri...Brecht Van Lommel
2012-07-30fix for own error in r43796, 'Find Missing Files', could set the path to an e...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-25Fix regression introduced in svn rev49122Sergey Sharybin
2012-07-22code cleanup: remove unused math functions (where already noted as deprecated)Campbell Barton
2012-07-22code cleanup: use cosf and sinf when both args and results are float values.Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-17Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).Bastien Montagne
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16barycentric_weights_v2_quad wasn't working quite right, rewrite as an expande...Campbell Barton
2012-07-16add 2d version of interp_weights_poly_v3Campbell Barton
2012-07-16small speedup for mask rasterizer, only do single sided check for triangle in...Campbell Barton
2012-07-15math function to get the intersection point between 2 lines (not 2 segments w...Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-14mask rasterization: use a simpler method to check if a bucket intersects with...Campbell Barton
2012-07-14rename vars for line dist funcs to make more senseCampbell Barton
2012-07-14header comment cleanup, explain whats the difference between confusingly name...Campbell Barton
2012-07-14use gcc attributes for BLI alloc functionsCampbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-13new function barycentric_weights_v2_quad(), like barycentric_weights_v2 but f...Campbell Barton
2012-07-12add bli rect min/max functions.Campbell Barton
2012-07-12- add a temp var for edge scanfill (fits in 4 bytes alignment - won't increas...Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-11Fixes for keying screen:Sergey Sharybin
2012-07-10Inline the read Memory Buffer functions for speed optimizations.Jeroen Bakker
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton