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
path: root/intern
AgeCommit message (Expand)Author
2010-07-23Changed the fix for string literal warnings to dynamic casts, patch for one f...Joerg Mueller
2010-07-21svn merge -r 30513:30565 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-20svn merge -r 30418:30512 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-17Audaspace Py API: Getting rid of string literal warnings.Joerg Mueller
2010-07-16svn merge -r 30323:30417 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-16Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the PREFIX...Campbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-14Python API:Joerg Mueller
2010-07-13Merging revision 30126:30261 from trunk.Joerg Mueller
2010-07-12Update MSVC project filesBenoit Bolsee
2010-07-11installation paths:Andrea Weikert
2010-07-09Fixed bug [#22555] OSX/Cocoa: Suppress delayed mouse position changed event a...Damien Plisson
2010-07-09Audaspace:Joerg Mueller
2010-07-09Audaspace:Joerg Mueller
2010-07-07fix mingw compileAndrea Weikert
2010-07-06Fixed bug [#22757] : hide dock and menu on OSX only when Blender window is ma...Damien Plisson
2010-07-05File/installation paths: osx (cocoa & carbon) update in ghostDamien Plisson
2010-07-05Fix Makefile for new getUserDir system.Diego Borghetti
2010-07-05compile fix, another missed semicolon - blushAndrea Weikert
2010-07-05bugfix [#22724] "Scene" switch on the console doesn't workCampbell Barton
2010-07-05fix for buildingCampbell Barton
2010-07-05Add missing ";".Guillermo S. Romero
2010-07-05SVN maintenance.Guillermo S. Romero
2010-07-05Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-06-15ifdef disable X11 mouse grab, it locks up the system for artists too often (w...Campbell Barton
2010-06-15Got the okay from Nathan to commit this: It's a small patch for Win32 Ghost t...Mitchell Stokes
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-06-02Progress indicator in the application iconDamien Plisson
2010-06-01Fixes [#21791] Toggle Fullscreen (Alt + F11) returns to non-maximized windowNathan Letwory
2010-05-30Fixes: #22064 When the Windows task bar is placed on top of the screen, Blend...Nathan Letwory
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-22Fix [#22306]: convert dropped file names from OSX to correct char encoding to...Damien Plisson
2010-05-16Fix for compilation with newer ffmpeg librarySergey Sharybin
2010-05-16no functional changesCampbell Barton
2010-05-15made cmake ghost file less confusing (was globbing then removing files for ea...Campbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-03Drag & drop from OS: set to accept any drop operation by default for nowDamien Plisson
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-29Amendment to r28508 (Make Blender malloc be 64 bit ready)Nathan Letwory
2010-04-29Make Blender malloc wrapper be 64 bit ready.Guillermo S. Romero
2010-04-28reverting 28469, there is no use in using a long, while the allocation functi...Campbell Barton
2010-04-27Make len portable (as best as can tested with a 32 bit machine).Guillermo S. Romero
2010-04-27fix for allocations over 2gig crashing blender (even on 64 bit systems)Campbell Barton
2010-04-24Fix for #22135, loading ffmpeg now before .B25.blend is loaded.Joerg Mueller
2010-04-20Fix #22085: compile error on windows, M_PI undeclared.Brecht Van Lommel
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel