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
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-08Patch #18462: Fisheye (Dome) and Spherical Panoramic mode in BGE.Benoit Bolsee
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-09-27Fixed recent changes to text editor which broke building with MSVC and also c...Ian Thompson
2008-09-27Fix compilation problem in Windows and update MSVC project filesBenoit Bolsee
2008-09-27text editor changesCampbell Barton
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-08-24Added better grouping for text markers with a separate group field (instead o...Ian Thompson
2008-08-14Used the Python icon for the text plugin button and created an ON version.Ian Thompson
2008-08-14Got rid of the horrible blocking UI problems with Find and Replace by using a...Ian Thompson
2008-08-14Added a Marker sub-menu to the Edit menu in the text space header.Ian Thompson
2008-08-13PageUp/Down now moves the mouse cursor instead of just the view. Also added s...Ian Thompson
2008-08-13Added a button to allow plug-ins to be enabled/disabled for each text space. ...Ian Thompson
2008-08-05Find and Replace now support "Mark All" which marks all occurrences of a stri...Ian Thompson
2008-07-28Complete rewrite of syntax highlighting and formatting. Some improvements:Ian Thompson
2008-07-26Word-wrap initial commit. Added button to header and updated draw code for te...Ian Thompson
2008-07-23Improvements to text find (and replace):Ian Thompson
2008-06-24Text plugin basis with plugin for suggestions/completions. The suggest plugin...Ian Thompson
2008-06-08Prevent editing of linked library TextsIan Thompson
2008-06-06Added file info to header. Also reopen was marking text dirty (different from...Ian 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
2008-02-24Patch #8344:Joshua Leung
2007-12-22Text draw assumed curarea->spacedata.first was always a text space - which in...Campbell Barton
2007-10-22== Constraints System - Recode 2 ==Joshua Leung
2007-06-18== PyConstraints ==Joshua Leung
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-02-21adding menu slot ArmatureCampbell Barton
2006-05-17Made it so when a text block is removed (using the cross button in the header...Campbell Barton
2006-03-05Adds menu item in text editor under format menu to convert whitespace toRicki Myers
2006-02-23patch #3830 Fix for commenting a block of text with highlight enabledStephen Swaney
2006-01-28Final merge of HEAD (bf-blender) into the orange branch.Chris Want
2006-01-15Aligned all remaining non-aligned header buttons, (was looking yuck with roun...Campbell Barton
2005-12-29More node goodies!Ton Roosendaal
2005-08-05 - added UI_EMBOSSR option (rounded emboss)Daniel Dunbar
2005-08-03 - got rid of silly #define ..._BIT, #define ... (1<<..._BIT) stuffDaniel Dunbar
2005-05-13TextEditor: syntax color support.Ton Roosendaal
2005-04-10Bugfix for disappearing hilight bug and code re-org for text editorStephen Swaney
2005-03-24Removed a couple of redundant "FTF_api.h" includes,Rob Haarsma
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-02-24This is an initial commit for inserting a text file as one 3d text object per...Johnny Matthews
2004-11-14Added missing items & hotkeys to menus in Outliner and Text Editor.Matt Ebb
2004-11-09Cosmetic stuff;Ton Roosendaal
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
2004-03-26fix warnings about implicit declaration of sprintf before Mom finds out.Stephen Swaney
2003-12-14Updated some pulldown menus to be more consistent within themselves, and with...Matt Ebb
2003-12-14BPython - first step for better integration of Python in Blender:Willian Padovani Germano
2003-11-23Added all necessary BPY_extern.h include files to the .c files.Michel Selten
2003-11-22Got rid of many #include "BPY_extern.h"Chris Want