liulun

Results 21 issues of liulun

Native分支现在可用吗? 希望能成为早期测试用户

feature

Frameless window can not resize OS:Windows 10 ```js const mainWindow = gui.Window.create({frame:false}); //frame less mainWindow.onClose = () => gui.MessageLoop.quit(); mainWindow.setContentSize({width: 400, height: 250}); mainWindow.setContentView(createBrowser()); mainWindow.center(); mainWindow.activate(); mainWindow.setResizable(true); // can not...

remove useless code

When I bind a callback method using `webui_bind`, How do I unbind it? I know that `webui_bind` returns a unique bind ID. But what is the use of this ID?...

enhancement

- [ ] GPU Support - [ ] Performance Optimization - [ ] Bug fix

If a floating element with a semi-transparent color covers another element with a semi-transparent color, then: is `renderCommand->renderData.rectangle.backgroundColor` the blended color? If it is not the blended color, then when...

OS: WINDOWS 10 QWindowKit: 当前main分支 复现步骤: 1. 最大化窗口 1. 最小化窗口 1. 再通过点击任务栏,显示窗口 此时鼠标移入 `setSystemButton` 设置的组件(自定义 `QWidget` ),无法触发此组件的 `enterEvent` 鼠标移出组件时,也无法触发此组件的 `leaveEvent`。 如下是正常状态下的截图: ![Image](https://github.com/user-attachments/assets/0d832a3b-c429-4427-8308-bb16b0154060) 如下是异常状态下的截图: ![Image](https://github.com/user-attachments/assets/5481e11d-9741-447b-b116-a7186dd4b4b5)

question

[ScreenCapture](https://github.com/xland/ScreenCapture) - A feature-rich screenshot program.

MSYS2 is now not required when compile `QuickJS-ng`. As far as I know, MSYS2 is also not required when compile `libuv` When will `txiki.js` can be compiled on Windows? Thanks...

程序内的语言文件:[App/Lang.cpp](https://github.com/xland/ScreenCapture/blob/main/App/Lang.cpp) ReadMe文件,请参照:[ReadMe.en.md](https://github.com/xland/ScreenCapture/blob/main/ReadMe.en.md)

enhancement
help wanted