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-07-05Revert "Keymap: use Shift-Space for auto-complete"Campbell Barton
2018-07-05Keymap: use Shift-Space for auto-completeCampbell Barton
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-15Change startup defaultsCampbell Barton
2018-04-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-05-22Merge branch 'master' into blender2.8Bastien Montagne
2017-05-22Add PovRay syntax hilghting.Bastien Montagne
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-02Add scene argument for notifiersCampbell Barton
2016-06-27Fix (unreported) wrong ID type check in Text editor's ID remap callback.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-19Fix T48198: Missing plus sign to open the tool shelf in text editorJulian Eisel
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2014-11-10Fix T39144: text-select scrolling too fastCampbell Barton
2014-08-11Fix T41379: Drag n Drop .txt files text editor failsCampbell Barton
2014-06-15Text Editor: dropping id's now paste in Python data path (like pyconsole)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-09Text Editor: Remove key binding for text/object conversionCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-06Fix T37867: scroll bar in text editor shows the wrong mouse cursor.Brecht Van Lommel
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-10-23style cleanupCampbell Barton
2013-10-18ID blocks can be pasted to text editor now with mouse drag and moveSergey Sharybin
2013-10-17Fix #37048: Default keybindings: text.find_next in Text (Global), should be i...Sergey Sharybin
2013-09-30changing shortcut to toggle Properties in text editor (ctrl+t)Dalai Felinto
2013-09-20bugfix [#36724] Ctrl+F in text editor opens Toolbar, but no longer closes itDalai Felinto
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-11only use OSKEY as a replacement for CTRL on Apple (was already the case in ma...Campbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-24Usablity:Ton Roosendaal
2013-03-22Bug fix #34405Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-16patch [#33888] Syntax Highlighting ChangesCampbell Barton
2013-01-15Bug fix #33873Ton Roosendaal
2012-12-31add back initial autocomplete support.Campbell Barton