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-08-26Cleanup: return window in 'WM_window_find_under_cursor'Germano Cavalcante
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05Fix: IME conversion candidate window not correctly placed on macOSYuki Hashimoto
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28UI: Do Not Resize Already-Open Temporary WindowsJesse Y
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Refactor of Wintab to use Wintab supplied mouse movement once verified agains...Nicholas Rishel
2021-06-12Fix T88812: Child Windows on Vertical MonitorsHarley Acheson
2021-06-11Render Window as Non-Child on Win32 platformHarley Acheson
2021-05-03WM: disable idle event handling timer when simulating eventsCampbell Barton
2021-05-03Cleanup: use boolean for has_event variable & return valueCampbell Barton
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-15Cleanup: replace 'timer_ended' with 'timer_end'Campbell Barton
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
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