Maarten ten Velden

Results 22 issues of Maarten ten Velden

E.g. [gtk 3 is licensed w. the library GPL](https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/COPYING) so it seems relevant.

E.g. just writing e.g. :​heart: in the file surrounding w. HTML elements does work. ![image](https://user-images.githubusercontent.com/13614975/145389661-563c0dd5-e2f8-4bdc-9869-fffd664355d3.png)

I.e. this made sense for me, not sure if this is as is intended though.

**Describe the bug** > The maximum path of 32,767 characters is approximate, because the "\\\\?\\" prefix may be expanded to a longer string by the system at run time, and...

bug
needs-more-info
Pri3

**Describe the bug** [Here](https://docs.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-pathcanonicalizea) for `[out] pszBuf` there is.. > A pointer to a string that receives the canonicalized path. You must set the size of this buffer to MAX_PATH...

bug
Pri3

**Describe the bug** There is a code section [here](https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_rasterizer_desc) where there is \&lt; which I think is supposed to be a < character. **To Reproduce** \- **Expected behavior** \- **Screenshots**...

bug
Pri3

**Describe the bug** At [the resizebuffers page](https://docs.microsoft.com/en-us/windows/win32/api/dxgi/nf-dxgi-idxgiswapchain-resizebuffers) in the remarks there is.. > Before you call ResizeBuffers, ensure that the application releases all references (by calling the appropriate number of...

bug
Pri3

**Is your feature request related to a problem? Please describe.** I.e. multiple users on one computer, each with.. .. their own pointer .. one or more associated devices (or none...

enhancement
Pri3

**Describe the bug** At [**the GetRawInputData page**](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getrawinputdata) there is.. .. RID_HEADER to "get the header information" .. RID_INPUT to "get the raw data" However at https://docs.microsoft.com/nl-nl/windows/win32/inputdev/using-raw-input only RID_INPUT is set...

bug
Pri3

Bowpad version: 2.8.3.2882 I.e. I tried with the following folders and files.. ``` my_folder/ my_folder/my_file.txt my_folder/a/a.txt my_folder/a/b/ my_folder/a/b/b.txt ``` To reproduce.. With `my_file.txt` open.. 1. open `b.txt` 2. close `b.txt`...