1
0
Fork 0
forked from Miroirs/x49gp
Commit graph

184 commits

Author SHA1 Message Date
Gwenhael Le Moine
0c4008127d
manpage alignment 2025-01-15 22:57:16 +01:00
Gwenhael Le Moine
252c2ccb59
fixmanpage 2025-01-15 22:54:17 +01:00
Gwenhael Le Moine
b01a455c79
add a --gray param for a grayscale LCD instead of greenscale 2025-01-15 15:10:11 +01:00
Gwenhael Le Moine
ce8670816e
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x50ng 2025-01-15 14:59:50 +01:00
Gwenhael Le Moine
e3e7155ff3
replace hardcoded colors with a loop 2025-01-15 14:59:28 +01:00
Gwenhael Le Moine
02b2f66ce7
++ 2024-12-15 15:56:05 +01:00
Gwenhael Le Moine
8279aa4385
fix scdoc indentation 2024-12-15 15:54:48 +01:00
Gwenhael Le Moine
2e9954e57c
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x50ng 2024-12-15 15:52:50 +01:00
Gwenhael Le Moine
967055c88e
-z --zoom and --reset 2024-12-15 15:52:17 +01:00
Gwenhael Le Moine
5af3287336
bugfix: user local style was never loaded 2024-11-27 13:32:05 +01:00
Gwenhael Le Moine
042b94516a
style_filename -> style 2024-11-22 19:52:20 +01:00
Gwenhael Le Moine
150615937f
add more short options 2024-11-22 19:51:05 +01:00
Gwenhael Le Moine
85997a651d
move man and desktop sources to src/ 2024-11-22 19:18:22 +01:00
Gwenhael Le Moine
fdcef2c099
Don't copy style. Try to load them locally, then globally, then run style-less 2024-11-22 19:11:44 +01:00
Gwenhael Le Moine
6aacf694a9
copy default styles css files to use datadir if needed 2024-11-22 17:36:26 +01:00
Gwenhael Le Moine
4f731b9cf4
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x50ng 2024-11-22 16:12:07 +01:00
Gwenhael Le Moine
4f8d3977e5
load external style-X.css for styling instead of hardcoding it 2024-11-22 16:11:28 +01:00
Gwenhael Le Moine
59ed6d5cc3
test paste input 2024-11-21 14:48:44 +01:00
Gwenhael Le Moine
f16495d8f2
more renaming leftovers 2024-11-21 09:47:44 +01:00
Gwenhael Le Moine
e58daf23e2
Actually create config.lua if needed or requested 2024-11-20 14:50:10 +01:00
Gwenhael Le Moine
6381ab9d29
hardcode state file name 2024-11-20 14:50:03 +01:00
Gwenhael Le Moine
78902ca527
Rename project to x50ng 2024-11-20 13:57:49 +01:00
Gwenhael Le Moine
6504fbe095
1.4.1 + remove old confusing text from --help 2024-11-20 11:05:24 +01:00
Gwenhael Le Moine
c528beed1f
. 2024-11-20 10:39:14 +01:00
Gwenhael Le Moine
efcffa461d
back to hardware-accurate keyboard layout 2024-11-20 10:34:25 +01:00
Gwenhael Le Moine
e529092b0e
no need for gboolean when we have stdbool 2024-11-14 16:45:05 +01:00
Gwenhael Le Moine
e41e501e4b
remove dead code 2024-11-14 16:16:16 +01:00
Gwenhael Le Moine
bf8ddd52c6
optmization 2024-11-14 16:03:13 +01:00
Gwenhael Le Moine
6ee544120a
align 2024-11-14 16:00:06 +01:00
Gwenhael Le Moine
353bd9fa57
rethink commandline parameters 2024-11-14 15:58:38 +01:00
Gwenhael Le Moine
846402e9dc
fix loading firmware from command-line 2024-11-14 15:46:52 +01:00
Gwenhael Le Moine
93132e2702
config_lua_filename is local 2024-11-14 15:46:23 +01:00
Gwenhael Le Moine
697dadda7d
fix buidling path of config.lua 2024-11-14 15:36:16 +01:00
Gwenhael Le Moine
f98bc7fea7
try loading boot firmware from opt.datadir also 2024-11-14 15:29:39 +01:00
Gwenhael Le Moine
08271cf4c2
fix naming mistake: x49gp->state was never a filename but a loaded ini file 2024-11-14 15:25:45 +01:00
Gwenhael Le Moine
9f77361637
have only --datadir= options; use opt. instead x49gp-> where relevant 2024-11-14 15:18:55 +01:00
Gwenhael Le Moine
092b7f49af
++ 2024-11-14 13:32:56 +01:00
Gwenhael Le Moine
e29b38693f
simplify and remove unused constants 2024-11-14 13:27:35 +01:00
Gwenhael Le Moine
199d8ef3e8
tweak buttons handling 2024-11-14 11:21:02 +01:00
Gwenhael Le Moine
af2ef94142
refactor changing key state and a second right-click unhold a held key 2024-11-14 09:50:43 +01:00
Gwenhael Le Moine
53bd74a1ab
don't release all keys when losing focus 2024-11-14 09:49:53 +01:00
Gwenhael Le Moine
2ac5cad77b
remove unnecessary code 2024-11-14 09:49:40 +01:00
Gwenhael Le Moine
54a9d2873f
oops 2024-11-13 18:48:34 +01:00
Gwenhael Le Moine
c804d0e05b
more on the way to gtk4 2024-11-13 16:47:25 +01:00
Gwenhael Le Moine
d34f63253f
prepare for gtk4 2024-11-13 14:54:46 +01:00
Gwenhael Le Moine
6f1041c369
use Glib to get user config dir 2024-11-13 14:35:40 +01:00
Gwenhael Le Moine
7b90c324fe
clean install before release 2024-11-13 11:10:09 +01:00
Gwenhael Le Moine
20c4a25d38
rewrite the man-page using scdoc 2024-11-13 11:04:35 +01:00
Gwenhael Le Moine
12ce010536
simplify print_config() 2024-11-13 10:24:06 +01:00
Gwenhael Le Moine
7d313c91f9
inplement visual click using a css class which brings visual clue when using keyboard 2024-11-13 10:17:31 +01:00