璀境石

Results 23 issues of 璀境石

### Brief Issue Summary This problem prevents me from compiling the code with C17 (because of c89-gcc). System: Ubuntu 22.04 LTS Result of [Scan of Kits]: ```txt [proc] Executing command:...

bug
Feature: kits

**Describe the bug** Result texts of programmer tools are clipped: * high DPI * minimum window size ![image](https://user-images.githubusercontent.com/57629614/105330133-e8cc5400-5c0c-11eb-89fc-15781fb5a22e.png) **Screenshots** minimum window size ![image](https://user-images.githubusercontent.com/57629614/105329244-e61d2f00-5c0b-11eb-9a64-f843b726d3de.png) **Expected behavior** if I adjust the window...

Bug
Pri: 3
Area: User Experience
investigate

I'm develop an application (Direct3D9) and want do enter exclusive fullscreen, but it always minimize immediately. I use a tool "whoareyou" to find out which application might get window focus:...

There are two facts: * In Microsoft's [Virtual-Key Codes](https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes) documentation, this key does not exist * In Microsoft's DirectInput [Keyboard Device Enumeration](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ee418641(v=vs.85)), there is a `DIK_NUMPADENTER` I used to think...

enhancement
input

希望可以参考github的其中一个暗色主题制作一个暗色模式,打工人半夜玩FF14感觉白色的页面太光之泛滥了(误)。 谢谢。

## Before The old pull request #3844 is too messy, so I create a new pr to discuss. I think this pull request won't be merged for a long time:...

backends

实际使用下来,我发现链接到msvcrt的好处在编写短小的命令行程序的时候很有效,这时候因为软件的体积本身就比较小,静态链接msvc运行库增加的体积就特别明显。 但是一旦使用到比较庞大的软件上,而且不带一堆第三方动态库,而是全部静态链接到一起,体积也只能减少200到300KB,软件自身的体量就占大头了。 所以我认为VC-LTL适用的场景应该是: * 携带大量dll形式的第三方库的软件,如果每一个dll都静态链接msvc运行库上去,那么体积增长会十分可观,这时候全部使用VC-LTL,可以获得最大的收益 * 短小的命令行应用程序,静态链接msvc运行库带来的体积膨胀显著

I create 3 pull requests, they can solve this problem. I also update zh_cn translations. All entries are translated. * 1.16 #987 * 1.17 #986 * 1.18 #985 I also...

create zh_cn.json, replace old .lang file