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
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
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2013-12-13Fix T37572: text editor scrolling not working well with Mac trackpad panning.Brecht Van Lommel
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-17Fix #37122: Text Editor: New Open-Shortcut different from Text > Open Text BlockSergey Sharybin
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-06fix [#36656] text editor undo error when undoing paste commandJustin Dailey
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29fix for glitch where the text editor could be clamped to scroll above line 1 ...Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-01style cleanupCampbell Barton
2013-05-07fix for glitch in text editor using ctrl+(backspace / delete), Campbell Barton