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/source
AgeCommit message (Expand)Author
2008-06-24patch from skejoe for gcc 4.3 compatibilityCampbell Barton
2008-06-19== Rip Area into new Window Operator ==Andrea Weikert
2008-06-112.5 Branch: makefile update for last commit, patch provided by Diego, thanks!Brecht Van Lommel
2008-06-112.5 BranchBrecht Van Lommel
2008-01-22== join areas operator ==Andrea Weikert
2008-01-21*remove superfluous glEnd(); - made func internal too.Nathan Letwory
2008-01-21* grow AZone sizeNathan Letwory
2008-01-20Changes to the "join area" operator.Diego Borghetti
2008-01-20More change to the gesture manager.Diego Borghetti
2008-01-19New "Gesture Manager" system.Diego Borghetti
2008-01-18* clean up ^MNathan Letwory
2008-01-17game engine wasnt compilingCampbell Barton
2008-01-17Fix uninitited list pointer when duplicate an area.Diego Borghetti
2008-01-17* First working version of a new split tool for areas.Nathan Letwory
2008-01-17* don't copy azones- these are initiated runtime always.Nathan Letwory
2008-01-17* make sure we don't crash on window duplicate, or .B.blend read. There is st...Nathan Letwory
2008-01-17* Start ActionZone support for areas. This is bScreen level stuff to be able ...Nathan Letwory
2008-01-16* rearrange screen level drawing code a bit in preparation for tests.Nathan Letwory
2008-01-16* I gotta remember my mantra for realNathan Letwory
2008-01-16* undutchification of printf'sNathan Letwory
2008-01-15Operators: Join AreasAndrea Weikert
2008-01-15* check for NULL. Could crash if passed parameters were NULL.Nathan Letwory
2008-01-15* add exit app with CTRLKEY+QKEY.Nathan Letwory
2008-01-15* area split:Nathan Letwory
2008-01-15More "data types" for the Operator property system.Diego Borghetti
2008-01-14* fix for crash when mouse cursor changed areas. Not enough was tested, so so...Nathan Letwory
2008-01-14Operators: Split AreaNathan Letwory
2008-01-14New API to access Operator properties.Diego Borghetti
2008-01-13Applied a couple sculpt/multires fixes from trunk to blender2.5.Nicholas Bishop
2008-01-11Reverting changes made yesterday to Makefile... (Its really messed up,Kent Mein
2008-01-11The python lib name should be 'bf_python' instead of 'blender_python'Chris Want
2008-01-11Fixed typo from merge yesterday.Kent Mein
2008-01-10Cleaned up some things, more work to do here but its a little simpler now.Kent Mein
2008-01-10Change vector structs from 3 to 4 so things are aligned for 64bit machines.Kent Mein
2008-01-10Add more memory clearing on file read for WindowManager.Ton Roosendaal
2008-01-10Two fixes in 2.5 branch:Ton Roosendaal
2008-01-10Blender 2.5 project: added first more complex handler + operatorTon Roosendaal
2008-01-10* fix linking order for bf_pythonNathan Letwory
2008-01-09update to cmake filesAndrea Weikert
2008-01-08* fix linking order for l00nixNathan Letwory
2008-01-08Commented out a couple of verse functions that are in srcKent Mein
2008-01-08* tweak linking priorities - should help for GCC usersNathan Letwory
2008-01-08* update scons-files to build with Ton's latest commits.Nathan Letwory
2008-01-07Add missing Makefile for libpython.aDiego Borghetti
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-07Fix for makefile to enter interface dirTon Roosendaal
2008-01-07New linking order for the 2.5 editor/wm libsTon Roosendaal
2008-01-07Whole lot of changes.... here a shortlist:Ton Roosendaal
2008-01-05* make sure blender2.5 still compiles when WITH_BF_VERSE=1Nathan Letwory
2008-01-04Support for CMakeChris Want