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
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-15Cleanup: shadow warning, clang-formatCampbell Barton
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-12Fix T73212: Gizmo's are still interactive when behind nodesCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-28UI: improve label text colors in save and security popupsYevgeny Makarov
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-02-17Cleanup: add extern "C" to UI_interface.hJacques Lucke
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-14Cleanup: Fix compiler warningAntonio Vazquez
2020-02-13Fix crash using 'activate_init' in popup menusCampbell Barton
2020-01-21Fix T71810: Flipping Sidebar with tabs breaks alignmentJulian Eisel
2019-11-25UI: Allow label for Template-ID (respecting property split layout)Julian Eisel
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-10-27UI: add utility to show icons for the keymap itemCampbell Barton
2019-09-30Fix T58683: Reload Scripts breaks toolbar button formattingCampbell Barton
2019-09-20Fix T69097: Empty context menu for dimensionsCampbell Barton
2019-09-19UI: layout support for fixed size buttons, and use for file browser open/cancelBrecht Van Lommel
2019-09-09UI: Refactor and improve buttton extra iconsJulian Eisel
2019-09-06UI: Bring back features for file path buttonJulian Eisel
2019-09-04Expose button UTF8 check in UI_interface.hJulian Eisel
2019-08-30Cleanup: spellingCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-30UI: add use_button option to popoversCampbell Barton
2019-07-01Fix T66246: Key accelerators crashing on save dialogCampbell Barton
2019-05-27Mitigate T64346: Quick Favorites items cant be removedCampbell Barton
2019-05-22Sequencer: ensure Strip is the default active panelBrecht Van Lommel
2019-05-22UI: allow shrinking panel height to zero when open.Alexander Gavrilov
2019-05-21UI: support drawing booleans with icons as check-boxesCampbell Barton
2019-05-20UI: add Visibility panel for objectsDalai Felinto
2019-05-15UI: make sidebars in 3D view and other editors a little wider and consistentBrecht Van Lommel
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-25UI: hide redundant menu separators automaticallyHarley Acheson
2019-04-24Fix T63822: Sidebar tabs active area dead-zone #2Campbell Barton
2019-04-23UI: ignore events in empty region overlap areasCampbell 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-04-10Cleanup: spellingCampbell Barton
2019-03-27UI: minor change to active-default logicCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-25RNA: add UILayout.prop_with_menu functionCampbell Barton
2019-03-25UI: add UILayout.prop_popover_enum functionCampbell Barton
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-22UI: refactor color picker flags out of buttonsCampbell Barton
2019-03-21WM: enable activate on init for wmOperatorType.propCampbell Barton
2019-03-20Fix T60815: drag & drop crash when search menu is opened immediately after.Brecht Van Lommel