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
2011-06-23GHOST Cocoa: move y origin top/bottom conversions out of windowmanager moduleBrecht Van Lommel
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-15translate left panelXiao Xiangquan
2011-06-11SpaceNav works on LinuxMike Erwin
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-30Fix #27522: crash when closing new render window with render error messageBrecht Van Lommel
2011-03-25Bugfix #26195Ton Roosendaal
2011-03-22add missing mem-free on vertex group sorting & dont crash when calling fullsc...Campbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-13clipboard setting background check correction.Campbell Barton
2010-12-12Fix for compile on windows:Thomas Dinges
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-11Fix for [#22967] UI stops updatingJanne Karhu
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-05tedious string copying changesCampbell Barton
2010-10-22bugfix/workaround for ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: A...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15Less cryptic modifier key typesNathan Letwory
2010-10-15Add comment about when prefsizx et al are used.Nathan Letwory
2010-10-15Fix for r32487: the logic was suboptimal, improved to always work correctly.Nathan Letwory
2010-10-15Fix [#24260] Window geometry command-line option doesn't workNathan Letwory
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-09-27Fix typo that broke build on OSX.Ken Hughes
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-02Progress indicator in the application iconDamien Plisson
2010-05-06Make drop images work from external desktop into Blender image window.William Reynish
2010-05-06Part 1 of making external drop events work. Have to move work to another system,Ton Roosendaal
2010-03-28Fix [#21689] for coordinate issue (y flipped) when setting mouse cursor positionDamien Plisson
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-01Cocoa : implement opening .blend file by double-clicking on it in OSX FinderDamien Plisson
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-19Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating WindowMatt Ebb
2010-01-18Fix for window not redrawing properly on resize (on osx at least), add a Matt Ebb
2010-01-08Disable anti-aliasing initialization, was causing GL_SELECT issuesDamien Plisson
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson