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
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03IRC bug reportTon Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-14fix for own error in recent commit. add a back NULL terminator to the string ...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13Text spaceSergey Sharybin
2010-10-13re-enable fix from r32330 but without the alt key check because this can be u...Campbell Barton
2010-10-11Revert r32330 and reopening #24184. The change breaks input where modifier ke...Nathan Letwory
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-09-27 fix for floating point exception.Campbell Barton
2010-09-26Added missed data listener ND_CURSOR to text space.Sergey Sharybin
2010-09-25Fix #23983: Text editor does not update immediately when unlinking a textSergey Sharybin
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13Fix for [#23286] Text Editor: Cursor not changing shape when insert key is pr...Dalai Felinto
2010-08-12text editor bugfix, selecting & moving the cursor on lines >256 chars long (w...Campbell Barton
2010-08-12text editor, only draw line highlight when its in the view.Campbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-07bugfix [#23211] "with" keyword in text editor not highlighted [Patch attatchedCampbell Barton
2010-08-06Fix #23196: running python scripts didn't do an undo push. Now it doesBrecht Van Lommel
2010-08-05patch [#23185] Mark All in Text Editor always reports "Text not found" when w...Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04bugfix [#23174] Text Editor: View Top of File and View Bottom of File not wor...Campbell Barton
2010-08-02patch [#23054] Fix for bug #22725 "text editor doent scroll with cursor"Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-30patch [#23088] 2.5 Text Editor: Preserve indentation with spacesCampbell Barton
2010-07-29bugfix [#23062] Resolve conflict button in text editor dissappers in Blener 2...Campbell Barton
2010-07-27bugfix [#23052] New Bracket Highlighting Patch Causes Seg Fault [Patch to fix...Campbell Barton
2010-07-26[#23032] Bracket Highlighting in Text Space Fix [Patch to fix attached]Campbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton