2015-01-26 |
Bastien Montagne | Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean... |
tree | commitdiff |
2015-01-20 |
Campbell Barton | BLF: remove paranoid checks for unset default font |
tree | commitdiff |
2015-01-12 |
Campbell Barton | Fix T42069: Fonts /w non-ascii paths fail in win32 |
tree | commitdiff |
2014-12-15 |
Bastien Montagne | Fix missing UI ID messages and/or I18N contexts for... |
tree | commitdiff |
2014-12-04 |
Bastien Montagne | Fix T42797: -Werror=sign-conversion Triggered in blf_gl... |
tree | commitdiff |
2014-11-28 |
Campbell Barton | Cleanup: unused headers |
tree | commitdiff |
2014-11-23 |
Campbell Barton | Refactor: BLI_path_util (part 2) |
tree | commitdiff |
2014-11-23 |
Campbell Barton | Refactor: BLI_path_util (split out app directory access) |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Cleanup: use BLI_listbase_*** prefix for count,sort... |
tree | commitdiff |
2014-10-09 |
Campbell Barton | Cleanup: (float)floor -> floorf |
tree | commitdiff |
2014-10-07 |
Jason Wilkins | Ghost Context Refactor |
tree | commitdiff |
2014-08-14 |
Campbell Barton | hint checks to re-alloc as unlikely |
tree | commitdiff |
2014-08-05 |
Tamito Kajiyama | Fix for double freeing of MEM_guardedalloc'ed memory... |
tree | commitdiff |
2014-07-16 |
Campbell Barton | BLF: avoid float/int conversion drawing glyphs |
tree | commitdiff |
2014-07-04 |
Bastien Montagne | Add (r)partition funcs to BLI_string, to get left-most... |
tree | commitdiff |
2014-06-13 |
Campbell Barton | UI: Add back ability to select a custom interface font |
tree | commitdiff |
2014-06-13 |
Campbell Barton | BLF: use NONNULL & WARN_UNUSED_RESULT attrs & remove... |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Code cleanup: remove unused includes |
tree | commitdiff |
2014-04-11 |
Sergey Sharybin | Fix compilation error after recent BLF change |
tree | commitdiff |
2014-04-11 |
Campbell Barton | Code cleanup: use bool |
tree | commitdiff |
2014-04-01 |
Campbell Barton | Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT... |
tree | commitdiff |
2014-03-30 |
Campbell Barton | Correct own recent changes broke release builds |
tree | commitdiff |
2014-03-15 |
Campbell Barton | Code cleanup: use r_ prefix for return args |
tree | commitdiff |
2014-02-17 |
Campbell Barton | Code cleanup: unused/warnings |
tree | commitdiff |
2014-02-07 |
Campbell Barton | ListBase API: add utility api funcs for clearing and... |
tree | commitdiff |
2014-01-19 |
Campbell Barton | Docs: doxygen file descriptions for BLF, GPU and WM |
tree | commitdiff |
2014-01-16 |
Campbell Barton | BLF: Fix for changing the DPI storing many fonts (300+) |
tree | commitdiff |
2014-01-16 |
Campbell Barton | BLF: avoid allocating empty array in blf_glyph_cache_te... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Fix for BLF using realloc() on guarded-alloced memory |
tree | commitdiff |
2013-12-18 |
Campbell Barton | Error in recent commit |
tree | commitdiff |
2013-12-18 |
Campbell Barton | BLF: debug function to print a fonts state |
tree | commitdiff |
2013-12-18 |
Campbell Barton | Style Cleanup: minor edits in recent changes |
tree | commitdiff |
2013-12-16 |
Campbell Barton | BLF API: Add BLF_width_to_strlen,rstrlen gives a byte... |
tree | commitdiff |
2013-12-02 |
Campbell Barton | Blender Font (BLF): add length argument to string width... |
tree | commitdiff |
2013-11-23 |
Diego Hernan Borghetti | Fix: Wrong variable used to check for metrics files... |
tree | commitdiff |
2013-11-08 |
Campbell Barton | use assert to check for incorrect use of BLF_draw_ascii() |
tree | commitdiff |
2013-09-01 |
Joshua Leung | Mingw Compiling Fix - Conversion from int to unsigned... |
tree | commitdiff |
2013-09-01 |
Campbell Barton | move strict compiler checks into a header so its easier... |
tree | commitdiff |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
tree | commitdiff |
2013-08-26 |
Campbell Barton | ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_g... |
tree | commitdiff |
2013-08-13 |
Thomas Dinges | Merged revision(s) 59035-59107 from trunk/blender into... |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r58778 through r59080 from trunk into soc-2013... |
tree | commitdiff |
2013-08-11 |
Campbell Barton | use 'greater/less then or equal to' operators rather... |
tree | commitdiff |
2013-08-07 |
Thomas Dinges | Merged revision(s) 58859-58993 from trunk/blender into... |
tree | commitdiff |
2013-08-07 |
Campbell Barton | code cleanup: more zero as NULL pointers. |
tree | commitdiff |
2013-07-31 |
Thomas Dinges | Cycles / HSV Separator and Combine node: |
tree | commitdiff |
2013-07-17 |
Mitchell Stokes | Merging changes from trunk r58091-58323. |
tree | commitdiff |
2013-07-15 |
Sergey Sharybin | Merging r58196 through r58265 from trunk into soc-2013... |
tree | commitdiff |
2013-07-13 |
Thomas Dinges | Merged revision(s) 58093-58225 from trunk/blender into... |
tree | commitdiff |
2013-07-13 |
Campbell Barton | fix for bad NULL check in bmo_connect_pair, also remove... |
tree | commitdiff |
2013-07-09 |
Mitchell Stokes | Creating a BGE staging branch. |
tree | commitdiff |
2013-07-01 |
Thomas Dinges | Merged revision(s) 57828-57907 from trunk/blender into... |
tree | commitdiff |
2013-07-01 |
Sergey Sharybin | Merging r57816 through r57896 from trunk into soc-2013... |
tree | commitdiff |
2013-06-29 |
Brecht Van Lommel | Fix scons/windows build error, missing pthreads include... |
tree | commitdiff |
2013-06-28 |
Brecht Van Lommel | Fix #35884: crash opening .blend with generated color... |
tree | commitdiff |
2013-06-24 |
Sergey Sharybin | Merging r57629 through r57694 from trunk into soc-2013... |
tree | commitdiff |
2013-06-23 |
Thomas Dinges | Merged revision(s) 57587-57670 from trunk/blender into... |
tree | commitdiff |
2013-06-21 |
Brecht Van Lommel | Code cleanup: fix some vs2012 compiler warnings |
tree | commitdiff |
2013-06-06 |
Campbell Barton | text rendering: shadow offset was causing text to clip... |
tree | commitdiff |
2013-05-28 |
Campbell Barton | move BLO_sys_types.h -> BLI_sys_types.h (it had nothing... |
tree | commitdiff |
2013-05-20 |
Campbell Barton | code cleanup: split scons includes onto multiple lines... |
tree | commitdiff |
2013-05-12 |
Antony Riakiotakis | Fix build error on MinGW64 |
tree | commitdiff |
2013-05-12 |
Campbell Barton | quiet sign conversion warnings and reduce sign conversi... |
tree | commitdiff |
2013-04-29 |
Campbell Barton | don't use GPU_extensions for BLF, its not initialized... |
tree | commitdiff |
2013-04-12 |
Antony Riakiotakis | oversight on scons, this should fix. |
tree | commitdiff |
2013-04-12 |
Antony Riakiotakis | Add function to query maximum texture size. Also, make... |
tree | commitdiff |
2013-04-07 |
Bastien Montagne | Usual typo fixes... ;) |
tree | commitdiff |
2013-04-06 |
Tamito Kajiyama | Part I of the Freestyle branch merger: new 'freestyle... |
tree | commitdiff |
2013-04-06 |
Tamito Kajiyama | Pre-merger changes. soc-2008-mxcurioni |
tree | commitdiff |
2013-04-06 |
Sergey Sharybin | svn merge ^/trunk/blender -r55815:55840 |
tree | commitdiff |
2013-04-05 |
Campbell Barton | svn merge ^/trunk/blender -r55813:55815 |
tree | commitdiff |
2013-04-05 |
Campbell Barton | svn merge ^/trunk/blender -r55776:55813 |
tree | commitdiff |
2013-04-04 |
Campbell Barton | svn merge ^/trunk/blender -r55700:55776 |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55700. |
tree | commitdiff |
2013-03-28 |
Bastien Montagne | I18n: various fixing. |
tree | commitdiff |
2013-03-27 |
Campbell Barton | svn merge ^/trunk/blender -r55594:55635 |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Merging r55547 through r55594 from trunk into soc-2008... |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Freestyle: fix crash unlinking object |
tree | commitdiff |
2013-03-25 |
Bastien Montagne | More new data names translation (most cases should... |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-23 |
Tamito Kajiyama | A major code update for making the DNA file specificati... |
tree | commitdiff |
2013-03-22 |
Campbell Barton | code cleanup: unused defines, shadowing and unintended... |
tree | commitdiff |
2013-03-21 |
Joshua Leung | Bugfix: Transform autokey warning indicator text was... |
tree | commitdiff |
2013-03-20 |
Bastien Montagne | I18n users request: add the ability to use a translated... |
tree | commitdiff |
2013-03-19 |
Bastien Montagne | Various cleanup around default i18n context. |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55372:55392 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55357:55372 |
tree | commitdiff |
2013-03-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55357. |
tree | commitdiff |
2013-03-15 |
Bastien Montagne | Add the possibility to define the translation context... |
tree | commitdiff |
2013-03-12 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-12 |
Sergey Sharybin | Fix compilation error after recent changes to strict... |
tree | commitdiff |
2013-03-12 |
Irie Shinsuke | Patch [#34373] Use i18n monospace font in Text editor... |
tree | commitdiff |
2013-03-08 |
Bastien Montagne | Fix to BLF_pgettext, which was returning "" when passed... |
tree | commitdiff |
2013-03-05 |
Campbell Barton | patch [#34103] |
tree | commitdiff |
2013-03-03 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54992. |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | code cleanup: remove unused and unsupported functions... |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | Camera tracking: libmv distortion API now also uses... |
tree | commitdiff |
2013-02-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54802. |
tree | commitdiff |
2013-02-21 |
Thomas Dinges | Compile fixes for recent code cleanups: |
tree | commitdiff |
2013-02-21 |
Campbell Barton | use radians for BLF_rotation |
tree | commitdiff |
next |