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
2019-09-09Fix T69633: weird behavior of operator_menu_enum tooltips.Alexander Gavrilov
2019-09-06Cleanup: use doxy sectionsCampbell Barton
2019-08-25Cleanup: clang-formatCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-21UI: Don't left align operator buttons in toolbarsJulian Eisel
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-13Custom Properties: officially support int and float arrays in the UI.Alexander Gavrilov
2019-08-02Fix most (if not all) untranslated Panel-labels reported in T66731.Bastien Montagne
2019-06-17Cleanup: comment spellingCampbell Barton
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-27Mitigate T64346: Quick Favorites items cant be removedCampbell Barton
2019-05-21UI: support drawing booleans with icons as check-boxesCampbell Barton
2019-05-21Cleanup: const assignments to simplify codeCampbell Barton
2019-05-20UI: add Visibility panel for objectsDalai Felinto
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-11Fix (unreported) annoying UI assert for expanded enums.Bastien Montagne
2019-05-03Fix width of compact buttons with icons, e.g. layout.menu().Alexander Gavrilov
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-25UI: hide redundant menu separators automaticallyHarley Acheson
2019-04-18Cleanup: comments, wrappingCampbell Barton
2019-04-18UI: Expand Enum Items Over Multiple RowsJeroen Bakker
2019-04-17Cleanup: replace comments with meaningful variable namesCampbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-26Cleanup: style, use braces for editor/interfaceCampbell Barton
2019-03-25RNA: add UILayout.prop_with_menu functionCampbell Barton
2019-03-25RNA: rename prop_popover_enum to prop_with_popoverCampbell Barton
2019-03-25Error in last commitCampbell Barton
2019-03-25UI: add UILayout.prop_popover_enum functionCampbell Barton
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-24Fix uninitialized variable use for right aligned checkboxCampbell Barton
2019-03-22Fix warning for uninitialized icon_onlyDalai Felinto
2019-03-22Fix checkboxes being right aligned when property split is disabledCampbell Barton
2019-03-22Cleanup: typo in variable nameCampbell Barton
2019-03-22UI: use checkbox text for property split layoutCampbell Barton
2019-03-20Fix T60815: drag & drop crash when search menu is opened immediately after.Brecht Van Lommel
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-21UI: better widget drawing with thick line width.Harley Acheson
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 (editors)Campbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2019-01-04UI: fix incorrect collapse menu button alignment.Harley Acheson
2019-01-04UI: fix display of menu buttons without text and icon, and only a down arrow.Harley Acheson