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
2019-10-04Fix T70467: large cursors option on Linux not showing clear crosshairBrecht Van Lommel
2019-10-01UI: Changes to Paint CursorsHarley Acheson
2019-09-26Cleanup: cursor header fileBrecht Van Lommel
2019-09-26Cleanup: remove unused cursors without high resolution imageBrecht Van Lommel
2019-09-26WM: always use standard cursors from GHOST when available, over custom onesHarley Acheson
2019-09-26WM: refresh custom cursors designs, add a few more cursorsHarley Acheson
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-06-16Revert new grease pencil cursor for paint modesBrecht Van Lommel
2019-06-16Cleanup: simplify GHOST cursor API, no functional changesBrecht Van Lommel
2019-06-07GPencil: Create new CURSOR for paint modesAntonio Vazquez
2019-05-28Cleanup: use WM_ prefix for cursor enumCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-21UI: improve corner splitting feedback by showing custom cursors.Harley Acheson
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-18Tool System: support for tool cursorsCampbell Barton
2018-01-10Fix T53491: Absolute tablet motion detection failsCampbell Barton
2016-04-19Cleanup: pass event args as constCampbell Barton
2015-10-03Fix T44605: OS X continuous grab issues.Brecht Van Lommel
2015-06-01Cleanup: doxygen commentsCampbell Barton
2014-06-13Code cleanup: use const for mouse location argCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-12-31Fix T37947: large cursors now also work on linux/mac for the edit mode cross.Brecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-27fix [#36409] Continuous Grab problem with arrow keys.Campbell Barton
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton