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-10-19Cleanup: remove NDOF_BUTTON_NONE from the range of usable buttonsCampbell Barton
2022-10-19Fix T101866: Incorrect buttons for space-mouse enterpriseCampbell Barton
2022-09-07Cleanup: comment unused INPUTCHANGE eventCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21Fix WM_event_type_mask_test ignoring wheel and gesture eventsCampbell Barton
2022-07-21WM: categorize smart-zoom as a gestureCampbell Barton
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-03-08Event System: remove unused NDOF buttonsCampbell Barton
2022-03-08Event System: click/click-drag support for NDOF buttonsCampbell Barton
2022-03-08Event System: add ISKEYBOARD_OR_BUTTON macroCampbell Barton
2022-03-08Event System: exclude cursor & NDOF motion from ISHOTKEY() macroCampbell Barton
2022-03-02Cleanup: rename direction enum as it's part of the key-map itemCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-21Cleanup: event type values & definesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-10-05XR: Add runtime window area for XR eventsPeter Kim
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-10-21UI: Allow changing the active side of line gesturesPablo Dobarro
2020-10-20UI: Add angle snapping to line gesture toolsPablo Dobarro
2020-10-20UI: Move gesture selection with spacebarPablo Dobarro
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-05-20Fix T76794: Number button cursor overrides eyedropper cursorCampbell Barton
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-06Cleanup: add decimal values for event types, order by valueCampbell Barton
2020-02-20Cleanup: unused enumsCampbell Barton
2020-01-28macOS: add trackpad smart zoom event supportYevgeny Makarov
2020-01-15WM: support keys F20-F24Asher
2019-12-18Cleanup: remove unused gesture event.Campbell Barton
2019-12-10GHOST: add support for application/menu keyHarley Acheson
2019-06-26Cleanup: un-wrap lines in headers, use doxy commentsCampbell Barton
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2019-01-09Fix IS_EVENT_ACTIONZONE macroCampbell Barton
2018-12-13Fix error in recent key-item filteringCampbell Barton
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Fix action-zones showing up as shortcutsCampbell Barton
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel