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-09-26Cleanup: use 'u' prefixed unsigned types for GHOSTCampbell Barton
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-07-07GHOST: initialize grab axis for windowsCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-09Fix software cursor being used with absolute events in WaylandCampbell Barton
2022-06-08GHOST/Wayland: draw a software-cursor when wrapping cursor motionCampbell Barton
2022-05-29Cleanup: clang-tidy for GHOST X11/SDL/Wayland/NULL backendsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2019-06-16Cleanup: simplify GHOST cursor API, no functional changesBrecht Van Lommel
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-06-02GPU: support default framebuffer with ID not equal to 0Tomoaki Kawada
2019-05-28WM: support X/Y axis cursor wrappingCampbell 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-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2015-03-27GHost: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-07-24Code cleanup: ghost styleCampbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-05-19style cleanup: ghostCampbell Barton
2011-12-24Formatting edits <120 length linesCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-23GHOST Cocoa: move y origin top/bottom conversions out of windowmanager moduleBrecht Van Lommel
2011-02-25doxygen: fixup and tag intern/ghost.Nathan Letwory
2010-06-02Progress indicator in the application iconDamien Plisson
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-28Cocoa : correctly handle late events sent after window deactivateDamien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2009-11-26Cursor Grab bugfix: passing NULL for bounds didn't initialize properly.Martin Poirier
2009-11-19Drag'n'drop : moved "setAcceptDragOperation" functions at window levelDamien Plisson
2009-10-17wrap the mouse within the region while grabbing so on release the current vie...Campbell Barton
2009-10-17Adjustments to continuous grabCampbell Barton
2009-10-08- made ungrab a second function - WM_cursor_ungrabCampbell Barton
2009-10-07Experimental option to allow moving the mouse outside the view, "Continuous G...Campbell Barton
2009-10-05Cocoa port :Damien Plisson
2009-09-30SVN maintenance.Guillermo S. Romero
2009-07-092.5: X11Brecht Van Lommel