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-07-06Fix #27879: sequencer didn't draw overlapping strips well, selected were drawnBrecht Van Lommel
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-03-30quiet gcc's float/double warnings.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-072D text drawingCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-21== Sequencer ==Peter Schlaile
2010-10-21Temporary fix for sequencer bugs #22925, #21429, #21783, #24165Janne Karhu
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-09-15Apply patch [#23755] Sequencer: small code cleanup using existing color math ...Nathan Letwory
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-23== Sequencer ==Peter Schlaile
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-17Merging revision 30434 from my GSoC branch, log: Fixed sound wave display bug...Joerg Mueller
2010-07-17PNG Compression can now be set, writing uncompressed PNG's is significantly f...Campbell Barton
2010-07-17sequencer outline, credits on a black background wasnt easy to see.Campbell Barton
2010-07-16fix for freeze while resizing sequencer view verticallyCampbell Barton
2010-07-11- sequencer wasnt drawing handles, the deprecated v2d was being used which ga...Campbell Barton
2010-07-08Sequencer display overlay option, this can show a border area from another ti...Campbell Barton
2010-07-07fix for numeric problems for color balance in the sequencer (same check as in...Campbell Barton
2010-07-04sequencerCampbell Barton
2010-07-04- draw sequence strips within metastrips using their real start/end and chann...Campbell Barton
2010-06-21sequencer swap data operator.Campbell Barton
2010-06-07== Sequencer ==Peter Schlaile
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-25== Sequencer ==Peter Schlaile
2010-04-01Fix [#21298] Colour Management: Convert To Float & Use Colour Balance Lineari...Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09camera override option for scene strips.Campbell Barton
2010-03-09option to use offscreen opengl drawing with the sequencer scene strips.Campbell Barton
2010-03-05utility function object_camera_matrix, moved code from RE_SetCamera into this.Campbell Barton
2010-02-21== Sequencer ==Peter Schlaile
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-082.5 Audio:Joerg Mueller
2010-02-07Partial fix for [#20567] SEQUENCER: Image Preview completely unusableAndrea Weikert
2010-01-09Color management fixesMatt Ebb
2009-12-15* rna attributes for sequence strips - seq.start_frame_final & seq.end_frame_...Campbell Barton