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
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-24UI: Improve scaling of widgets when zoomingLeon Leno
2021-10-25Cleanup: Remove unused functions, make functions staticHans Goudey
2021-10-04Fix T91904: Assert when loading empty CurveProfileHans Goudey
2021-10-04Cleanup: Replace macro with functionHans Goudey
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-25UI: Round-box drawing cleanupHarley Acheson
2021-01-25Cleanup: remove unused UI_draw_roundbox_shade_y functionCampbell Barton
2021-01-24UI: Viewport Navigate Gizmo RefactorHarley Acheson
2021-01-05Fix T84183: Dark area in the bevel custom profile widgetPi Lanningham
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04UI Code Quality: Store curve-button gradient type in derived structJulian Eisel
2020-08-28UI: Improve curve grid drawing codepembem22
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-13Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-13UI: Fix curve widget fill artifactspembem22
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-30Cleanup: Rename defineHans Goudey
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-18Cleanup: GPU: Encapsulate Backface cullingClément Foucault
2020-07-18Cleanup: GPU: Replace glBlendFunc by GPU equivalentClément Foucault
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Fix T78237 UI: NLA colors black and brokenClément Foucault
2020-06-24UI: Add Free Handle Types to CurveProfile WidgetHans Goudey
2020-06-22UI: Widget: Replace geometry by fragment shader drawingClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-04Fix T65306: UI widgets clipped when scaled upCampbell Barton
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker