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=== 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-06* use env.Clone() instead of deprecated env.Copy()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 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-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-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