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-06-08Cleanup: Silent compile warning in `interface_widgets.c`.Jeroen Bakker
2021-06-07Fix T88801: Positioning of Menu UnderlinesHarley Acheson
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-04-27Fix T87749: Fix text jitter in buttons with iconsHans Goudey
2021-04-23Fix T87749 (partially): Text jitter in buttons and spreadsheet editorLeon Leno
2021-04-13Fix T78803: Bad widget drawing with the R600g driverOmar Emara
2021-03-11Cleanup: spellingCampbell Barton
2021-03-10Cleanup: spellingCampbell Barton
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-02-25UI: Fix icon width and padding in search menusHans Goudey
2021-02-08Fix for T84038: Improved Report WarningsHarley Acheson
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-28Fix T83935: Superimposed icon's hotspot is misalignedYevgeny Makarov
2021-01-26UI: Use Ellipsis for Short Truncated TextHarley Acheson
2021-01-26Cleanup: update comment from 77f73a92843965906189dd56dcc4d18eae2371ccCampbell Barton
2021-01-26Fix library name clipping most of the data-block name in data-block menusJulian Eisel
2021-01-08Fix T83868: Disabled or inactive list items are not grayed outHans Goudey
2021-01-04Cleanup: use const variablesCampbell Barton
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-21Cleanup: Reduce indentationHans Goudey
2020-12-19Cleanup: Use typedef for UI emboss type enumHans Goudey
2020-12-19Fix T83868: Button animation states no longer visible without embossHans Goudey
2020-12-17Cleanup: renaming and code deduplication for color space clarity in pickerBrecht Van Lommel
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-24UI: Add Trackpad Smooth Scrolling for PopoversYevgeny Makarov
2020-11-21Cleanup: Declare variables where initializedHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-05Cleanup: Move function to proper fileHans Goudey
2020-10-29UI: Improved alignment of labels and buttonsYevgeny Makarov
2020-10-28UI: Improved Checkbox Width CalculationYevgeny Makarov
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08UI: Fix opacity of the popover arrow outlineYevgeny Makarov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-02Property Search: Differentiate search filtered and inactive buttonsHans Goudey
2020-09-18Fix misalignment of menu items in Preferences > Save & Load menuJulian Eisel
2020-09-18UI: Support mouse over highlighting for superimposed iconsJulian Eisel
2020-09-15UI: Add support for row-aligned icon buttons in menusNathan Craddock
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClément Foucault
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
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: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel