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
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-08Text3d: improve error checking when pasting from filesCampbell Barton
2014-01-06Fix for own error in recent text3d changesCampbell Barton
2014-01-05Text3d: avoid assert, clamp position before getting the selectionCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Text3d: paste additionsCampbell Barton
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-12-29Text3d: add select all operatorCampbell Barton
2013-12-29correction to previous commitCampbell Barton
2013-12-29Fix crash moving the cursor after deleting 3d textCampbell Barton
2013-12-29Text3d: add assert's to check the selection and length are validCampbell Barton
2013-12-29Text3d: setting upper/lower case now uses the selectionCampbell Barton
2013-12-29Text3d: remove redundant call to wcslenCampbell Barton
2013-12-29Fix for 3d text ctrl+arrow keys failing for multi-byte characters.Campbell Barton
2013-12-083D Text: delete selection before pastingCampbell Barton
2013-11-20Fix T37543: Multiline 3D Text saved in edit mode breaks on loadCampbell Barton
2013-11-20Code Cleanup: remove unused members for editfont (3D text)Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-15Fix text object text entry being broken after recent fix to BLI_strncpy_wchar...Brecht Van Lommel
2013-07-15fix for error in string copyCampbell Barton
2013-06-27fix for zero length normalize before scanfill for meshes and other minor chan...Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-21code cleanup: remove ctrl option from FONT_OT_line_breakCampbell Barton
2012-11-15fix for 3d text input failing for non utf8 input.Campbell Barton
2012-11-04Possible bugfix 32474Ton Roosendaal
2012-10-30Two fixes:Ton Roosendaal
2012-10-29Bugfix:Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-08style cleanup: misc editor changes.Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04First part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton