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
2012-03-30style cleanup: minor change and remove redundant castsCampbell Barton
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-27Clean-up logic of behavior of refresh/reload operators in sequencerSergey Sharybin
2012-03-26Fix crash of Refresh Sequencer when some Movie / MovieClip strips doesn't hav...Sergey Sharybin
2012-03-26Request from Mango team which will most probably expected by everyone:Sergey Sharybin
2012-03-26Fix for own error in sequencer's Select menu (from r40658, makes me wonder if...Bastien Montagne
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24Sequence Editor Themes:Thomas Dinges
2012-03-22Fix for Add Movie Strip and Add Sound Strip operators and operator property r...Sergey Sharybin
2012-03-22Fix #30491: Not Updating Scene LengthSergey Sharybin
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-19Fix for drag-n-drop images into sequencer: it was impossible to select filesSergey Sharybin
2012-03-18spelling cleanupCampbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-09Markers Tweak for SequencerJoshua Leung
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Refactor of proxies build operatorsSergey Sharybin
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23Refresh all cached ibmufs used by sequencer after all proxies are built.Sergey Sharybin
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-13Fixed copy-paste of sound strips in sequencer.Sergey Sharybin
2012-02-11Fix [#30136] Adding Sequence Plugin fails.Bastien Montagne
2012-02-11fix for crash adding movie strips that were not a supported format.Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-01Fix #30028: VSE Paste Strip CrashSergey Sharybin
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-15Fix [#29894] Selection in sequence editor does not de-select other stripsBastien Montagne
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14make sequencer use standard select operator with action property, remove sele...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton