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
2008-11-11Port of part of the Interface code to 2.50.Brecht Van Lommel
2008-11-11* Compile fix for RNA + makefiles.Brecht Van Lommel
2008-11-11Various changes made in the process of working on the UI code:Brecht Van Lommel
2008-11-11* RNA: utility function to retrieve strings. It will use a fixedBrecht Van Lommel
2008-11-07* fix for typo found by brechtNathan Letwory
2008-11-07=== SCons ===Nathan Letwory
2008-11-07RNABrecht Van Lommel
2008-11-01RNA compile error and warning fixes for MSVC.Brecht Van Lommel
2008-11-01RNA / Data APIBrecht Van Lommel
2008-10-082.5 Branch: use themes for drawing the time space, and makeBrecht Van Lommel
2008-10-06whitespace commitNathan Letwory
2008-10-06* use env.Clone() instead of deprecated env.Copy()Nathan Letwory
2008-10-06* merge main SConstruct and some of the utility scripts for our scons build f...Nathan Letwory
2008-10-032.5 Branch: added WM_report and WM_reportf functions for reportingBrecht Van Lommel
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-11* small fix for compiling with scons 0.98.xNathan Letwory
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