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
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2016-11-22Fix missing conversion of uchar color to floatJulian Eisel
2016-11-13Fix T50008: camera DOF Distance picking from W key menu not working.Brecht Van Lommel
2016-09-21UI: Make eyedropper shortcut configurableJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-04-01Cleanup: style/spellingCampbell Barton
2016-03-31Fix memory leak when assigning driverJulian Eisel
2016-03-29Drivers Setup: Expose all mapping types for creating driversJoshua Leung
2016-03-27More tooltip tweaksJoshua Leung
2016-03-27Cleanup: Silence some compiler warningsSergey Sharybin
2016-03-27Code Cleanup - Split out the property-button-finding code so that it can be u...Joshua Leung
2016-03-26Driver Setup Workflow Improvement: Property EyedropperJoshua Leung
2016-03-24Fix some typos and incorrect tooltips/descriptionsJoshua Leung
2016-03-01Eyedropper: Reset property on cancel and add enter to confirmJulian Eisel
2016-02-29User customizable keymap for eyedropper (modal operator)Julian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-09Fix T45003: some UI/i18n issues.Bastien Montagne
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-04Fix eyedropper with quad-viewCampbell Barton
2015-04-21Add eyedropper for selecting object & obdataJulian Eisel
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Various Sticky fixes (tm)Julian Eisel
2015-04-05Stickies: Remove redundant fixesJulian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-04-02Fix for incorrect descriptionJoshua Leung
2015-02-11Fix depth-eyedropper crashing outside 3d viewCampbell Barton
2015-01-21BKE_screen: add BKE_screen_find_area_xyCampbell Barton
2015-01-20Fix UI glitches drawing text at different sizesCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-14UI: Eyedropper for view-depthCampbell Barton
2014-11-26cleanup: style & tipsCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-11-19Fix for running datablock eyedropper outside of a button.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-12fix for possible eyedropper NULL pointer use.Campbell Barton
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton