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
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2015-12-27Fix memory leak in GHOST Event Manager.Kévin Dietrich
2015-07-01Cleanup: doxygen commentsCampbell Barton
2015-07-01User Prefs for NDOF dead-zoneCampbell Barton
2015-04-13Cleanup: styleCampbell Barton
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-16CommentsCampbell Barton
2014-08-12SpellingCampbell Barton
2014-06-13Code cleanup: use const for mouse location argCampbell Barton
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-07-05Doxygen cleanupNicholas Rishel
2012-07-01style cleanup: commentsCampbell Barton
2012-05-19style cleanup: ghost headersCampbell Barton
2012-03-16Patch by Psy-Fi + my minor changesAlexander Kuznetsov
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell 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-09migrated NDOF code from soc-2010-merwin, SpaceNavigator now works on Mac blenderMike Erwin
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton
2011-02-23doxygen: make sure license blocks don't interfere.Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-07-25merged 29285:30707 from trunkMike Erwin
2010-07-22removed some NDOF plugin-related codeMike Erwin
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-06-02Progress indicator in the application iconDamien Plisson
2010-02-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-16System dependant functions (skeletons) to retrieve user and system base dirs.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2009-11-19Drag'n'drop : moved "setAcceptDragOperation" functions at window levelDamien Plisson
2009-11-10Drag & drop implementation at GHOST level (only OSX for now)Damien 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-07-092.5: X11Brecht Van Lommel