2011-05-09 |
Campbell Barton | svn merge -r36529:36564 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
tree | commitdiff |
2011-05-08 |
Campbell Barton | comment some unused code. |
tree | commitdiff |
2011-05-07 |
Sergey Sharybin | Fix #27319: Text editor "Find" does not locate words. |
tree | commitdiff |
2011-04-21 |
Campbell Barton | pass even mouse coords value as const so its not edited... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-19 |
Ton Roosendaal | Bugfix #26977 + Patch by Harley Acheson |
tree | commitdiff |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix for cmake glew includes (tested with mingw), also... |
tree | commitdiff |
2011-03-30 |
Campbell Barton | - include for BGE joystick sensor |
tree | commitdiff |
2011-03-29 |
Campbell Barton | fix [#26623] script/console windows: BACKSPACE does... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | subsurf, derived mesh and other misc files: floats... |
tree | commitdiff |
2011-03-22 |
Campbell Barton | found text editor X/Y selections coords were booleans... |
tree | commitdiff |
2011-03-04 |
Campbell Barton | quiet warnings and fix building without python. |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
tree | commitdiff |
2011-02-27 |
Andrea Weikert | == UI icons == |
tree | commitdiff |
2011-02-27 |
Joseph Eagar | merge with/from trunk at r35190 |
tree | commitdiff |
2011-02-26 |
Campbell Barton | fix for 'live edit', running python scripts as you... |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-22 |
Campbell Barton | feature back from 2.4x where a python error moves the... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | I swear, it was just an innocence change in guardedalloc! |
tree | commitdiff |
2011-02-18 |
Sergey Sharybin | Fix #26140: Text to 3D object (one object & one object... |
tree | commitdiff |
2011-02-18 |
Sergey Sharybin | Text space fixes: |
tree | commitdiff |
2011-02-18 |
Sergey Sharybin | Another small text space usability: option to show... |
tree | commitdiff |
2011-02-17 |
Sergey Sharybin | One more small text space usability: select work by... |
tree | commitdiff |
2011-02-17 |
Sergey Sharybin | Split cursor_set into two operators: |
tree | commitdiff |
2011-02-17 |
Sergey Sharybin | Spall text space usability: |
tree | commitdiff |
2011-02-15 |
Campbell Barton | moving dir strings into global namespace for doc access... |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | warning cleanup. |
tree | commitdiff |
2011-02-08 |
Joshua Leung | Text Editor Bugfixes: |
tree | commitdiff |
2011-02-07 |
Campbell Barton | minor edits, no functional changes. |
tree | commitdiff |
2011-02-04 |
Sergey Sharybin | Fix #25923: Active area of text editor line numbers... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-26 |
Sergey Sharybin | Fix #25818: Text Editor holizontal grab inverted |
tree | commitdiff |
2011-01-25 |
Campbell Barton | use cmake defined names for jpeg, png, zlib and python... |
tree | commitdiff |
2011-01-24 |
Sergey Sharybin | Todo item: text editor does not honour continuous grab(see |
tree | commitdiff |
2011-01-24 |
Sergey Sharybin | Todo item: text editor scroll bar does not respond... |
tree | commitdiff |
2011-01-13 |
Sergey Sharybin | Fix #25609: Text Editor: Ctrl+Z error with Word Wrap |
tree | commitdiff |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
tree | commitdiff |
2011-01-09 |
Campbell Barton | remove unused vars, comment some which look like they... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2011-01-07 |
Matt Ebb | Fix/add OSX style text editing shortcuts to default... |
tree | commitdiff |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
tree | commitdiff |
2011-01-05 |
Campbell Barton | edits for BPY_extern.h functions, no functional changes |
tree | commitdiff |
2011-01-03 |
Ton Roosendaal | Todo item: |
tree | commitdiff |
2010-12-26 |
Joshua Leung | Bugfix [#25383] Drag&Drop .py file into text editor... |
tree | commitdiff |
2010-12-23 |
Campbell Barton | use ICON_NULL define rather then 0, makes UI calls... |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
tree | commitdiff |
2010-12-17 |
Sergey Sharybin | Fix for moving caret to the line beginning/ending when... |
tree | commitdiff |
2010-12-17 |
Sergey Sharybin | Fix #25263: Text cursor click point is random. |
tree | commitdiff |
2010-12-09 |
Diego Borghetti | Change the BLF_aspect function to handle 3d text. |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-05 |
Brecht Van Lommel | Dependency graph: changed DAG_id_flush_update to DAG_id... |
tree | commitdiff |
2010-12-04 |
Campbell Barton | Maintenance, |
tree | commitdiff |
2010-12-03 |
Ton Roosendaal | IRC bug report |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-26 |
Campbell Barton | change monospace font to be an extern, not good final... |
tree | commitdiff |
2010-11-14 |
Campbell Barton | fix for own error in recent commit. add a back NULL... |
tree | commitdiff |
2010-11-11 |
Campbell Barton | BLF_draw functions take an extra length argument, so... |
tree | commitdiff |
2010-11-04 |
Campbell Barton | bugfix [#24009] Crash when switching area types and... |
tree | commitdiff |
2010-11-02 |
Campbell Barton | fix for compiling with the c90 standard, support for... |
tree | commitdiff |
2010-10-31 |
Campbell Barton | rename and negate DISABLE_PYTHON --> WITH_PYTHON |
tree | commitdiff |
2010-10-23 |
Campbell Barton | warning fixes. |
tree | commitdiff |
2010-10-23 |
Campbell Barton | use explicit file paths for CMake rather then globing... |
tree | commitdiff |
2010-10-18 |
Campbell Barton | remove G.sce, use G.main->name instead. |
tree | commitdiff |
2010-10-16 |
Campbell Barton | editors/space_* build without unused args warnings |
tree | commitdiff |
2010-10-15 |
Campbell Barton | tag UNUSED() for operator exec() and invoke() functions. |
tree | commitdiff |
2010-10-14 |
Campbell Barton | remove unused args in draw*.c and some in view*.c,... |
tree | commitdiff |
2010-10-13 |
Sergey Sharybin | Text space |
tree | commitdiff |
2010-10-13 |
Campbell Barton | re-enable fix from r32330 but without the alt key check... |
tree | commitdiff |
2010-10-11 |
Nathan Letwory | Revert r32330 and reopening #24184. The change breaks... |
tree | commitdiff |
2010-10-05 |
Campbell Barton | rename Command key to OSKey, Window manager already... |
tree | commitdiff |
2010-10-05 |
Campbell Barton | bugfix [#24148] unable to get keyboard mappings to... |
tree | commitdiff |
2010-09-27 |
Campbell Barton | fix for floating point exception. |
tree | commitdiff |
2010-09-26 |
Sergey Sharybin | Added missed data listener ND_CURSOR to text space. |
tree | commitdiff |
2010-09-25 |
Sergey Sharybin | Fix #23983: Text editor does not update immediately... |
tree | commitdiff |
2010-09-18 |
Campbell Barton | warning fixes and minor cmake changes. |
tree | commitdiff |
2010-09-04 |
Joseph Eagar | merge with trunk at r31523 |
tree | commitdiff |
2010-08-29 |
Nathan Letwory | Finally change SConscript tabs to spaces. |
tree | commitdiff |
2010-08-17 |
Campbell Barton | syntax highlighting for decorators, correct doc example |
tree | commitdiff |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... soc-2010-nexyon |
tree | commitdiff |
2010-08-16 |
Campbell Barton | - remove unused includes IMB_*, BIF_* & MEM_* |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-12 |
Dalai Felinto | Fix for [#23286] Text Editor: Cursor not changing shape... |
tree | commitdiff |
2010-08-12 |
Campbell Barton | text editor bugfix, selecting & moving the cursor on... |
tree | commitdiff |
2010-08-12 |
Campbell Barton | text editor, only draw line highlight when its in the... |
tree | commitdiff |
2010-08-11 |
Campbell Barton | small edits to text editor from writing a python editor... |
tree | commitdiff |
2010-08-10 |
Guillermo S. Romero | Update address in license block. |
tree | commitdiff |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-08 |
Campbell Barton | remove unused includes from editors/space_* |
tree | commitdiff |
2010-08-07 |
Joerg Mueller | svn merge -r 31060:31144 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-07 |
Campbell Barton | bugfix [#23211] "with" keyword in text editor not highl... |
tree | commitdiff |
2010-08-06 |
Brecht Van Lommel | Fix #23196: running python scripts didn't do an undo... |
tree | commitdiff |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-05 |
Campbell Barton | patch [#23185] Mark All in Text Editor always reports... |
tree | commitdiff |
2010-08-04 |
Campbell Barton | include cleanup, no functional changes |
tree | commitdiff |
next |