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
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2017-07-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-21Fix strict compiler error after recent UI changesSergey Sharybin
2017-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-11Fix T49034: multi-drag crashes when UI forces exitCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-13Fix crash when using template_search with non-ID dataJulian Eisel
2017-05-12UI: Add template_search (version of template_ID for non-IDs)Julian Eisel
2017-03-31UI cleanup: simplify Icon handling of uiDefAutoButR for PROP_POINTER.Bastien Montagne
2017-01-12UI: Try limiting 'x' icon to search buttonsJulian Eisel
2016-11-30UI: Remove 'x' icon from paths and listsJulian Eisel
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-04-26UI: 'View Online Manual' ShortcutJulian Eisel
2014-12-30Fix possible NULL pointer dereferenceCampbell Barton
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-12-02Fix rare crash dragging number-buttonsCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-18Fix for weak floating-point number comparison.Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-13Code cleanup: quiet warning, 'else' would always crash (& never occurred)Campbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-02-09Code cleanup: fix compiler warning with clang.Brecht Van Lommel
2014-02-09UI: improve reports popupCampbell Barton
2014-02-08UI: butstore API to generalize button storage for modal handlersCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-08Fix issues with float precision in numinput, like 'R 123' who would show addi...Bastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-15click dragging with the eye dropper now averages out colors - useful when you...Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton