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
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
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-04make text move up/down into a single operator with a direction propertyCampbell Barton
2012-05-04Patch [#30654] Wiki Quick Hack: Text editor move lines up/downJoshua Leung
2012-04-29patch [#30821] Wiki Quick Hack: Text editor duplicate lineCampbell Barton
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-17Whitespace tabs vs. spaces consistency changesSergey Sharybin
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-04-20Fix #27014: ctrl-A, ctrl-C, ctrl-V breaks formatting of scriptSergey Sharybin
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-07-30patch [#23088] 2.5 Text Editor: Preserve indentation with spacesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-22PyConsole improvementsCampbell Barton
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-03-012.5: Text Editor back.Brecht Van Lommel
2009-01-042.5Ton Roosendaal
2008-08-31Minor tidying and commentingsoc-2008-quornIan Thompson
2008-08-24Added better grouping for text markers with a separate group field (instead o...Ian Thompson
2008-08-16Esc removes markers in stages. Temporary markers are removed first (if any) t...Ian Thompson
2008-08-14Got rid of the horrible blocking UI problems with Find and Replace by using a...Ian Thompson
2008-08-06Various UI drawing and event tweaks to make markers feel more natural and avo...Ian Thompson
2008-08-05Find and Replace now support "Mark All" which marks all occurrences of a stri...Ian Thompson
2008-08-05Text Markers: multiple, coloured selections within a Text object with group r...Ian Thompson
2008-07-23Improvements to text find (and replace):Ian Thompson
2008-06-17Added functions to the BPy Text object for positioning the cursor and inserti...Ian Thompson
2008-06-05Whole word operations added:Ian Thompson
2008-06-04Overwrite mode added, toggled with INSERTKEYIan Thompson
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-04Added Copy and Paste functions to GHOST.Ricki Myers
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-03-05Adds menu item in text editor under format menu to convert whitespace toRicki Myers
2005-12-12bugfix: #3420 Indent/Unindent in text editor not undoableStephen Swaney
2005-04-10Bugfix for disappearing hilight bug and code re-org for text editorStephen Swaney
2005-03-09big warning hunt commitJean-Luc Peurière
2004-11-01- Added initialize to '4' for new tab variable in text windowTon Roosendaal
2004-10-15a patch for the Text editor contributed by themeyers.Stephen Swaney
2003-10-25- removes warningsJiri Hnidek
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein