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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-15Fix (unreported) Text Editor: scrollbar exiting earlyPhilipp Oeser
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Fix T55260: load Text File with Python from GUI Button results in 0 UserBastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-04-19Undo: add missing flag for text deleteCampbell Barton
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-25Text: line break always returned cancelledCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-01-13Fix missing user when opening text from ID UI widget.Bastien Montagne
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-03-10Text Editor: Auto indent for backspace/deleteCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-10-04Clenup: Text Editor: Fix inconsistencies in textline handling (makes coverty ...Bastien Montagne
2015-10-01Fix T46340: Auto scrolling in text editor with upward selection not work.Bastien Montagne
2015-09-28Fix T46293: Text Editor: Convert to spaces/to tabs was totally broken with no...Bastien Montagne
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-04Add missing break statementsCampbell Barton
2015-04-03Sticky Keys backendJulian Eisel
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2015-01-07cleanup: de-duplicate codeCampbell Barton
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-11-10Fix T39144: text-select scrolling too fastCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-09-17Text Editor: reload missed adding new-lineCampbell Barton
2014-08-29Fix Text editor home/end keys when theres a selectionCampbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Report when saving images and textCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards