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-05-25Fix T83519: Line Gesture flip state not updating without a mouse move eventPablo Dobarro
2022-03-03Event System: use more thoroughly tested logic for click-drag eventsCampbell Barton
2022-03-02Fix/Workaround T96120: Crash dropping from the file browserCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-28Event System: drag events now use modifier state on drag startCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-09-23WM: gestures now activate immediately on mouse pressCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-13Fix T91320: Support flipping sides in mesh bisectPhilipp Oeser
2021-09-13Fix straightline gesture snapping not working for modal toolsPhilipp Oeser
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-09Fix T88885: Circle select deselects first selections after moving cursorGermano Cavalcante
2020-11-17RNA define: check and report invalid usages of ID pointers properties.Bastien Montagne
2020-10-21UI: Allow changing the active side of line gesturesPablo Dobarro
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-21Cleanup: simplify lasso transform from 17cb2a6da0c88Campbell Barton
2020-10-21Cleanup: avoid error prone nested switch statements (missing break)Campbell Barton
2020-10-20UI: Add angle snapping to line gesture toolsPablo Dobarro
2020-10-20Fix error in the last commitPablo Dobarro
2020-10-20UI: Move gesture selection with spacebarPablo Dobarro
2020-10-05Sculpt: Preview the active side of the line gesturesPablo Dobarro
2020-09-29Cleanup: spellingCampbell Barton
2020-09-26Sculpt: Line gestures and Mask Line toolPablo Dobarro
2020-09-14Fix 'Links Cut' adding undo steps without cutting anythingGermano Cavalcante
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
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-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-01-09Fix T72900: Mouse-move causes redraw when gizmos are hiddenCampbell Barton
2020-01-09Cleanup: centralize WM_gesture_end callCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-03-01WM: add gesture variable to detect first executionCampbell 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
2018-12-12Fix T59170: Box select ignores modifiers-keys once tool option is setCampbell Barton
2018-12-03Fix T58594: Modal circle select can't select & de-selectCampbell Barton