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-05-07UI: support context menu in menu search popupCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-05-07Cleanup: remove unused operator arguments to UI_popup_block_invoke_exCampbell Barton
2020-04-30Fix dragging panels changing region sizeJulian Eisel
2020-04-27UI: (Internal) utility for more controllable property split layoutJulian Eisel
2020-04-27UI: Add (internal) option to use property splitting for label-less itemsJulian Eisel
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14Cleanup: pass font drawing x/y offset arguments as int'sCampbell Barton
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
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