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-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
2018-03-23Fix T48027: Memory leaks when exiting Blender from menuJulian Eisel
2018-03-22UI: skip confirmation menu on quit prompt to saveCampbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-13Fix T54302 - Wrong added scene when adding a scene strip to the SequencerJoshua Leung
2018-03-11Fix T54274, and rename option --window-borderless to --window-fullscreenArto Kitula
2018-03-02Fix building w/o PythonCampbell Barton
2018-02-28Radial control: Skip operator properties from being savedSergey Sharybin
2018-02-27Fix T54106: Save blend ignores 'check_existing'Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton