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
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-25Bugfix:Joshua Leung
2008-03-15fix for [#8559] Python script that uses FIleSelector and has an error in it s...Campbell Barton
2008-03-14cleanup some warnings about signed vs unsigned comparison Stephen Swaney
2008-03-13Two bugfixes:Brecht Van Lommel
2008-03-13Patch #8488: UserPref to switch between pan/paste on MMB in text editor.Ricki Myers
2008-03-08Changed getClipbaord and putClipboard functions to be more ghost likeRicki Myers
2008-03-06Change the current line number to the cursor color when line numbers is toggledRicki Myers
2008-03-05Fixed warning in drawtext.cRicki Myers
2008-03-04Fix bug where if you selected something then left clicked you would lose the ...Ricki Myers
2008-03-04Added Copy and Paste functions to GHOST.Ricki Myers
2008-02-10* Merge of PyNodes to trunk. Finally!Nathan Letwory
2007-12-22Text draw assumed curarea->spacedata.first was always a text space - which in...Campbell Barton
2007-12-16== Text Window ==Martin Poirier
2007-12-07[#7140] Scrollbar not stopping ok on the bottom of the text editor windowMartin Poirier
2007-12-02Fixing compiling error in my last commit. *grumble*Martin Poirier
2007-12-02Patch [#7849] Fix for bug #7140 Scrollbar not stopping ok on the bottom of th...Martin Poirier
2007-05-08First fix from coverity, removing one line of dead code.Kent Mein
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-12-26Little commit to curb a tiny bit of the complaining about how easyRoland Hess
2006-11-27Oops! fix for typing hotkeys in texteditors... hope this works now forTon Roosendaal
2006-11-26Bugfix #1676Ton Roosendaal
2006-10-12fix for [ #4868 ] script window "save as" uses blend path instead of script p...Campbell Barton
2006-09-10Bugfix #4976Ton Roosendaal
2006-07-31Siggraph show commit!Ton Roosendaal
2006-07-13- fix for [ #4678 ] ALL Blender versions crashes when pasting empty windows c...Andrea Weikert
2006-05-31* Added Mac OS X text editing shortcuts Command LeftArrow and Command RightAr...Matt Ebb
2006-05-17Made it so when a text block is removed (using the cross button in the header...Campbell Barton
2006-03-05Removes warning in drawtext.cRicki Myers
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-02-21Tracked a redrawing crash down to drawtext.c - was doing ... % 0 causeing a d...Campbell Barton
2005-10-09 - bug fix, paste clipboard on windows didn't free bufferDaniel Dunbar
2005-09-24 - assorted warning fixes (signedness, float->double)Daniel Dunbar
2005-09-20Bug fix #3052Ton Roosendaal
2005-06-04new round of warning fixes. we are now down to 24 with Xcode on blenderJean-Luc Peurière
2005-05-16Corrected the python keywords list for syntax highlighting (it was missing "a...Martin Poirier
2005-05-15Variable declaration in the middle of some code. (MSVC complained, as it should)Martin Poirier
2005-05-13TextEditor: syntax color support.Ton Roosendaal
2005-04-28Add bracket matching to text editor.Stephen Swaney
2005-04-10Bugfix for disappearing hilight bug and code re-org for text editorStephen Swaney
2005-03-19BPython:Willian Padovani Germano
2005-03-09big warning hunt commitJean-Luc Peurière
2004-11-27BPython:Willian Padovani Germano
2004-11-101) Fix for bugs #1735 #1759Ton Roosendaal
2004-10-16more Text editor goodness from themeyers.Stephen Swaney
2004-10-15fix evil c++ declaration.Stephen Swaney
2004-10-15a patch for the Text editor contributed by themeyers.Stephen Swaney
2004-07-22Bug 1447Ton Roosendaal
2004-07-03New scripts:Willian Padovani Germano