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
2022-07-12Fix: Incorrect coordinates used in BLI_rct*_isect_segment functionsSiddhartha Jejurkar
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-12-07Cleanup: Use rcti marking dirty regions when texture painting.Jeroen Bakker
2021-11-23Cleanup: clang tidyJacques Lucke
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17BLI_rect: add a float version of the 'pad' functionCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-27BLI_rect: add resize_x/y functionsCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-21UI: Add an outer boundary for edge panning, use in outlinerHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-27BLI_rect: add rect-rect intersection checks on a single axisCampbell Barton
2020-01-14Cleanup: Use new BLI_rct utilities to ensure valid rectanglesJulian Eisel
2020-01-14BLI_rct: Utilities for sanitizing coordinates (ensuring min <= max)Julian Eisel
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-05-21Cleanup: use term pad instead of paddingCampbell Barton
2019-05-21Graph Editor: view-selected takes scrubbing and marker region into accountJacques Lucke
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-21Fix T63681: bad clipping of very long tooltipsBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-09-04Cleanup: use const arg for BLI_rect inside checkCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-08-27BLI_rect: Function to calculate a matrix from 2 rctf'sCampbell Barton
2017-06-23Fix T51845raa
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-01-02Cleanup: redundant assignment in rect resizeCampbell Barton
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-10-17correct own error in rectangle clampingCampbell Barton
2015-10-16BLI_rect: add BLI_rctf_clampCampbell Barton
2015-10-16Cleanup: redundant struct qualifiersCampbell Barton
2015-08-18UI: avoid subtracting shadow from winrctCampbell Barton
2015-06-11File Browser Arrow Keys NavigationJulian Eisel
2015-03-25Simplify recent commitCampbell Barton
2015-03-25Fix T44118: Rotated background image disappearsCampbell Barton
2014-03-09BLI Rect: utility function to transform a point using 2 rect'sCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-06Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).Lukas Toenne
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-03-19add BLI_rcti,f_recenter()Campbell Barton