1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00
Commit Graph

48 Commits

Author SHA1 Message Date
Chuang Zhu
472073a517
lvgui: don't treat warnings as errors (#729) 2024-07-17 17:04:39 -04:00
Samuel Dionne-Riel
c2e76ef834 XXX: lvgui: 2024-03-25 -> 2024-03-27 2024-03-29 20:09:47 -04:00
Samuel Dionne-Riel
3ac1698f3a lvgui: 2024-03-09 -> 2024-03-25 2024-03-25 16:53:40 -04:00
Samuel Dionne-Riel
95f818dec3 lvgui: Add bmp bindings and support 2024-03-25 16:28:38 -04:00
Samuel Dionne-Riel
271187b8d3 lvgui: 2023-05-01 -> 2024-03-09 2024-03-09 01:17:10 -05:00
chayleaf
b3ec466c5a remove deprecated URL literals and unused args
- get rid of deprecated URL literals (see RFC 45)
- remove unused derivation args
- remove one instance of unused rec, and two unused variable in let's
2023-10-17 19:11:41 +07:00
Samuel Dionne-Riel
9f8b5f2c4f lvgui: 2023-03-11 -> 2023-05-01 2023-05-05 16:13:10 -04:00
Samuel Dionne-Riel
c1a295ade8 mruby-lvgui-native: Add support for mono theme 2023-05-05 16:13:10 -04:00
Samuel Dionne-Riel
cd0786ae66 lvgui: 2023-03-02 -> 2023-03-11
Fixes issue with normal orientation displays and touch.
2023-03-11 15:45:38 -05:00
Samuel Dionne-Riel
d7abb16068
Merge pull request #585 from samueldr-wip/fix/nix-cflags-compile
Fix/nix cflags compile
2023-03-03 08:17:59 -05:00
Samuel Dionne-Riel
cb559d2aaa lvgui: Drop NIX_CFLAGS_COMPILE arg
I don't recalle why `X_DISPLAY_MISSING` was needed at some point, but it
must not be anymore since it works fine without.

Also drop the needless stdenv adapter.
2023-03-02 20:02:02 -05:00
Samuel Dionne-Riel
21eb2dece8 lvgui: 2023-02-25 -> 2023-03-02 2023-03-02 19:42:06 -05:00
Samuel Dionne-Riel
6a36919d68 lvgui: 2023-02-11 -> 2023-02-25
See https://github.com/mobile-nixos/lvgui/pull/12
2023-02-25 19:36:39 -05:00
Samuel Dionne-Riel
161fdf731b lvgui: 2022-10-26 -> 2023-02-11 2023-02-12 13:43:06 -05:00
Samuel Dionne-Riel
93f557369a lvgui: 2022-10-13 -> 2022-10-26 2022-10-26 19:38:10 -04:00
Samuel Dionne-Riel
26195eaea9 lvgui-native: Fix lv_task_create bindings 2022-10-20 20:43:27 -04:00
Samuel Dionne-Riel
519431be9d examples/installer: init app
Obviously does nothing yet...
2022-10-19 16:24:56 -04:00
Samuel Dionne-Riel
e3e6a92e8c boot/script-loader: Add mruby-securerandom
This will be used mainly for the installer, but it's not like it's
bloat, and may end-up useful anyway.
2022-10-19 16:24:56 -04:00
Samuel Dionne-Riel
a1627cfc6d lvgui: Remove stray comment 2022-10-19 16:24:56 -04:00
Samuel Dionne-Riel
7c6414747b lvgui: 2022-07-30 -> 2022-10-13 2022-10-13 03:15:04 -04:00
Samuel Dionne-Riel
ea26e77b7b mruby-lvgui-native: Bind more lv_task functions 2022-10-12 22:00:56 -04:00
Samuel Dionne-Riel
8f78c7d9b1 mruby-lvgui-native-fragment: Add assert debug handler
This, paired with the appropriate changes in lvgui, allows us to print
some information about the mruby state when LVGL asserts happen.
2022-10-12 22:00:56 -04:00
Samuel Dionne-Riel
d642f3431f mruby-lvgui-native: yacc -> bison 2022-09-27 01:46:00 -04:00
Samuel Dionne-Riel
23192f4e26 treewide: pkgconfig -> pkg-config
*sighs*
2022-09-26 23:43:41 -04:00
Samuel Dionne-Riel
b3c723e075 lvgui: 2021-11-25 -> 2022-07-30 2022-07-30 16:13:55 -04:00
Samuel Dionne-Riel
bdbaa34155 lvgui: 2021-09-22 -> 2021-11-25 2021-11-25 20:15:12 -05:00
Samuel Dionne-Riel
ea4237084f mruby-lvgui-native: update with get_child_back fix
This function hadn't been tested (duh) and may return a *valid* NULL
value.
2021-10-15 20:44:59 -04:00
Samuel Dionne-Riel
71e698572d lvgui: 2021-07-20 -> 2021-09-22 2021-09-29 14:38:29 -04:00
Samuel Dionne-Riel
2e1d77d999 mruby-lvgui-native-fragment -> mruby-lvgui-native
We're replacing it with *actual bindings*, rather than FFI-based
bindings.

While currently this should be a no-op for the end-user (with the other
relevant changes in the following commits), this was made with the hopes
that it will help either entirely fix, or help track down the root cause
of an issue in a WIP feature in another branch.
2021-09-28 21:23:35 -04:00
Samuel Dionne-Riel
14ff85e31f lvgui: 2021-07-19 -> 2021-07-20
This fixes the issues with rendering SVGs when a dimension is bigger
than 2048
2021-07-20 21:01:14 -04:00
Samuel Dionne-Riel
1a66222e0b lvgui: 2021-02-20 -> 2021-07-19 2021-07-19 15:50:06 -04:00
Samuel Dionne-Riel
98e2ab907f
Merge pull request #305 from samueldr-wip/feature/lvgui-pan
lvgui: "pan" framebuffers
2021-02-23 20:59:51 -05:00
Samuel Dionne-Riel
fb11c6f3fe boot/script-loader: Strip store path hashes
This is required otherwise nuke-refs will destroy the irep.
2021-02-20 17:23:01 -05:00
Samuel Dionne-Riel
072325ce00 boot/script-loader: Fix for new mruby.builder 2021-02-20 17:23:01 -05:00
Samuel Dionne-Riel
441701d215 lvgui: Update native fragment 2021-02-20 16:41:23 -05:00
Kira Bruneau
7beb26204f boot/lib/lvgui: fix libxkbcommon after nixpkgs#108004 2021-02-09 17:55:57 -05:00
Samuel Dionne-Riel
ba2873771d lvgui: 2020-11-20 -> 2021-01-23 2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
fe77a60ff3 boot/lib/lvgui: Add libdrm 2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
4ea165c2fb boot/lib/lvgui: Add libinput 2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
d18d3615e6 boot/script-loader: Use the mruby-lvgui-native-fragment 2021-01-01 21:37:29 -05:00
Samuel Dionne-Riel
447d8d59e7 boot/script-loader: Add mruby-lvgui-native-fragment 2021-01-01 21:37:29 -05:00
Samuel Dionne-Riel
16b96cb5fb boot/script-loader: Add mruby-zmq
This will be used by the upcoming progress-tracking feature.
2020-10-27 15:23:40 -04:00
Samuel Dionne-Riel
2f87df4121 init: Add mruby-process-clock_gettime to script-loader 2020-10-27 15:23:40 -04:00
Samuel Dionne-Riel
659b627d6e script-loader: ensure anything lvgui needs is provided...
...by loading it last
2020-07-23 18:07:45 -04:00
Samuel Dionne-Riel
6d6df159ef boot/script-loader: Add environment support to wrapper 2020-05-31 18:54:07 -04:00
Samuel Dionne-Riel
dfedfda949 boot/script-loader: Provide appropriate $0 and $PROGRAM_NAME 2020-05-31 18:54:07 -04:00
Samuel Dionne-Riel
21b17451b2 boot/init: add wrap to script-loader
This allows wrapping an applet into a script that will start it.
2020-05-31 18:54:07 -04:00
Samuel Dionne-Riel
11897bcdb6 boot/script-loader: Split into its distinct package 2020-03-01 22:21:31 -05:00