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-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-09-17UI: wait for input for operators that depend on cursor locationCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-30Cleanup: use 'else if'Campbell Barton
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-15Fix T80333: cursor disappears after using navigation gizmo in editmodePhilipp Oeser
2020-09-15Fix T80363: Progress cursor getting stuckJulian Eisel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-06-01Cleanup: clang-formatCampbell Barton
2020-05-27UI: Skip unnecessary cursor settingKonrad Puklicki
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-28UI: Remove Support for Large CursorsHarley Acheson
2020-02-15Fix T67924: transform right/up arrow keys not working on macOSBrecht Van Lommel
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-21Cleanup: simplify wmEvent tablet data storage and namingBrecht Van Lommel
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