Bernard Teo

Results 17 issues of Bernard Teo

This is mainly a tracking issue for a feature that can't be implemented until https://github.com/flatpak/xdg-desktop-portal/issues/796 is added.

This PR is for (experimental) GTK4 support. Resolves #24. As this backend is experimental, GTK3 remains as the default backend. Use `-DNFD_GTK_VERSION=4` to activate this new backend. Blocking issues: -...

### Describe the bug NUSMods thinks that MA3209 is a "year long module". As far as I can tell, it actually isn't a year long module. This might be an...

I have a CMake library that conditionally adds link time dependencies based on the [output of a `check_cxx_source_compiles` command](https://github.com/btzy/nativefiledialog-extended/blob/master/src/CMakeLists.txt#L39-L54). That's all fine when building a CMake project, but when building...

This PR adds a new API function for each of the four kinds of dialogs, which take in a versioned struct. The version is set by an inline function in...

On all four backends, these three APIs actually call a single platform native API. NFDe is essentially calling the same code, but setting a flag to determine whether to select...

**EDIT: A versioned struct will be used instead of this, implemented in #128.** The current API looks like: ``` nfdresult_t res = NFD_OpenDialogN(outPath, filterList, filterCount, "/path/to/default/folder"); ``` This interface is...

Since xdg-desktop-portal now supports this (see #66), and we have already implemented it for OpenDialog/OpenDialogMultiple, we should also implement it for PickFolder.

Hi, I stumbled upon this repo, and thought that I could contribute some examples that I know about from Singapore: **Official station or stop names are unique.** Official bus station/stop...

The following call should be an error according to the spec, but is currently not an error: ``` display(1,"T",3); ``` (Note that display() is caught.) It is a problem (and...

Enhancement
minor
good first issue