Skip to content

GtkFileFilter: Allow case-insensitive patterns

Matthias Clasen requested to merge ci-file-filters into master

In the past, we've hardcoded case-insensitive matching on Windows, and case-sensitive matching everywhere else.

With this change, we now have a way to explicitly add case-insensitive patterns to a filter. We still interpret all patterns case-insensitively on Windows.

Merge request reports