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-04-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-213D Text: Make Ctrl Backspace/Del delete wordsCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-02Add scene argument for notifiersCampbell Barton
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-02-22Cleanup: StyleJulian Eisel
2016-11-17Convert console_draw.c to GawainMartijn Berger
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-18Fix T46998: Console zoom doesn't update scrollbarsCampbell Barton
2015-12-03Cleanup: remove unused structCampbell Barton
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
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-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-16PyConsole: double-click to select wordCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-10Fix T41767: Memory free problem when console area copy fail.Bastien Montagne
2014-06-30Use text cursor for py-consoleCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-03console: shift pad-enter now clears the line too.Campbell Barton
2013-09-24fix for crash freeing console history.Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-01fix for yet another off by one error in console code, could crash deleting wo...Campbell Barton
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-04-05fix bad memmove size (reading past buffer bounds)Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-11patch [#34192] UTF-8 input in Python interactive consoleCampbell Barton