summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
AgeCommit message (Expand)Author
2021-09-06Replace GTK integration with xsettings + XDPIlya Fedin
2021-08-25Split webview initialization from GtkIntegration classIlya Fedin
2021-08-25Get rid of gtk open with dialogIlya Fedin
2021-08-12Revert "Use gtk clipboard when available to avoid https://bugreports.qt.io/br...Ilya Fedin
2021-07-19Add support for DESKTOP_APP_DISABLE_WEBKITGTKIlya Fedin
2021-07-19Return after throwing access denied errorIlya Fedin
2021-07-13Fix -Wunused-variable warningsIlya Fedin
2021-07-08Don't call gtk_selection_data_get_length on nullptrIlya Fedin
2021-07-08Use unique_ptr for GtkSelectionDataIlya Fedin
2021-07-08Optimize pasting with gtkIlya Fedin
2021-07-07Fix 30s freeze after pastingIlya Fedin
2021-07-07Set service name for lib_base and lib_webview gtk integrationIlya Fedin
2021-07-04Control GtkOpenWithDialog lifetime from outsideIlya Fedin
2021-07-02Add missed signalId checkIlya Fedin
2021-07-02Move GTK integration out of process with D-BusIlya Fedin
2021-07-01Remove not really needed gtk scale factor queryIlya Fedin
2021-07-01Remove the copy of gtk file dialogIlya Fedin
2021-06-24Make Linux file dialog API betterIlya Fedin
2021-04-06Add limited webview support on Linux.John Preston
2021-03-10Move Platform::FileDialog::Gtk::Supported to private namespaceIlya Fedin
2021-03-10Add portal-based open with dialog implementationIlya Fedin
2021-02-22Use local variable for QLibrary from BaseGtkIntegrationIlya Fedin
2021-02-22Remove unneeded checks for GtkIntegration::loaded()Ilya Fedin
2021-02-22Allow initializing gtk integration before QApplicationIlya Fedin
2021-02-19Use new methods from lib_uiIlya Fedin
2021-02-19Expose gtk integration to lib_baseIlya Fedin
2021-01-28Perform additional checks for gtk scaling factorIlya Fedin
2021-01-28Use style::CheckScale when setting gtk scale factorIlya Fedin
2021-01-23Don't mess GTK scale factor with other scaling settingsv2.5.6Ilya Fedin
2021-01-23Ensure GtkIntegration::load() is called only onceIlya Fedin
2021-01-23Some cosmetic changes in settigs settersIlya Fedin
2021-01-23Get scale factor from GTK on LinuxIlya Fedin
2021-01-22Split GTK integration into a singletonIlya Fedin