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: disambiguate 'queue' struct membersCampbell Barton
2021-02-23Fix T85638: Child Window Positioning on Multiple MonitorsHarley Acheson
2021-02-22UI: Simplify Window CreationHarley Acheson
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-10UI: Removal of GHOST_CreateDialogWindowHarley Acheson
2021-02-04UI: Win32 Child Windows On TopHarley Acheson
2021-01-13Fix: popout windows are sized incorrectly on high DPI screensJesse Y
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-01GHOST: Enable debug context on offscreen context tooClément Foucault
2020-08-30WM: Remove 10year old workaround for buggy driversClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-18Cleanup: GPUState: Remove GPU_state_init()Clément Foucault
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-22GPU: clear color with 1.0 alphaChristian Rauch
2020-07-16Cleanup: GPU: Replace all glReadPixels by GPU equivalentClément Foucault
2020-07-16Cleanup: Port glClear calls to GPU module functionsClément Foucault
2020-06-19Fix: Crash when closing window while Outliner shows screensJulian Eisel
2020-06-03Eyedropper: Support get samples from other windowsGermano Cavalcante
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-05-20UI: Allow registering File Browser as child of other child windowsJulian Eisel
2020-05-18Cleanup: Put GPU_state_init inside gpu_state.cClément Foucault
2020-05-05Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-05Fix T76318: lower part of new preferences window does not workBrecht Van Lommel
2020-05-01WM: remove X11 hard coded window size workaroundChristian Rauch
2020-04-29Fix T71334: top part of render window disappears on repeated rendersBrecht Van Lommel
2020-04-08Fix Windows Tablet API preference not being usedMiguel Pozo
2020-04-04Cleanup: Split up Window-Manager VR file (and related changes)Julian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-02VR: Refactor DirectX context managementJulian Eisel
2020-03-26Fix crash closing a window in background modeCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-09Fix failing assert because of invalid region coordinatesJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-11Fix T70039, T68707: issues when opening .blend file from Finder on macOSYevgeny Makarov
2020-01-27Merge branch 'blender-v2.82-release'mano-wii