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-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: split out context member queryCampbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-26UI: Add/Update bad tooltipsAaron Carlisle
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
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-17Cleanup: BLI path extension APICampbell 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-12Fix T55452: Crash on saving with visible particle system.Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...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-08Cleanup: getting rid of G.main.Bastien Montagne
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-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Fix crash in owmn previous commit.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-25WM: check modal handlers for keymap lookupsCampbell Barton
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-05-11WM: initialize last used macro propertiesCampbell Barton
2018-05-09MSVC: resolve near/far issue take2Campbell Barton
2018-05-09MSVC: remove hack for near/far name collisionCampbell Barton
2018-05-08Cleanup: remove unused wmReport structCampbell Barton
2018-05-06WM: include macros in last-propertiesCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-04-06Cleanup: style, doxy headersCampbell Barton
2018-04-05UI: Add accelerator keys to quit confirmation popupJulian Eisel
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-27Fix T54435: Quit prompt fails w/ fractional scaleCampbell Barton
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-23UI: restore quit confirmation when dialog disabledCampbell Barton
2018-03-23Fix issues with confirmation prompt on WindowsJulian Eisel
2018-03-23Fix own mistake from 4cb4556fa5ba78ffJulian Eisel
2018-03-23Fix memory leaks when doing "Save & Quit"Julian Eisel