August 29, 2015, 16:30 (GMT) |
scale the tooltip width with the zoom-level |
August 29, 2015, 14:12 (GMT) |
Clamp tooltips within the window size. |
August 29, 2015, 14:12 (GMT) |
minor BLF api naming |
August 29, 2015, 14:12 (GMT) |
BLF: replace pointer to int arg with a struct This way we can get the result of drawing without adding new args all the time. |
August 29, 2015, 11:32 (GMT) |
Fix for tooltip w/ enum |
August 29, 2015, 11:02 (GMT) |
Merge branch 'master' into temp-blf-wordwrap |
August 29, 2015, 10:44 (GMT) |
Multi-line tooltip support |
August 29, 2015, 10:42 (GMT) |
BLF: expose wordwrapped lines though the API |
August 29, 2015, 01:44 (GMT) |
BLF: remove extra pen_y argument keep internally for *_ex functions, needed for word wrapping. |
August 28, 2015, 16:48 (GMT) |
Support word-wrap for UI styles |
August 28, 2015, 16:27 (GMT) |
Initial BLF word-wrapping support Avoid code duplication by using single word-wrap function which takes a callback to do the actual work. |
|