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-10-27utf8 buffer wasn't being initialized in ghost_event_procCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-14merge from trunk 38379Xiao Xiangquan
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