Enrico Tröger

Results 36 issues of Enrico Tröger

# General information 1. Android Version 11 2. Android Vendor/Custom ROM GrapheneOS 4. Version of the app (version number/play store version/self-built) 0.7.21 via F-Droid # Description of the issue I...

The `/oidc/authorized` route is added dynamically on the first request using Flask's `before_app_first_request` decorator. However, this code is ran *after* the route matching of that very first request and so...

bug
authentication

Their implementation was buggy, use very old Windows APIs and require double implementation and maintenance efforts for us The GTK dialogs work well for all other users already, so they...

windows

Port "Open Externally" and "Open in terminal" actions to the spawn API for better support on Windows. Also remove unnecessary hard-coded "cmd" command on Windows and use the configured command...

plugin/treebrowser

Please welcome a new way to build Geany and Geany-Plugins for Windows in the CI. What's in here: - the workflow job to checkout Geany-Plugins, Geany and Infrastructure repositories -...

Windows
build system

Recently cppcheck started failing for G-P, e.g.: ``` ao_bookmarklist.c:93:1: warning: There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. [unknownMacro]...

build system

Recent versions of cppcheck (2.9+) seem to require this configuration. The gtk.cfg configuration file is part of cppcheck itself. Closes #1196.

build system

This adds a new option in the preferences dialog to show line ending characters only when they differ from what the majority of the line endings in the file use....

enhancement