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
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-26Cleanup: use 'u' prefixed unsigned types for GHOSTCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-23Cleanup: add string utility macros to GHOST/WaylandCampbell Barton
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-12Cleanup: add missing braces in GHOSTCampbell Barton
2022-07-21Fix T91932: number sliders wrap around when dragged for long distance on X11Sebastiano Barrera
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell Barton
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-05-29Cleanup: clang-tidy for GHOST X11/SDL/Wayland/NULL backendsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Cleanup: spelling in commentsCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
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-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24GHOST/EGL: store pointer to GHOST_System for downcast testsChristian Rauch
2021-02-10UI: Removal of GHOST_CreateDialogWindowHarley Acheson
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-04-28Cleanup: remove STR_String usage from GHOSTBrecht Van Lommel
2020-04-08Fix build error with WITH_X11_XINPUT=OFF after recent changesBrecht Van Lommel
2020-04-08Cleanup: remove GHOST API to query tablet state from WindowBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Linux: update EGL context code to fully work, including offscreen renderingChristian Rauch
2020-01-21GHOST: bundle tablet data with GHOST eventBrecht Van Lommel
2019-10-03UI: Register File Browser as Child/Dialog-Window for the OSJulian Eisel
2019-09-26GHOST: refresh standard cursors available for platformsHarley Acheson
2019-09-26GHOST: add GHOST_HasWindowCursorShape() to test if standard cursor existsBrecht Van Lommel
2019-06-16Cleanup: simplify GHOST cursor API, no functional changesBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-04Revert "Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)"Campbell Barton
2019-06-04Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)Campbell Barton
2019-05-16Cleanup: redundant headers mixed in with codeCampbell Barton
2019-05-01Cleanup: comments (long lines) in ghostCampbell Barton
2019-04-26Cleanup: unused variable warningCampbell Barton
2019-04-25GHOST: remove OpenGL depth buffer, remove code for other unused buffersmano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-06GHOST: tweak warning message about OpenGL 3.3.Brecht Van Lommel
2019-03-06Linux/X11: update icon in taskbar to match new icons.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Revert fix for T48901: Use of XIWarpPointerCampbell Barton
2019-01-03Fix for T58250 fix: Blender failing to start with OpenGL context < 4.5.Brecht Van Lommel
2018-12-27X11: support multiple tablet devices.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Sergey Sharybin