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-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03Bugfix #26307Ton Roosendaal
2011-03-02Bugfix #26226Ton Roosendaal
2011-02-28minor change for image invert operatorCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-25bugfix #26211M.G. Kishalmi
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-05Bugfix #25944Ton Roosendaal
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26fix from andguent on irc, wasn't checking for property type.Campbell Barton
2011-01-26Possible fix for issue #2 in [#25664] Remove Pack does not work in Texture panelCampbell Barton
2011-01-22Fix for [#25664] Remove Pack does not work in Texture panelJanne Karhu
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04todo item:Ton Roosendaal
2011-01-03Image window Scopes (P key): the 4th "line histogram" was notTon Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20bugfix [#25238] Render image window edits UV'sCampbell Barton
2010-12-15Bugfix #25235Ton Roosendaal
2010-12-13Fix for imageeditor's scopes not updating when changing the image.Xavier Thomas
2010-12-13option to reverse cycle through render slots (Alt+J).Campbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09A little more work on patch [#24814] Operators which have no decriptionKent Mein
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-02Update include paths for fonts in image stat display (rev33422).Guillermo S. Romero
2010-12-02use fixed width fonts for image stat display.Campbell Barton
2010-12-01bugfix [#22638] Alpha channel not saved when using texture paintCampbell Barton
2010-11-30misc small changes.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28fix for fix [#24955] Generating UV-Images within blender (Alt-N) not possibleCampbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-20Bugfix #21028Ton Roosendaal
2010-11-20WITH_OPENJPEG wasn't defined for CMake or SCons, which meant blender couldn't...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton