GuiLite icon indicating copy to clipboard operation
GuiLite copied to clipboard

✔️The smallest header-only GUI library(4 KLOC) for all platforms

Results 17 GuiLite issues
Sort by recently updated
recently updated
newest added

Add support number change mode in STYLE_ALL_BOARD type keyboard. Now It's like as below: ![](https://s3.bmp.ovh/imgs/2022/03/941d806efa2de8aa.jpg)

Add c_button supports custom background colors and remove restrictions on fixed use COLOR_WND_NORMAL color.

Logged into a Toradex ARM device and tried pasting your docker command. ![guilite-toradex-fail](https://user-images.githubusercontent.com/1883220/138723086-71839133-09c4-42f5-9bf6-d4f82cf48c9d.png) In case one has trouble seeing the image. ``` verdin-imx8mp-06848973:~$ docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest...

Hi, 因为开发设备的需要,希望能够在我们这个 guilite中添加自定义按键的分发功能。 原先代码仅支持上下键和确认键,我似乎没有办法,把我获得的其他按键分发给指定的BUTTON。 比如我的UI 布局类似: BUTTON 1 BUTTON 2 BUTTON 3 然后我按下1键,需要BUTTON 1执行动作。 用例里也没有看到列表框或者表格框一类的组件可以使用。 有什么建议吗?

![image](https://user-images.githubusercontent.com/30521429/124960325-c90bd980-e04e-11eb-9439-a77c1e1b9008.png) https://www.cnblogs.com/lingluotianya/archive/2015/04/14/4427285.html

I found a bug when there are two dialogs. dialog A has wnd tree such as: ``` { &s_dialog_enter_button,>--ID_DIALOG_ENTER6666_BUTTON,>"",>926, 30, 66, 66}, { &gs_lamp_mode_buttons[LAMP_MODE_OFF_WORK],>---ID_BUTTON_LAMP_OFF_WORK,>---"",>655, 525, 350, 75}, {NULL, 0 ,...

I can not find a DRM support documentation. Can GuiLite use Direct Rendering Manager?

How to solve the question:`The UI is flashing while I resize the app`