devilhorns
  • Joined on 2022-05-09
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-04-08 03:44:35 -07:00
47da9c29f5 ecore_drm2: Add start of work on Ecore_Drm2_Fb support
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-01-18 04:25:11 -08:00
04e554ff3e ecore_drm2: Add API to set device window used for input events
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-01-18 04:15:20 -08:00
81f478edf5 ecore_drm2: Add API function to get display blanktime
9fe83cbdd8 ecore_drm2: Add symlink for drmWaitVBlank function
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-01-17 05:59:07 -08:00
418e0099ae ecore_drm2: Add API to retrieve display user data if set
12a85fb5b0 ecore_drm2: Add API to set user data on a display
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-01-17 05:15:02 -08:00
db666e93e9 ecore_drm2: Add API to find a display at given coordinates
c7d2f9960d ecore_drm2: Add API to return device fd
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2024-01-17 04:35:05 -08:00
2b900ab8e3 ecore_drm2: Add API to warp pointer
868a0b42ac ecore_drm2: Add API to return pointer position
cfb8cabb3b ecore_drm2: Add API to return device clock id
3abd093360 ecore_drm2: Add API to return Display DPI
204a81e0a3 Eina value test: disable 64 bits value test on Windows
1226d6caee Eina test: remove POSIX path from sanitize test
1ca1b59cdf fix vieet bashism
94f3e588fc support linking with system libunibreak
4569da4ad1 lua - move to lua as default lua engine from luajit
59bf668983 tests elm - disable elm web as this hasnt done anything in like forever
21c3610ad4 evas tests - disable mask of masks - this could not have really worked
bff3f9d2ee tests - evas - disable 2 filter tests that seem to not make sense?
9a2a1febc3 evas filter - curve func was off-by-1 ... fix!
542becc527 evas test pixel diff with 9 patch plus render
990fef63bb test fix fix - forgot execl both first args as the bin and argv0
a40ba25e05 run timeout directly with out sh and check fork and execl returns
0d78dbadea tests - let's have our own enforced master timeout of 240sec
b14048ae14 disable failing focus test - doesnt actually affect real life
345689cddd eina, eio, evas: remove wrong __USE_MISC branches
1bc21fceb2 fix extra ifdefs - dont need __USE_MISC
e5af64a152 fix trictly non-const strlen for const strings
b4ffc94023 go back to .99 devel ver
871b261628 release - 1.27
1aef21bba2 silence warning on possibly uninit var use
80a281d231 silence warning in gl blur filter
98fb0f62c1 elua: move err label to ENABLE_LUA_OLD defined branch
2e2a97050b elua: solve discarded 'const' qualifier warning
8a517e71f0 examples: solve EFL_BETA_API_SUPPORT redefinition warning
bc2c05970b ecore_evas_sdl: add attribute to unused parameter
66e6580f42 Eina: introduce API eina_file_path_relative() to uniformize this check
3a8f750a1d elm-config: correct wrong "if" statement
e70d36e6cc elm-config: add icons to menu
8032ba28f1 ecore: solve error with gsource = null
b632c3ef11 eet - fix write denied - no seg on dict free + check on open
Compare 34 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 05:33:30 -08:00
948a328965 ecore_drm2: Handle raising event for session active/inactive
f6b0565b2b ecore_drm2: Add event handler to listen for when devices get added
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:24:13 -08:00
f2b2971de7 ecore_drm2: Add API function to set virtual terminal
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:21:03 -08:00
3912427601 ecore_drm2: Add API function to calibrate input devices
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:17:05 -08:00
0caf4c7730 ecore_drm2: Add API function to set pointer rotation
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:13:16 -08:00
2382b4ab73 ecore_drm2: Add API function to set pointer max values
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:07:59 -08:00
ef1b33598b ecore_drm2: Add missing API declaration for relative mode set
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 04:01:13 -08:00
616165e949 ecore_drm2: Add missing stringshare_del for backlight path when
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-22 03:57:40 -08:00
430dee86e4 ecore_drm2: Add APIs to support setting display relative properties
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-11-21 06:35:00 -08:00
862115284a ecore_drm2: Add API to return the supported rotations of a given display
6478f99851 ecore_drm2: Remove unused 'supported_rotations' field from
0d0e6fedbc ecore_drm2: Remove unused 'fd' field on Ecore_Drm2_Display
d8e6231f96 ecore_drm2: Add API function to return if a possible crtc
0272285970 ecore_drm2: Update comment in ecore_drm2_planes
12f1b1db9c ecore_drm2: Prefer code readability over variable usage
7a00b69f4c ecore_drm2: Fix ecore_drm2_display_mode_set function
0b64497d9b ecore_drm2: Remove API function to get a crtc_id and add an API to
ad1cf3fe75 ecore_drm2: Add API function to get list of crtcs
087665ab83 ecore_drm2: Move mode_set API out of testing
03901109ff efl_unref is in eo
9c0eac8092 config: fixed active Scrolling item highlighter
79358a6214 efl_ui_slider: update legacy functions to unified
5f6d983ca6 ecore_exe: support ECORE_EXE_TERM_WITH_PARENT flag on Windows
153c1cee20 elm theme - add fileman bar graph groups
26fc784139 elm theme - fix other repeats on slider
961a03fef7 theme - fix elm slider events on knob causing propagate problems
bd9856ac41 use eina_sha1() instead of duplicated code
45d468ebcb elm - focus mgs - demote an err to a focus debug for disconnected widgets
dcb0f58902 evas gl engines - support tuning of cutouts much more
cf1e051e3d elm theme - add things for efnm2
a150f68a6f add checkview for efm detailview
290b2fca64 add docs option to build - allow it to be explicitly on or off
5f8ecbff8f Add Windows installation docon Windows from e.org
214fd63f70 fix qoi saver when alpha is 0
c9fc2d9e39 fix possible division by 0
a9c3e325be use premultiplied colors on the EFL side
b16feda164 Evas: add 'qoi' image loader and saver
17f886ba94 ecore-x - fix barrier rect setup for screen edge barriers
eb31861f20 Fix warnings
616d79b186 mono fixes
9fad717133 use version_major
9c56164f1f windows build fixes
1517fcd575 Fix up windows build of mono bindings
7cb584861f emile: length is known, no need for strlen
e955cb8363 examples: edje - add charset header to po files.
4fc3d14727 readme: removed link to phab
933020bc00 jxl - don't be so noisy with ERR's unless it's really bad
f33c64d765 elput: Add a TODO doc for Simontek and libei support
b521d9194c theme - icons - add extended state icons for check and radio
592f1318a4 test - radio - use std icon for one of the icons to expand testing
cdbbf0b1e5 elm theme - add sort header radio style
0938f4db5a theme - clean up some clip and rel to's - no functional change
2de869c0c7 evas - avif - dont be noisy with eina err logs on invalid files
cffab0e3a9 Evas heif loader: correctly manage stride and alpha
84a0f83d70 Evas: heif module is dlopen'ed
3f423885ae edje, build: don't use fullpath(), this breaks compilation on Windows for meson >= 0.54.2
0816cfe359 elm entry passwd allow paste - got disabled along with other sel handling
2a9667d662 eina - include sha1 func header by default
b492f6967e eina - new sha1 checksumming function
Compare 52 commits »
devilhorns pushed to master at enlightenment/efl 2023-06-01 06:38:38 -07:00
6efb60be59 elput: Add a TODO doc for Simontek and libei support
devilhorns commented on issue enlightenment/www-content#1 2023-04-21 03:09:01 -07:00
About www-content/pages/docs/distros/debian-start.md.txt

I am a little puzzled with this 'issue' ... is there a problem here that needs fixing ? What is the purpose of this 'issue' ?

devilhorns closed issue enlightenment/terminology#11 2023-04-19 05:04:06 -07:00
Unexpected Visual keyboard on startup in Wayland
devilhorns commented on issue enlightenment/terminology#11 2023-04-19 05:03:49 -07:00
Unexpected Visual keyboard on startup in Wayland

Very welcome :)

devilhorns commented on issue enlightenment/terminology#11 2023-04-05 02:32:03 -07:00
Unexpected Visual keyboard on startup in Wayland

One way to disable it would be to:

export ECORE_IMF_MODULE=""

before starting Terminology

devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-03-08 07:43:36 -08:00
2b8b27ef5e ecore_drm2: Add API function to set display DPMS level
2ac01d0db7 ecore_drm2: Add API to enable/disable a display
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-03-08 07:30:47 -08:00
0aecba7277 ecore_drm2: Change display_rotation_set to not return a value
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-03-08 07:27:00 -08:00
62f8ea49fa ecore_drm2: Add enums for state changes
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-03-08 06:42:44 -08:00
57caf9a1bb ecore_drm2: Move to using a current & pending state
a16e80d8ef theme - new efm perms field - have icon for type if basic file
7d22469674 elm - icon - policy change. use theme defined std icon FIRST always
34c5c1615d eina - debug - fix warning by explicitly casting not auto0-casting
c682ec84cd theme - offer immediate desklock show signal
22e9f67abe po: add Georgian
a3e14e6fb8 add Georgian
b6c013a99a Update portuguese translation
9941a2bdd8 theme - focus glow - no mouse events
e79f4719b5 theme - focus glow - take it off everything
9204209bc5 theme - new experiment - change zoom + wobble with zooming blue box
b3e3fb12c4 theme experiment - try a window wobble/jiggle when focused
Compare 12 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-10 02:42:36 -08:00
5929cd7fa9 ecore_drm2: Add API function to return display rotation
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-09 08:45:52 -08:00
4a8b57192a ecore_drm2: Ensure display rotation value is filled in during
00a44b4169 elm - install elm_widget_item_container_eo.h - fix bug
3468ca129a elm config tool - fix string mis-use of stale string ptrs from efreet
Compare 3 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-02 04:57:38 -08:00
f85f6f5ad2 ecore_drm2: Add API to return display info
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-02 04:36:54 -08:00
7b19fbe81c ecore_drm2: Add API to return list of displays
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-02 04:29:34 -08:00
5664911df8 ecore_drm2: Add API to get/set if display is primary
cf2a325012 ecore_drm2: Add API to return display mode info
5278c54839 ecore_drm2: Add API to return display modes
28e9ef0ec0 ecore_drm2: Add API to return display edid
Compare 4 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2023-01-02 03:48:50 -08:00
f02385bd09 ecore_drm2: Add API to return display crtc id
b8a257b7d6 ecore_drm2: Add API to return display enabled
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-14 03:17:45 -08:00
3a635f0f98 ecore_drm2: Add API function to return dpms value
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-13 03:42:09 -08:00
69ecb57c2b ecore_drm2: Add API function to get display physical size
5574ab8707 ecore_drm2: Add API function to return display subpixel
7ce9125d1e ecore_drm2: Add API function to return connector type
Compare 3 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-07 05:21:22 -08:00
df5f13ea64 ecore_drm2: Add API to return if a display is connected
8f5f7773b3 ecore_drm2: Add API to return if a backlight exists on display
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-07 05:10:31 -08:00
122298af42 ecore_drm2: Add API to return display model
defeaf1313 ecore_drm2: Add API to return display name
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-07 04:25:09 -08:00
3d939077ca ecore_drm2: Mark unused parameters
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-07 04:20:11 -08:00
e47a812240 ecore_drm2: Add API to get screen size range
06960f71ca ecore_drm2: Remove test API
92deac89ac ecore_drm2: Add symlinks for libdrm functions needed for Atomic support
Compare 3 commits »
devilhorns pushed to master at enlightenment/enlightenment 2022-12-07 04:01:33 -08:00
5ccfb44404 wl_drm: Fix formatting
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-03 07:12:45 -08:00
d22f3f389c ecore_drm2: Add support for plane zpos property
e21afd5d1a ecore_drm2: Cleanup explicit thread handling
01c6609a82 ecore_drm2: Add field to store drm property flags
4504e1d5ee ecore_drm2: Remove dead comments
Compare 4 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-12-03 03:19:27 -08:00
3cd26bcdc2 ecore_drm2: Remove ECORE_DRM2_THREAD_CODE_COMMIT op code
cd5afa6128 ecore_drm2: Reorder defines for messages
9443dd0adc elementary_config: Fix typo for Entry 'Mangifiers'
daeb5264a8 evas_main: Minor formatting fixes
Compare 4 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-11-15 03:00:52 -08:00
9d668bd8b4 ecore_drm2: Minor formatting fix
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-11-15 02:47:54 -08:00
0435a37a7e ecore_drm2: Add explicit thread support for drm Planes
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-11-11 03:26:39 -08:00
2948265dc2 ecore_drm2: Add explicit thread support for Displays
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-11-08 05:04:42 -08:00
c70d27f7f3 ecore_drm2: Add explicit thread support for drm Connectors
1e4761291c ecore_drm2: Fix invalid free, remove useless goto, and don't create
Compare 2 commits »
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-11-08 04:34:27 -08:00
3ab68831da ecore_drm2: Switch threading code to use an 'op code'
devilhorns pushed to master at enlightenment/efl 2022-10-26 04:17:32 -07:00
3267070da9 elementary_config: Fix typo for Entry 'Mangifiers'
devilhorns pushed to master at enlightenment/edi 2022-10-19 06:11:27 -07:00
483b08ce65 edi_main: Fix "use after free" compiler warning
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-10-18 07:35:40 -07:00
b2535043dc ecore_drm2: Add start of explicit threading for crtc state
devilhorns pushed to master at enlightenment/efl 2022-09-27 08:22:19 -07:00
d434a6039c evas_main: Minor formatting fixes
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-09-23 06:17:42 -07:00
ef070b7816 ecore_drm2: Add code to fill Display Modes
devilhorns pushed to devs/devilhorns/apos at enlightenment/efl 2022-09-22 08:52:13 -07:00
eb4940d94e ecore_drm2: Rename some variables in the structures to avoid confusion