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-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Fix name of UI emboss RNA enum itemHans Goudey
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-02-16UI: Add support for bl_description for panelsAaron Carlisle
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-28Cleanup: UI messages fixes.Bastien Montagne
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-19Fix T83868: Button animation states no longer visible without embossHans Goudey
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-13Cleanup: Move PanelType flag from DNA to BKE headerHans Goudey
2020-10-21 Cleanup: Improve function and variable nameHans Goudey
2020-10-21Fix panel type use after free when reloading scriptsHans Goudey
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-06-15Fix T77541: Unregistering DATA_PT_modifiers doesn't remove modifier panelsHans Goudey
2020-06-15Various UI messages fixes...Bastien Montagne
2020-05-26UI: List Panel SystemHans Goudey
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2019-08-24UI: Various tooltip corrections and fixesWilliam Reynish
2019-06-26RNA: only search necessary space types when unregistered panelsCampbell Barton
2019-06-25Fix T65999: Crash when disabling an addon while its panel is visibleDalai Felinto
2019-06-11Fix panel-type re-registration with parentsCampbell Barton
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-19UI: add Panel.bl_order property to control order of panels for add-onsBrecht Van Lommel
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Fix T51771: UI Messages: Reserve 'Normal' to its geometric meaning.Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-09Revert/Redo ugly rBd12b3767f81d commit (i.e. add locked sorting option to UIL...Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-20UI: add UILayout.directionCampbell Barton