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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21Revert "Fix T55568: second click event ignored"Campbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21WM: don't make LMB a special case for double clickCampbell Barton
2018-06-15WM: suppress drag events if motion is handledCampbell Barton
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-10WM: add macros to check mouse button/gesture/wheelCampbell Barton
2018-06-08WM: correct recent change to click/drag detectionCampbell Barton
2018-06-08Prevent wheel causing spurious click/drag eventsCampbell Barton
2018-06-08WM: backport event/keymap type util from 2.8Campbell Barton
2018-06-07WM: fix drag events applying after releaseCampbell Barton
2018-06-07WM: add support for drag eventsCampbell Barton
2018-06-07Fix key repeat events resetting the click timerCampbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-11WM: initialize last used macro propertiesCampbell Barton
2018-05-06WM: include macros in last-propertiesCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-23Fix own mistake from 4cb4556fa5ba78ffJulian Eisel
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-15Fix T54076: MCE in Graph mode - clip.graph_select_border does not work by hea...Sergey Sharybin
2018-01-25UI: change tool-tips to be stored in the screenCampbell Barton
2018-01-19WM: operator flag to check repeat/redo executionCampbell Barton
2018-01-10Fix T53491: Absolute tablet motion detection failsCampbell Barton
2018-01-03New API function to call an existing menuDalai Felinto
2017-10-26Event System: check_click was left setCampbell Barton
2017-10-16WM: store modal operator last-propertiesCampbell Barton
2017-10-16Event System: Prevent mouse motion in click eventsCampbell Barton
2017-08-25WM: initialize WM and deps before handling eventsCampbell Barton
2017-07-28WM: OP_IS_INVOKE was being incorrectly setCampbell Barton
2017-07-18Cleanup: use WM_event prefix for modal_tweak_exitCampbell Barton
2017-07-18WM: move WM_event_is_last_mousemove to the WM APICampbell Barton
2017-03-14WM: add Operator.is_repeat() check for C & PyCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2016-11-15Cleanup: More explicit parenthesesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-09-12Fix error in --debug-handlers printingJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-29Remove "debug build only" event printing.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-21Fix T48196: Crash enabling modal operator in execCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-10Fix T48369: Missing suport for main '+' key.Bastien Montagne
2016-04-23Fix T48173: event.mouse_prev_x/y unreliable.Brecht Van Lommel
2016-04-19Cleanup: pass event args as constCampbell Barton
2016-04-17Fix T48171: activating spacebar search menu over text button activates it or ...Brecht Van Lommel