Carsten Haitzler raster
raster pushed to master at raster/efm2 2024-04-24 23:45:27 -07:00
b876965918 share error handling in central func
raster pushed to master at raster/efm2 2024-04-23 11:44:52 -07:00
f918c86d25 more work on mv impl
raster pushed to master at enlightenment/enlightenment 2024-04-23 03:07:21 -07:00
8b06ca97a6 e sys main - fix minor leaking iterator - unused code now
raster pushed to master at raster/efm2 2024-04-16 12:41:40 -07:00
0b9c076b6b fix fs scan
raster pushed to master at raster/efm2 2024-04-11 02:02:30 -07:00
de7f9a21a3 more work on mv - file count scan, status infra etc
raster pushed to master at enlightenment/efl 2024-04-09 02:31:56 -07:00
cdd3c35bb3 eo: make eo ptr indirection caches flexible
raster pushed to master at enlightenment/efl 2024-04-09 00:01:16 -07:00
49976ca388 use eina_file_access() instead of access() if possible
raster deleted branch prefer-libddcutil5 from rvandegrift/enlightenment 2024-04-04 00:00:49 -07:00
raster pushed to master at enlightenment/enlightenment 2024-04-04 00:00:47 -07:00
9c4b442335 attempt to dlopen libddcutil.so.5 first
raster merged pull request enlightenment/enlightenment#68 2024-04-04 00:00:46 -07:00
attempt to dlopen libddcutil.so.5 first
raster commented on pull request enlightenment/enlightenment#68 2024-04-04 00:00:22 -07:00
attempt to dlopen libddcutil.so.5 first

aaah yes. i have not caught up with latest ddcutil major .so... correct. thanks a lot!

raster deleted branch vtorri_eina_file_access from vtorri/efl 2024-03-25 10:18:55 -07:00
raster merged pull request enlightenment/efl#56 2024-03-25 10:18:49 -07:00
Eina: add eina_file_access() API
raster pushed to master at enlightenment/efl 2024-03-25 10:18:48 -07:00
a6915ecfc5 mimic access() behavior on Windows
9e5bb18af1 Eina: add eina_file_access() API
Compare 2 commits »
raster approved enlightenment/efl#56 2024-03-25 10:18:30 -07:00
Eina: add eina_file_access() API
raster pushed to master at enlightenment/enlightenment-module-forecasts 2024-03-24 17:45:57 -07:00
6986834c1b fix places csv as , is a csv delimiter...
raster pushed to master at raster/efm2 2024-03-24 15:38:39 -07:00
06cea493e8 policy change and work with where file meta info is stored
raster pushed to master at enlightenment/enlightenment-module-places 2024-03-24 06:02:52 -07:00
3a8554ee94 fix menu tracking + E_API
raster commented on pull request enlightenment/efl#56 2024-03-19 02:33:08 -07:00
Eina: add eina_file_access() API

Hmmm. This implements something neat - actually checking it's a real executable file in the file itself.. but that's not what access() does. access()just checks the file claims at the metadata…

raster commented on issue enlightenment/terminology#14 2024-03-16 16:37:44 -07:00
Responses to Queries for the Foreground and Background Color Use Different Format

:) having been there, done that.. i knew #RRGGBB was originally an x color spec.. long before css/web existed :) anyway... all good - things to know/learn and add to your terminal-colorsaurus :) …

raster commented on issue enlightenment/terminology#14 2024-03-15 15:51:26 -07:00
Responses to Queries for the Foreground and Background Color Use Different Format

You might want to check the manual page for XParseColor ... :) You do know why CSS/web support #RRGGB ... it's because web browsers originate on unix... mosaic (whyich gave birth to netscape which…

raster pushed to master at enlightenment/enlightenment 2024-03-12 07:20:24 -07:00
3def50bd6a Use proper icon
318de512f2 Make instances extern
5efba6f8a3 Remove unused code
f34460bf96 Introduce version for config
bd1ebaebad Add e prefix to signales
74cd743aa0 Add typedef enum
16bf105f34 Fix icon and translate strign
dcf621326b Rebase
bb37914492 Fix icon
e7fb1684ce Allegedly using the icon from edj
a2bdd3c3ff Move icon for convertible configuration to screen section
801e552985 Add border to icon
8c184e7ef0 Address shadowing warnings
5992d94c85 Silly me. Order!
6939a34c1d Prefix local functions static.
1f36cc158b Prefix local static functions with underscore.
b12978c7c9 Prefix local static functions with underscore.
5e7fa42b8c Make some functions static
d60a6fd16b Forgot to update reference to renamed enum values
5b042e08e2 Forgot to update reference to renamed enum values
fbfd52f679 Forgot to update reference to renamed enum values
faa5c6ae84 Functions renaming
095e14f439 Syntax sugar in for loops
fc30c75946 More readable strcmp in ifs
a139e88811 Enum with all caps values.
43b233348a Other minor changes
4ea8172e51 Correctly defien function with no params
479b83eb81 Other minor changes
d2ccd898f9 Use strdup
3c3a1ac603 Removed dbus initialization
608e2fcebf Address calloc failure
ff71a650c2 Address linting comments.
1edbc5cca4 Fix icon
7f33315dcd First attempt at integrating convertible module
Compare 35 commits »
raster closed issue enlightenment/enlightenment#43 2024-03-12 07:20:23 -07:00
Integrate convertible module into E
raster merged pull request enlightenment/enlightenment#49 2024-03-12 07:20:21 -07:00
Introduce convertible module
raster pushed to master at rafspiny/enlightenment 2024-03-12 07:20:04 -07:00
3def50bd6a Use proper icon
318de512f2 Make instances extern
5efba6f8a3 Remove unused code
f34460bf96 Introduce version for config
bd1ebaebad Add e prefix to signales
74cd743aa0 Add typedef enum
16bf105f34 Fix icon and translate strign
dcf621326b Rebase
bb37914492 Fix icon
e7fb1684ce Allegedly using the icon from edj
a2bdd3c3ff Move icon for convertible configuration to screen section
801e552985 Add border to icon
8c184e7ef0 Address shadowing warnings
5992d94c85 Silly me. Order!
6939a34c1d Prefix local functions static.
1f36cc158b Prefix local static functions with underscore.
b12978c7c9 Prefix local static functions with underscore.
5e7fa42b8c Make some functions static
d60a6fd16b Forgot to update reference to renamed enum values
5b042e08e2 Forgot to update reference to renamed enum values
fbfd52f679 Forgot to update reference to renamed enum values
faa5c6ae84 Functions renaming
095e14f439 Syntax sugar in for loops
fc30c75946 More readable strcmp in ifs
a139e88811 Enum with all caps values.
43b233348a Other minor changes
4ea8172e51 Correctly defien function with no params
479b83eb81 Other minor changes
d2ccd898f9 Use strdup
3c3a1ac603 Removed dbus initialization
608e2fcebf Address calloc failure
ff71a650c2 Address linting comments.
1edbc5cca4 Fix icon
7f33315dcd First attempt at integrating convertible module
e10a0d2be1 clock module - fix - free handlers on mod shudtown
efe2f7b267 wl - put in hardcoded 16x16 image for wl logo if file not found
ed64f9e0b8 desklock - fix kbd layout set for desklock so it works
5a5059b058 notification - timeout - handling was jut broken - fix
7eea5fb897 fix 2nd pager copy of same zone not updating selected state
6bfef9f30c Updating polish translation
c9bf720f9e Updating french and portuguese translations
9377f96932 Updating all po files
6c5358f4cd Copyright notice update
a6d7a2235a copying - update dates
cc4df8d320 paranoia for silly people - check efl version aty runtime via eina
25640ae2fa Updating french, italian and portuguese translations
aa5fbfb1d3 systray - fix re-fill on gadcon re-create e.g. when changing shelf cfg
c0cf9176dc go back to .99 devel ver
22d130f3ce release - 0.26.0
Compare 58 commits »
raster pushed to master at raster/efm2 2024-03-08 04:52:26 -08:00
6c06a10ba5 now spin up sub-opens for drop over and pass in dnd cmd
5661ec1913 add core of sub-open to default open to handle cnp/dnd over icons
Compare 2 commits »
raster pushed to master at enlightenment/enlightenment 2024-03-06 10:58:09 -08:00
e10a0d2be1 clock module - fix - free handlers on mod shudtown
raster pushed to master at enlightenment/enlightenment 2024-03-04 12:20:34 -08:00
efe2f7b267 wl - put in hardcoded 16x16 image for wl logo if file not found
raster pushed to master at enlightenment/enlightenment 2024-02-24 12:44:00 -08:00
ed64f9e0b8 desklock - fix kbd layout set for desklock so it works
raster commented on issue enlightenment/enlightenment#64 2024-02-24 05:43:53 -08:00
Highlighted focus interferes with text input

you definitely want to edit locally because you should build + install and test your edits - in case you make a mistake and the .po cannot be parsed at compile time or something. :)

raster commented on issue enlightenment/enlightenment#64 2024-02-23 17:26:55 -08:00
Highlighted focus interferes with text input

oh i just saw your screenshot - that would have nothing to do with enlightenment or efl - it's entirely web browser. ... why are you editing content in gitea??? why aren't you git cloning the…

raster commented on issue enlightenment/enlightenment#64 2024-02-23 17:19:53 -08:00
Highlighted focus interferes with text input

Here is what I see when I type Japanese (ibus input method - some input methods overlay their own windows and graphics over the app - in this case ibus displays the selection list in image 3). At…

raster commented on issue enlightenment/enlightenment#64 2024-02-23 07:36:44 -08:00
Highlighted focus interferes with text input

That's what I was asking - yes. Japanese (and korean, chinese too). I don't normally type 日本語... デモできます。:)so WHERE are you typing where you don't like the colors? what…

raster commented on issue enlightenment/enlightenment#64 2024-02-23 03:28:28 -08:00
Highlighted focus interferes with text input

do you mean input method? like you type in romanji then it gets converted to hiragana as you type then you can convert that to kanji?

raster commented on issue enlightenment/enlightenment#2 2024-02-23 03:12:56 -08:00
Libreoffice: artefacts on shaded instance when opening another instance

the apps must be doing something like requesting activation or something and this is interrupting the shading animation... but i've never seen that before in any app i use... :/

raster commented on issue enlightenment/enlightenment#64 2024-02-22 10:40:02 -08:00
Highlighted focus interferes with text input

what hilighted focus?

raster pushed to master at raster/efm2 2024-02-21 10:25:16 -08:00
73ddc5bf6d code polishing as i move on...
11178c5ae6 more work in glueing actions together wtih cleaning
Compare 2 commits »
raster pushed to master at enlightenment/efl 2024-02-13 06:30:09 -08:00
11cd98e119 ecore drm2 - use last plane found not first. makes it work on rk3588
raster pushed to master at enlightenment/efl 2024-02-09 12:28:00 -08:00
ae0c1783d4 elm - remove commented printfs
raster pushed to master at enlightenment/efl 2024-02-09 10:37:42 -08:00
35bc3f933f elm - win - fix xsd icon hint set with junk stack data and crash
raster pushed to master at enlightenment/enlightenment 2024-02-09 10:11:28 -08:00
5a5059b058 notification - timeout - handling was jut broken - fix
raster closed issue enlightenment/enlightenment#63 2024-02-09 10:11:27 -08:00
Notification module does not accept correctly the timeout values
raster pushed to master at enlightenment/efl 2024-02-04 04:48:09 -08:00
178b786f39 elm theme - make blur effects for theme ifdefed to allow turning on
raster commented on pull request enlightenment/enlightenment#49 2024-02-03 06:56:53 -08:00
Introduce convertible module

If you expose the Eina_List *list; then it shouldn't be static. static == local to that file only and not visible outside of that file (for functions and global vars. for vars within a function it…

raster pushed to master at enlightenment/enlightenment 2024-01-28 04:21:30 -08:00
7eea5fb897 fix 2nd pager copy of same zone not updating selected state
raster closed issue enlightenment/enlightenment#29 2024-01-28 04:21:29 -08:00
Pager doesn't update
raster pushed to master at raster/efm2 2024-01-23 12:49:47 -08:00
63b5f107fe fix sorting
raster pushed to master at raster/efm2 2024-01-23 12:29:24 -08:00
c8499de1a5 restore detail plain text fields...
2d76eb5847 go to a tradidional multi-object build and no include of c src
Compare 2 commits »