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-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-11simple changes to grid drawing logic.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-03fix [#27965] VSE: no visual feedback on locked stripsCampbell Barton
2011-07-22Bugfix [#27984] CTRL+T doesn't work in Video Sequencer properlyJoshua Leung
2011-07-07Merging trunk up to r38167.Joerg Mueller
2011-07-06Fix #27879: sequencer didn't draw overlapping strips well, selected were drawnBrecht Van Lommel
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
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