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
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-17Math: Code cleanupSergej Reich
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15Math Lib: add iroundf function for: (int)floorf(a + 0.5f)Campbell Barton
2014-01-15Fix build issues with mingw'sAntony Riakiotakis
2014-01-15Added missing includegaiaclary
2014-01-15Fix for icon generation with MSVCCampbell Barton
2014-01-14Correction to assert in previous commitSergey Sharybin
2014-01-14Add check for KD tree size to BLI_kdtree_insert()Sergey Sharybin
2014-01-14Correct bad mistake in own recent to commit to angle calculationCampbell Barton
2014-01-14Math Lib: minor optimization for angle functionsCampbell Barton
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-08Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happ...Campbell Barton
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2014-01-04Fix for previous commit...sorry!Antony Riakiotakis
2014-01-04Fix MinGW32 compilationAntony Riakiotakis
2014-01-04KDTree: ensure balance runs before usage (in debug mode)Campbell Barton
2014-01-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix :I broke the build for MSVC 2008 this fixes itMartijn Berger
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2013-12-29Fix T37980: Multiple font objects sharing an external font gives problemsSergey Sharybin
2013-12-29Fix for 3d text ctrl+arrow keys failing for multi-byte characters.Campbell Barton
2013-12-29Math Lib: replace point in polygon function with one thats ~23x faster.Campbell Barton
2013-12-29Fix missing check if isect_plane_plane_v3 fails to find an intersection.Campbell Barton
2013-12-28Text3d: avoid calculating the font boundbox scale for every characterCampbell Barton
2013-12-28Fix for 3d fonts loading the character of the string terminator.Campbell Barton
2013-12-283D Text: use ghash for character lookupsCampbell Barton
2013-12-28Math Lib: add dist_squared_to_line_v2, avoids sqrt in scanfill and 3d-textCampbell Barton
2013-12-26Simplify isect_point_poly_v2 functions using angle_signed_v2v2Campbell Barton
2013-12-26Polyfill: minor changes to which fix rare errors with float precisionCampbell Barton
2013-12-26Fix T37946: Error filling ngonsCampbell Barton
2013-12-24String API: BLI_ascii_strtolower/upper now check NULL terminatorCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-10Mempool/Memarena: hint for unlikely conditionsCampbell Barton
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-08Math lib: optimize hsv/rgb conversionCampbell Barton
2013-12-07Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABSCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-05Compiler warnings: quiet float/double conversion warningCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton