2011-02-17 |
Sergey Sharybin | One more small text space usability: select work by... |
blob | commitdiff | raw |
2011-02-17 |
Sergey Sharybin | Split cursor_set into two operators: |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Joshua Leung | Text Editor Bugfixes: |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Sergey Sharybin | Fix #25923: Active area of text editor line numbers... |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Sergey Sharybin | Fix #25818: Text Editor holizontal grab inverted |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Sergey Sharybin | Todo item: text editor does not honour continuous grab(see |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Sergey Sharybin | Todo item: text editor scroll bar does not respond... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Sergey Sharybin | Fix #25609: Text Editor: Ctrl+Z error with Word Wrap |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Campbell Barton | edits for BPY_extern.h functions, no functional changes |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Campbell Barton | use ICON_NULL define rather then 0, makes UI calls... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Sergey Sharybin | Fix for moving caret to the line beginning/ending when... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Sergey Sharybin | Fix #25263: Text cursor click point is random. |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Brecht Van Lommel | Dependency graph: changed DAG_id_flush_update to DAG_id... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Ton Roosendaal | IRC bug report |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Campbell Barton | bugfix [#24009] Crash when switching area types and... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Campbell Barton | fix for compiling with the c90 standard, support for... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Campbell Barton | rename and negate DISABLE_PYTHON --> WITH_PYTHON |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Campbell Barton | warning fixes. |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Campbell Barton | remove G.sce, use G.main->name instead. |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Campbell Barton | editors/space_* build without unused args warnings |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Campbell Barton | tag UNUSED() for operator exec() and invoke() functions. |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Sergey Sharybin | Text space |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Campbell Barton | re-enable fix from r32330 but without the alt key check... |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Nathan Letwory | Revert r32330 and reopening #24184. The change breaks... |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Campbell Barton | bugfix [#24148] unable to get keyboard mappings to... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Sergey Sharybin | Fix #23983: Text editor does not update immediately... |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-12 |
Dalai Felinto | Fix for [#23286] Text Editor: Cursor not changing shape... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Campbell Barton | remove unused includes from editors/space_* |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Joerg Mueller | svn merge -r 31060:31144 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Brecht Van Lommel | Fix #23196: running python scripts didn't do an undo... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Campbell Barton | patch [#23185] Mark All in Text Editor always reports... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Campbell Barton | include cleanup, no functional changes |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Joerg Mueller | svn merge -r 30913:30953 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Brecht Van Lommel | 2.5: code changes to reduce the usage of G.main and... |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Joerg Mueller | svn merge -r 30718:30912 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Campbell Barton | patch [#23088] 2.5 Text Editor: Preserve indentation... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Campbell Barton | bugfix [#23062] Resolve conflict button in text editor... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Joerg Mueller | svn merge -r 30513:30565 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Campbell Barton | - correct some spelling errors. |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Campbell Barton | adding image strips wasnt working, use the 'directory... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
blob | commitdiff | raw |
2010-06-14 |
Campbell Barton | naming changes |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Campbell Barton | - added a flag argument to WM_operator_properties_files... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Matt Ebb | Add operator undo flags to text datablock related operators |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Campbell Barton | [#21851] Bugfix: [#21254] text editor jump to line... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Brecht Van Lommel | * Multiply for panorama cameras |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Brecht Van Lommel | rna/py-api fix. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Campbell Barton | more lint includes |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Campbell Barton | rename some functions to use easier to understand names. |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Campbell Barton | correct fsf address |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Campbell Barton | batch remove .'s used with RNA_def_struct_ui_text |
blob | commitdiff | raw | diff to current |
2010-02-07 |
Brecht Van Lommel | Fix #21008: text editor scrollbar overlapping text... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Joshua Leung | Renamed the FILE_OPEN option for the file browser to... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Matt Ebb | [#20728] "Export UV Layout" overwrites existing files... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Brecht Van Lommel | Fix #19580: text editor - current line is dependent... |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Damien Plisson | Multitouch trackpad 2 fingers gestures implementation |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge from trunk -r 25003:25745. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Brecht Van Lommel | Fix #20571: run script operator crashes in 3d view. |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Martin Poirier | Text and Console operators don't need to register thems... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-11-29 |
Arystanbek Dyussenov | Merge from trunk -r 24758:25003. |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Campbell Barton | new palm rig type + some refactoring to make names... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Joshua Leung | Keyframing Operator Tweaks for Durian: |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 23968:24181. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Arystanbek Dyussenov | Merge from trunk -r 23000:23968. |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Joshua Leung | Text Editor: Scrollbar now drawn on the right |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Arystanbek Dyussenov | Merge from trunk -r 22040:23000. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Joshua Leung | 2.5 Bugfixes: |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Andre Susano Pinto | svn merge -r 23528:23646 https://svn.blender.org/svnroo... soc-2009-jaguarandi |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Brecht Van Lommel | Fix #19311: adding/opening datablocks did not always... |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Campbell Barton | Copying scripts from 2.4x without 2.5x changes |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Andre Susano Pinto | svn merge -r 23207:23528 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Benoit Bolsee | Merge ... itasc branch. Project files, scons and cmake... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Arystanbek Dyussenov | Manual merge of soc-2009-kazanbas branch: |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Brecht Van Lommel | 2.5: Handlers are now evaluated in a different order... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Arystanbek Dyussenov | Undo revision 23130 which was a merge with 2.5, a messy... soc-2009-kazanbas |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Andre Susano Pinto | svn merge -r 22571:22800 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Andrea Weikert | 2.5 filebrowser |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Campbell Barton | many docstrings from Ron Walker and Luca (mindrones... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Martin Poirier | copying 2.5 over to trunk |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Arystanbek Dyussenov | Merge with -r 22620:23107. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Dalai Felinto | manual merge trunk -r 23037 |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
next |