summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_font_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Eina: use eina_fnmatch() instead of fnmatch()Vincent Torri2021-05-031-6/+4
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-5/+5
* evas_textblock: prevent segfault if there are no styleAli2020-04-171-0/+3
* evas_common_font: prevent leaking RGBA_FontAli2020-04-161-0/+7
* Efl Canvas Text : Modify Style Propertyabdulleh Ghujeh2019-11-281-2/+40
* evas/font: simplify handling strings when constructing font namesMike Blumenkrantz2019-10-301-4/+3
* Evas: remove Evil.h when not needed and use evil_private when neededVincent Torri2019-05-201-1/+1
* evas-font-dir: Minor formatting fixesChristopher Michael2019-04-011-10/+10
* Evas font: simplify fallback parsing stepDaniel Hirt2018-07-021-1/+1
* Evas font: add comparison for fallbacks in evas_font_desc_cmp()Youngbok Shin2018-07-021-1/+2
* Evas font: fix inifinite loop problem for fallback fontsYoungbok Shin2018-07-021-3/+5
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-041-4/+2
* Remove evas internal dependency from the evas_font modulesubhransu mohanty2017-11-071-611/+494
* evas font: check returned value of FcPatternGet functionYoungbok Shin2017-09-291-7/+8
* evas: Add scale feature for embedded bitmap fonts.Youngbok Shin2017-09-261-20/+23
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* evas font: append global font path when Evas initializes FontconfigYoungbok Shin2017-07-111-1/+9
* evas - font dir fonts.alias - limit alias parse lengthCarsten Haitzler (Rasterman)2017-06-081-1/+1
* evas: Remove font_hinting from EOJean-Philippe Andre2017-05-151-6/+9
* evas: remove engine.data.output.Cedric BAIL2017-04-241-26/+26
* evas font: revise evas_font_init/reinit functionsYoungbok Shin2017-01-211-11/+9
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-8/+8
* evas: Fix double stringshare_delJean-Philippe Andre2016-06-281-0/+1
* evas: add pattern "style" when evas query fonts via fontconfigYoungbok Shin2016-06-281-0/+5
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-1/+1
* evas: add a few null checks for e->engine.data.outputMike Blumenkrantz2016-05-051-5/+8
* Evas font: allow ":fallbacks" keyword when Evas parses font keywordYoungbok Shin2016-02-171-0/+5
* Evas font: Use proper enum value for extraboldYoungbok Shin2016-02-111-1/+1
* Evas Text/Textblock: Use locale for lang as default.Youngbok Shin2016-02-021-0/+12
* evas: fix a NULL dereference issueMinwoo, Lee2016-01-061-2/+4
* evas: fix a NULL dereference issue in font.Youngbok Shin2015-12-011-8/+7
* evas_font_dir: do not passed free'd memory to eina_list_remove()Stefan Schmidt2015-11-301-1/+1
* evas: Add ExtraLight, ExtraBold for font weight.Youngbok Shin2015-11-261-0/+4
* evas/font: Add evas_font_reinit API.Youngbok Shin2015-03-191-0/+16
* evas - render - have lock point to allow for async obj walk + update addCarsten Haitzler (Rasterman)2015-02-121-0/+6
* evas font dir - remove unused pointerCarsten Haitzler (Rasterman)2014-08-251-1/+1
* Evas canvas eolian: Fix namespace and class name for the evas canvas.Tom Hacohen2014-06-301-18/+18
* Evas textblock: Fix issue with edje fonts not being used.Tom Hacohen2014-06-131-2/+8
* Efl: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-1/+1
* evas_font_dir: Prevent the use after freeJaehyun Cho2014-05-281-1/+1
* evas: simplify path logic and make backend code more robust.Cedric BAIL2014-03-131-1/+1
* Eolian: Integration of EvasDaniel Zaoui2014-03-121-156/+28
* evas/font: Added evas_font_path_global_* APIs.Youngbok Shin2014-03-111-18/+114
* Evas font: Don't add canvas specific path to the global fontconfig path list.Tom Hacohen2014-03-101-13/+0
* Revert "Evas font: Change font fallback to not depend on fontconfig >= 2.11."Tom Hacohen2014-02-211-0/+2
* evas - Added eina_stringshare_ref call for fallbacks, lang in font description.Youngbok Shin2014-02-191-0/+2
* Evas font: Change font fallback to not depend on fontconfig >= 2.11.Tom Hacohen2014-02-051-2/+0
* Evas font: Added support for font fallback for eet/edje fonts.Tom Hacohen2014-02-041-0/+28
* Evas font: Renamed evas_load_fontconfig and added support for a base set.Tom Hacohen2014-02-041-5/+4
* evas - fix tom's bold-killer from 2cb9db171ead5bc9920234e27c2e12b7c7b3883aCarsten Haitzler (Rasterman)2014-02-021-9/+9