2017-04-14 |
Campbell Barton | BLF: avoid glyph cache use-after free |
tree | commitdiff |
2017-01-26 |
IRIE Shinsuke | Fix (unreported) crash when file browser attempts to... |
tree | commitdiff |
2016-07-21 |
Mike Erwin | fix confusing operator precedence |
tree | commitdiff |
2016-06-08 |
Campbell Barton | GPU: fix/workaround basic shader font-color |
tree | commitdiff |
2016-04-27 |
Campbell Barton | Fix alpha blending w/ font drawing & byte buffer |
tree | commitdiff |
2016-04-22 |
Campbell Barton | BLF: use float vector passing color args |
tree | commitdiff |
2016-03-28 |
Campbell Barton | BLF: alpha support for drawing to buffer |
tree | commitdiff |
2016-03-04 |
Campbell Barton | Cleanup: quiet -Wcomma, cast to void where needed |
tree | commitdiff |
2016-02-18 |
Campbell Barton | Fix crash drawing fonts at size 1 |
tree | commitdiff |
2016-01-04 |
Sergey Sharybin | Remove SCons building system |
tree | commitdiff |
2016-01-03 |
Campbell Barton | Fix text wrapping off-by-one error w/ string width |
tree | commitdiff |
2015-12-28 |
Campbell Barton | Fix for building ghost-tests |
tree | commitdiff |
2015-12-15 |
Mike Erwin | use float (not double) for font matrix |
tree | commitdiff |
2015-12-08 |
Brecht Van Lommel | OpenGL: remove non-power-of-two texture check, where... |
tree | commitdiff |
2015-12-08 |
Mike Erwin | OpenGL: use sized texture internal formats |
tree | commitdiff |
2015-12-06 |
Brecht Van Lommel | OpenGL: rename simple shader to basic shader. |
tree | commitdiff |
2015-12-06 |
Brecht Van Lommel | OpenGL: use simple shader for texture drawing in a... |
tree | commitdiff |
2015-11-28 |
Brecht Van Lommel | OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the... |
tree | commitdiff |
2015-10-17 |
Campbell Barton | Cleanup: warnings |
tree | commitdiff |
2015-10-03 |
Bastien Montagne | Fix Broken Font Preview (reported over IRC by kopias... |
tree | commitdiff |
2015-09-20 |
Julian Eisel | Cleanup: Use new vector transform functions |
tree | commitdiff |
2015-09-19 |
Campbell Barton | BLF: correct ResultBLF.width value when wrapping |
tree | commitdiff |
2015-09-18 |
Campbell Barton | BLF: initial word-wrap support |
tree | commitdiff |
2015-08-28 |
Campbell Barton | Fix assigning flag to bool |
tree | commitdiff |
2015-08-19 |
Bastien Montagne | Hopefully fix broken windows after recent i18n split. |
tree | commitdiff |
2015-08-18 |
Campbell Barton | Cleanup: style + doxy |
tree | commitdiff |
2015-08-17 |
Campbell Barton | Refactor translation code out of blenfont |
tree | commitdiff |
2015-08-04 |
Sergey Sharybin | SCons: Fix for really nasty bug with polluting configur... |
tree | commitdiff |
2015-06-02 |
Campbell Barton | Fix drawing text on >2gig buffers (stamp for eg) |
tree | commitdiff |
2015-06-01 |
Bastien Montagne | Font Preview: fallback to default english strings in... |
tree | commitdiff |
2015-05-19 |
Campbell Barton | Building without Python works again |
tree | commitdiff |
2015-04-20 |
Campbell Barton | Cleanup: use bool /w flag checks |
tree | commitdiff |
2015-04-13 |
Campbell Barton | Cleanup: style |
tree | commitdiff |
2015-04-10 |
Bastien Montagne | Thumbnails: Add translations to font preview. |
tree | commitdiff |
2015-04-10 |
Bastien Montagne | BLF translation: fix BLF_lang_get(), add UI-agnostic... |
tree | commitdiff |
2015-04-08 |
Campbell Barton | Font preview for file browser |
tree | commitdiff |
2015-04-08 |
Campbell Barton | BLF: use regular unsigned int's |
tree | commitdiff |
2015-04-07 |
Campbell Barton | BLF: Fix clamping drawing into byte buffer |
tree | commitdiff |
2015-04-07 |
Campbell Barton | Cleanup: brace placement /w structs |
tree | commitdiff |
2015-02-06 |
Campbell Barton | Cleanup: style |
tree | commitdiff |
2015-02-04 |
Sergey Sharybin | Fix for recent LANG locale workaround |
tree | commitdiff |
2015-02-03 |
Sergey Sharybin | Fix T43544: Runtime Error when Locale is not valid |
tree | commitdiff |
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 |
next |