Vincent Torri vtorri
  • Maisons-Alfort (France)
  • Joined on 2022-05-07
vtorri pushed to master at vtorri/efl 2024-04-14 01:39:35 -07:00
cdd3c35bb3 eo: make eo ptr indirection caches flexible
49976ca388 use eina_file_access() instead of access() if possible
Compare 2 commits »
vtorri pushed to master at vtorri/efl 2024-03-25 12:27:39 -07:00
a6915ecfc5 mimic access() behavior on Windows
9e5bb18af1 Eina: add eina_file_access() API
11cd98e119 ecore drm2 - use last plane found not first. makes it work on rk3588
ae0c1783d4 elm - remove commented printfs
35bc3f933f elm - win - fix xsd icon hint set with junk stack data and crash
178b786f39 elm theme - make blur effects for theme ifdefed to allow turning on
5aefadeef3 elm theme - fix some typos in colorclass names
Compare 7 commits »
vtorri commented on pull request enlightenment/efl#56 2024-03-19 22:56:01 -07:00
Eina: add eina_file_access() API

@raster also have the enum values a good name ?

vtorri commented on pull request enlightenment/efl#56 2024-03-19 21:31:56 -07:00
Eina: add eina_file_access() API

@raster now, with the directory "c:\Windows\System32\WDI", that I can't see with the file explorer (i double click, nothing happens), without the CreateFile() that I removed, i can't detect…

vtorri pushed to vtorri_eina_file_access at vtorri/efl 2024-03-19 15:23:29 -07:00
096c21f233 mimic access() behavior on Windows
vtorri opened issue raster/efm2#4 2024-03-08 21:25:47 -08:00
use intptr_t instead of unsigned long
vtorri created pull request enlightenment/efl#56 2024-01-17 19:00:51 -08:00
Eina: add eina_file_access() API
vtorri pushed to vtorri_eina_file_access at vtorri/efl 2024-01-17 18:59:57 -08:00
34e25ac568 Eina: add eina_file_access() API
vtorri created branch vtorri_eina_file_access in vtorri/efl 2024-01-17 18:59:56 -08:00
vtorri pushed to master at vtorri/efl 2024-01-16 17:38:38 -08:00
97845c1ee3 Eina value test: disable 64 bits value test on Windows
7e839be3ab Eina test: remove POSIX path from sanitize test
12124b770b fix vieet bashism
35e486dbb5 support linking with system libunibreak
Compare 4 commits »
vtorri pushed to master at enlightenment/efl 2024-01-16 17:31:43 -08:00
97845c1ee3 Eina value test: disable 64 bits value test on Windows
vtorri pushed to master at enlightenment/efl 2024-01-16 17:26:20 -08:00
7e839be3ab Eina test: remove POSIX path from sanitize test
vtorri pushed to master at vtorri/efl 2024-01-12 00:53:37 -08:00
f0a966a65f lua - move to lua as default lua engine from luajit
f1688d5110 tests elm - disable elm web as this hasnt done anything in like forever
ab4394b4ad evas tests - disable mask of masks - this could not have really worked
1ff35f9a41 tests - evas - disable 2 filter tests that seem to not make sense?
5823aa2569 evas filter - curve func was off-by-1 ... fix!
d2073a4a56 evas test pixel diff with 9 patch plus render
2a87cfecda test fix fix - forgot execl both first args as the bin and argv0
dca528a049 run timeout directly with out sh and check fork and execl returns
f9e8839125 tests - let's have our own enforced master timeout of 240sec
d6d0caa46c disable failing focus test - doesnt actually affect real life
c216f5baf2 eina, eio, evas: remove wrong __USE_MISC branches
c6b3242c60 fix extra ifdefs - dont need __USE_MISC
dce2557746 fix trictly non-const strlen for const strings
2842eefee2 go back to .99 devel ver
Compare 14 commits »
vtorri commented on issue enlightenment/efl#20 2023-12-25 23:47:43 -08:00
EFL build failed on FreeBSD 14

@Peter2121 what is the status of this issue ?

vtorri closed issue enlightenment/efl#37 2023-12-25 23:39:44 -08:00
add API eina_file_path_is_absolute()
vtorri commented on issue enlightenment/efl#37 2023-12-25 23:39:28 -08:00
add API eina_file_path_is_absolute()

fixed in 8272318d71b9a1817e77c3317b48bcd84326be52

vtorri commented on issue enlightenment/efl#38 2023-12-25 23:36:54 -08:00
efreet_cache.c uses a sha1() function

it seems it is fixed

vtorri pushed to master at vtorri/efl 2023-12-25 23:28:08 -08:00
248d62bf5e release - 1.27
f6abf24db2 silence warning on possibly uninit var use
ec7a23ec82 silence warning in gl blur filter
Compare 3 commits »
vtorri commented on issue enlightenment/enlightenment#52 2023-12-23 09:48:37 -08:00
Commit not present in release

@Peter2121 efl 1.27 and E 0.26 are out. Please test with FreeBSD

vtorri pushed to master at vtorri/efl 2023-12-19 16:28:10 -08:00
1704758e79 elua: move err label to ENABLE_LUA_OLD defined branch
53d18f0409 elua: solve discarded 'const' qualifier warning
c0e260d308 examples: solve EFL_BETA_API_SUPPORT redefinition warning
c260bcbd33 ecore_evas_sdl: add attribute to unused parameter
8272318d71 Eina: introduce API eina_file_path_relative() to uniformize this check
cc66b5d011 elm-config: correct wrong "if" statement
58ccd1031a elm-config: add icons to menu
472cee52b2 ecore: solve error with gsource = null
9447fb6bad eet - fix write denied - no seg on dict free + check on open
Compare 9 commits »
vtorri commented on issue vtorri/entice#23 2023-12-08 06:16:06 -08:00
Entice fails to build

@batden is it good now ?

vtorri commented on issue vtorri/entice#23 2023-12-06 22:35:38 -08:00
Entice fails to build

oups... fixed

thank you

vtorri pushed to master at vtorri/entice 2023-12-06 22:35:18 -08:00
ed4d58fa78 add missing files
vtorri commented on issue enlightenment/enlightenment#52 2023-12-06 21:45:30 -08:00
Commit not present in release

it's about release versioning : if API added, minor version is added.

so, actually, 1.27 is needed :(

can efl-git and e-git ports be created, based on git master for both EFL and E ?

vtorri pushed to master at vtorri/entice 2023-12-05 14:47:01 -08:00
53e0b065ea winlist: initial commit, WIP
vtorri created pull request enlightenment/efl#48 2023-12-05 14:10:32 -08:00
Eina: introduce API eina_file_path_relative() to uniformize this check
vtorri created branch vtorri_path_absolute in vtorri/efl 2023-12-05 14:09:08 -08:00
vtorri pushed to vtorri_path_absolute at vtorri/efl 2023-12-05 14:09:08 -08:00
a015af5405 Eina: introduce API eina_file_path_relative() to uniformize this check
vtorri commented on issue enlightenment/enlightenment#52 2023-12-05 02:20:59 -08:00
Commit not present in release

raster needs to finish efm2 first. Then a new release of the EFL and E will be done.

so unfortunately, no release soon. Use the patch for now.

vtorri opened issue enlightenment/enlightenment#51 2023-12-02 20:40:25 -08:00
FreeBSD: Crash during leaving initial settings
vtorri pushed to master at vtorri/efl 2023-11-18 08:19:52 -08:00
9d7fc64ca3 efl_unref is in eo
vtorri pushed to master at vtorri/efl 2023-11-13 20:57:14 -08:00
a448fc785b config: fixed active Scrolling item highlighter
d9d81af314 efl_ui_slider: update legacy functions to unified
1e871074af ecore_exe: support ECORE_EXE_TERM_WITH_PARENT flag on Windows
cfa8067a32 elm theme - add fileman bar graph groups
a4e36e6f04 elm theme - fix other repeats on slider
Compare 5 commits »
vtorri pushed to master at vtorri/rage 2023-11-05 00:29:03 -07:00
bef682c983 Update portuguese translation
6bdb4f1496 readme - fix typos
c0ddc3a918 icon - let's do a cleaned up svg orig icon :)
8dba51df71 readme fix typo
31e33783b3 move todo to todo.md
d1cd40bcce readme remove typo in compil and install
e9de854fbc improve readme formatting
73104c596f fix up issue report
20f49053fc improve install docs more
ed98a80834 fix req link
1f79a4bd93 fix typo in link name
f3eafc9ae6 migrate install info to readme and improve it
5931ec30ad merge install into README.md
ccf84f5603 remove version from readme - keep in build files save maintaing readme
6bb2f1958e tweak/tidy up readme.md
21d8ba83e2 move readme to markdown
bd62da020c remove files we dont need anymore
Compare 17 commits »
vtorri created pull request enlightenment/efl#42 2023-10-27 20:04:10 -07:00
ecore_exe: support ECORE_EXE_TERM_WITH_PARENT flag on Windows
vtorri created branch vtorri_ecore_exe_job in vtorri/efl 2023-10-27 19:59:58 -07:00
vtorri pushed to vtorri_ecore_exe_job at vtorri/efl 2023-10-27 19:59:58 -07:00
53e9482614 ecore_exe: support ECORE_EXE_TERM_WITH_PARENT flag on Windows
vtorri pushed to master at vtorri/efl 2023-10-27 09:25:26 -07:00
5deea55b6a theme - fix elm slider events on knob causing propagate problems
vtorri pushed to master at vtorri/efl 2023-10-25 04:07:57 -07:00
9387d94b30 use eina_sha1() instead of duplicated code
b17bd6574f elm - focus mgs - demote an err to a focus debug for disconnected widgets
9f3d7b9cff evas gl engines - support tuning of cutouts much more
510bd04c67 elm theme - add things for efnm2
58b6accc16 add checkview for efm detailview
07ac697db8 add docs option to build - allow it to be explicitly on or off
4cea33945d Add Windows installation docon Windows from e.org
Compare 7 commits »
vtorri pushed to master at enlightenment/efl 2023-10-04 13:04:00 -07:00
4cea33945d Add Windows installation docon Windows from e.org
vtorri created pull request enlightenment/efl#39 2023-10-03 10:19:20 -07:00
use eina_sha1() instead of duplicated code
vtorri created branch vtorri_efreet_cache in vtorri/efl 2023-10-03 10:18:31 -07:00
vtorri pushed to vtorri_efreet_cache at vtorri/efl 2023-10-03 10:18:31 -07:00
c85ec34d11 use eina_sha1() instead of duplicated code
vtorri created repository vtorri/efl 2023-10-02 13:44:50 -07:00
vtorri opened issue enlightenment/efl#38 2023-10-01 23:29:35 -07:00
efreet_cache.c uses a sha1() function
vtorri commented on pull request enlightenment/efl#33 2023-10-01 23:25:59 -07:00
Evas: add 'qoi' image loader and saver

ok

vtorri opened issue enlightenment/efl#37 2023-09-27 12:32:18 -07:00
add API eina_file_path_is_absolute()
vtorri commented on issue enlightenment/efl#36 2023-09-27 12:28:03 -07:00
Efl lacks a browser engine

@maxperl you can maybe look at servo.

vtorri commented on pull request enlightenment/efl#29 2023-09-27 12:26:01 -07:00
Fix issues with the windows build of the mono binding

@rggammon looks good to me

@raster you can push this PR

vtorri commented on pull request enlightenment/efl#33 2023-09-17 04:14:22 -07:00
Evas: add 'qoi' image loader and saver
  • for the file to copy, i would say no for 2 reasons : the author does not want to modify it except for bugs (nothing since now). So I htink that is it not a problem
  • indeed it's not…
vtorri commented on pull request enlightenment/efl#29 2023-08-27 21:57:36 -07:00
Fix issues with the windows build of the mono binding

i had to install DotNet (Mono with msys2 does not work). It compiles, though there are some warnings:

[1894/2311] Compiling C object src/bindings/mono/efl_mono/libeflcustomexportsmono-1.dll…