Commit Graph

21340 Commits

Author SHA1 Message Date
Carsten Haitzler 80aac84063 no e xsettings if wl only
also fixes #78
2024-07-22 11:05:29 +01:00
Carsten Haitzler 0558ebe25e randr config dialog - dont use x flags if no x supported
fixes #78 partly
2024-07-22 10:49:25 +01:00
Carsten Haitzler d213ba1ba4 fprint - dont need 99 percent of meson.build main - nuke it
this fixes #78 in part - more to come
@fix
2024-07-22 10:39:44 +01:00
Carsten Haitzler 25339bc0ab personal apps - fix bug when removing item from list
it kept walking the list which would then be invalid as it was
modified while walking - it should have broken out at this point also
as it found its target anyway

@fix
2024-07-16 09:22:31 +01:00
Carsten Haitzler 4353773260 try fix segv in deskclock lokker with passwd + fingerprint at same time
i can't repor as my fprint device doesn't work... well it can't auth
with libfprint... but guessing edd was junk or null? try protect.

@fix
2024-07-03 18:08:41 +01:00
Carsten Haitzler 57698405a1 fix formatting from last patch 2024-07-03 12:19:18 +01:00
Thanatermesis b2b41edc01
tell when the screen option is in interlaced mode 2024-07-02 03:21:41 -05:00
Thanatermesis 3f70c81333
only save settings when the screen is enabled 2024-07-02 02:31:08 -05:00
Thanatermesis 1193a7c70c
when disabling a screen, set other's rel_to to 'none'
When a screen is disabled, other screens should not have a reference to
it, otherwise this can lead bugs like in the mirror/clone mode,
if the resolutions are changed, other screens will change too
2024-07-02 01:35:23 -05:00
Carsten Haitzler d747083714 randr - add "use output" option to use output name (or not)
@feat
2024-05-30 18:45:12 +01:00
Carsten Haitzler 6547408cec fix calloc num, size where it's wrong
@fix
2024-05-30 17:43:56 +01:00
Carsten Haitzler a2d1c10d76 e dpms - start dpms in unknown state + debug prints/logs
@fix
2024-05-30 07:59:51 +01:00
Carsten Haitzler 31f45efbfe convertible - fix indents (fixes compiler warn)
no actual bug fixes - just formatting
2024-05-30 07:59:51 +01:00
Carsten Haitzler 8b06ca97a6 e sys main - fix minor leaking iterator - unused code now 2024-04-23 09:39:56 +01:00
Ross Vandegrift 9c4b442335 attempt to dlopen libddcutil.so.5 first
The backwards-incompatible changes in libddcutil.so.5 are documented at
https://www.ddcutil.com/c_api_200/ - a quick grep says that the only affected
symbol appearing in E is ddca_set_global_sleep_multiplier (which is already
optional).

This change does not make any of the changes suggested in the "Library
Initialization" section of the above doc.
2024-04-03 22:03:54 -07:00
maxerba 5e25ae24f8 Adding french comment and updating italian 2024-03-14 18:49:10 +01:00
rafspiny 3def50bd6a Use proper icon
Add icon to edj file

Correct icon

Enable sync for edje keyboard lock/unlock
Fix keyboard signals in icon
Using the correct part from the edje
2024-03-12 07:19:50 -07:00
rafspiny 318de512f2 Make instances extern
WIP
2024-03-12 07:19:50 -07:00
rafspiny 5efba6f8a3 Remove unused code 2024-03-12 07:19:50 -07:00
rafspiny f34460bf96 Introduce version for config 2024-03-12 07:19:50 -07:00
rafspiny bd1ebaebad Add e prefix to signales 2024-03-12 07:19:50 -07:00
rafspiny 74cd743aa0 Add typedef enum
Specify no parameters on some functions
2024-03-12 07:19:50 -07:00
rafspiny 16bf105f34 Fix icon and translate strign 2024-03-12 07:19:50 -07:00
rafspiny dcf621326b Rebase 2024-03-12 07:19:50 -07:00
rafspiny bb37914492 Fix icon 2024-03-12 07:19:50 -07:00
rafspiny e7fb1684ce Allegedly using the icon from edj 2024-03-12 07:19:50 -07:00
rafspiny a2bdd3c3ff Move icon for convertible configuration to screen section 2024-03-12 07:19:50 -07:00
rafspiny 801e552985 Add border to icon
Add filling to icon
2024-03-12 07:19:50 -07:00
rafspiny 8c184e7ef0 Address shadowing warnings 2024-03-12 07:19:50 -07:00
rafspiny 5992d94c85 Silly me. Order! 2024-03-12 07:19:50 -07:00
rafspiny 6939a34c1d Prefix local functions static. 2024-03-12 07:19:50 -07:00
rafspiny 1f36cc158b Prefix local static functions with underscore. 2024-03-12 07:19:50 -07:00
rafspiny b12978c7c9 Prefix local static functions with underscore. 2024-03-12 07:19:50 -07:00
rafspiny ffd51d8fca WIP 2024-03-12 07:19:50 -07:00
rafspiny 5e7fa42b8c Make some functions static 2024-03-12 07:19:50 -07:00
rafspiny d60a6fd16b Forgot to update reference to renamed enum values 2024-03-12 07:19:50 -07:00
rafspiny 5b042e08e2 Forgot to update reference to renamed enum values 2024-03-12 07:19:50 -07:00
rafspiny fbfd52f679 Forgot to update reference to renamed enum values 2024-03-12 07:19:50 -07:00
rafspiny faa5c6ae84 Functions renaming 2024-03-12 07:19:50 -07:00
rafspiny 095e14f439 Syntax sugar in for loops 2024-03-12 07:19:50 -07:00
rafspiny fc30c75946 More readable strcmp in ifs 2024-03-12 07:19:50 -07:00
rafspiny a139e88811 Enum with all caps values. 2024-03-12 07:19:50 -07:00
rafspiny 43b233348a Other minor changes 2024-03-12 07:19:50 -07:00
rafspiny 4ea8172e51 Correctly defien function with no params 2024-03-12 07:19:50 -07:00
rafspiny 479b83eb81 Other minor changes 2024-03-12 07:19:50 -07:00
rafspiny d2ccd898f9 Use strdup 2024-03-12 07:19:50 -07:00
rafspiny 3c3a1ac603 Removed dbus initialization 2024-03-12 07:19:50 -07:00
rafspiny 608e2fcebf Address calloc failure 2024-03-12 07:19:50 -07:00
rafspiny ff71a650c2 Address linting comments. 2024-03-12 07:19:50 -07:00
rafspiny 1edbc5cca4 Fix icon 2024-03-12 07:19:50 -07:00