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
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
2013-05-01holding ctrl when using arrow keys in the text editor didn't navigate newlines.Campbell Barton
2013-04-17text editor reload no-longer resets scroll & cursor - annoying when making tw...Campbell Barton
2013-04-08fix [#34905] Text editor: replacing matches by empty string not allowedCampbell Barton
2013-03-24Usablity:Ton Roosendaal
2013-03-14style cleanup: odd indentationCampbell 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-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18Fix some popups being too small on retina display, among them the new image d...Brecht Van Lommel
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2012-12-31text autocompleteCampbell Barton
2012-12-19code cleanup: remove unneeded include's and rename some static functions in t...Campbell Barton
2012-12-19generalize formatting code so different formatters can be registered and each...Campbell Barton
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-03Fix #33398: Missed undo push when script execution failedSergey Sharybin
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-16fix [#33180] text editor line height issueJustin Dailey
2012-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-24Patch #31641: Text editor: unindent even if no selectionSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-09And more UI messages fixes...Bastien Montagne
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-11missed this change from patch [#30274]Campbell Barton
2012-06-27style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton