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
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-05Cleanup: rename variables in wm_event_add_ghosteventCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04Fix Saving startup file changing paths of the current fileCampbell Barton
2021-03-04Fix T86231: Saving startup file always remaps relativeCampbell Barton
2021-03-04Cleanup: number literalsCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-03-02Fix click-drag regression in fix for T86116Campbell Barton
2021-03-02WM: log errors when wmWindow.eventstate values are invalidCampbell Barton
2021-03-02WM: window.event_simulate now sets previous values properlyCampbell Barton
2021-03-02WM: use wmEvent.is_repeat instead of previous event checksCampbell Barton
2021-03-02Docs: notes on wmEvent previous state struct member useCampbell Barton
2021-03-01Cleanup: Use LISTBASE_FOREACH and LISTBASE_FOREACH_MUTABLE macroGermano Cavalcante
2021-03-01Fix T86116: Failure to detect click events with modifier heldCampbell Barton
2021-03-01WM: set previous values for events in the event queueCampbell Barton
2021-03-01WM: prevent model keymap handling overwriting previous event valuesCampbell Barton
2021-03-01Cleanup: move logic to copy the previous event state to a functionCampbell Barton
2021-03-01Cleanup: minor change to click detection checksCampbell Barton
2021-03-01WM: don't set event prevval/prevtype on cursor motionCampbell Barton
2021-02-27Fix error converting simulated events press/release to clicksCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-23Fix T85638: Child Window Positioning on Multiple MonitorsHarley Acheson
2021-02-22UI: Remove Blend Thumb PassepartoutHarley Acheson
2021-02-22UI: Simplify Window CreationHarley Acheson
2021-02-21Fix memory leak when loading previous preferences from splash screenJulian Eisel
2021-02-21UI: Correct the text alignment in the quick setup (splash screen) dialogYevgeny Makarov
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-16Fix reloading preferences ignoring 'script_directory'Campbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-13Cleanup: spellingCampbell Barton
2021-02-12WM: Add 'Confirm On Release' option for WM_OT_radial_controlJuanfran Matheu
2021-02-10Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-10Fix T85395: Texture paint external edit wrong projection on reapplyPhilipp Oeser
2021-02-10UI: Removal of GHOST_CreateDialogWindowHarley Acheson
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04Cleanup: pass keymap items as const where possibleCampbell Barton
2021-02-04UI: Win32 Child Windows On TopHarley Acheson
2021-01-29Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T83539: 'activate_init' fails with buttons that have popupsCampbell Barton
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T82675: Crash on exit when Blender is built as a Python moduleCampbell Barton
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2021-01-26Merge remote-tracking branch 'origin/blender-v2.92-release'Sybren A. Stüvel
2021-01-26Viewport Rendering: Don't clamp when overlays are disabled.Jeroen Bakker