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
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-26Assets: allow creating preview image by rendering active objectJacques Lucke
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-07-15Cleanup: Use const for UI icon getter functionJulian Eisel
2021-02-09Cleanup: move eIconSizes, ID_Type enums into own fileCampbell Barton
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-15Collections: Add color taggingNathan Craddock
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-05-09UI: dim icons in inactive tabs, similar to textBrecht Van Lommel
2019-05-09Cleanup: reduce number of UI_icon_draw variationsBrecht Van Lommel
2019-05-09Themes: add setting to draw border around icons, use for Blender LightJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-09-27UI: draw mono icons with button type text color, instead of area text color.Brecht Van Lommel
2018-07-24Fix T56079: crash with startup.blend saved in sculpt/paint modes.Brecht Van Lommel
2018-06-10UI: change toolbar icon size from 38 -> 32Campbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-28UI: Add icon color saturation preferenceCampbell Barton
2018-04-26UI: desaturate toolbar icons that the mouse is not over.Brecht Van Lommel
2018-04-25UI: workaround for text & icon alignmentCampbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2017-02-22UI: Support drag & drop reordering of collectionsJulian Eisel
2017-02-15Revert "Collection Editor based on patch by Julian Eisel"Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-05-25Fix `widget_draw_preview()` not taking into account given alpha.Bastien Montagne
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne