summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/specific_linux.h
AgeCommit message (Expand)Author
2023-09-12Run in background on Linux when minimization is not supportedIlya Fedin
2023-09-12Add a method to check whether to run in background instead of checking for macOSIlya Fedin
2023-02-18Cmd+Q quit prevention in windowed media viewer.John Preston
2023-01-09Don't use window title for IPC.John Preston
2022-09-19Make InstallLauncher accessible on any platformIlya Fedin
2022-09-19Move AppRuntimeDirectory to private namespaceIlya Fedin
2022-09-19Move icon name getter to cross-platform headerIlya Fedin
2022-09-19Use KSandbox to check flatpak/snap environmentIlya Fedin
2022-09-01Provide old version to Platform::NewVersionLaunchedIlya Fedin
2021-11-04Support autostart in Windows Store version.John Preston
2021-05-03Fix crash dump generation on Linux.John Preston
2021-03-12Get rid of GetLauncherFilenameIlya Fedin
2021-03-10Catch ListActivatableNames errorsIlya Fedin
2021-03-10Check if portal backend is present by absence of errors when getting portal v...Ilya Fedin
2021-03-04Move glib usage to glibmmIlya Fedin
2021-03-03Remove some App::wnd() calls.John Preston
2021-02-19Expose gtk integration to lib_baseIlya Fedin
2021-01-22Get rid of unneeded includes in specific_linuxIlya Fedin
2021-01-22Split GTK integration into a singletonIlya Fedin
2021-01-22Recreate notification manager on notification service owner changeIlya Fedin
2021-01-04Move GSDMediaKeys initialization to SetWatchingMediaKeysIlya Fedin
2020-11-09Remove definitions of unused psLocalServerPrefix and psInitLogsIlya Fedin
2020-11-06Hide IsXDGDesktopPortalPresent in a private namespaceIlya Fedin
2020-11-02Add a cheat code to install launcher on LinuxIlya Fedin
2020-10-30Move Media::Clip::Reader and FileLocation to td_ui.John Preston
2020-10-30Use some methods from lib_baseIlya Fedin
2020-10-28Use Core::UpdaterDisabled where a check is for installed or notIlya Fedin
2020-10-23Rename InstallMainDesktopFile to InstallLauncherIlya Fedin
2020-10-07Subscribe to StatusNotifierHostRegistered signalIlya Fedin
2020-08-15Move gtk clibpboard to linux_libsIlya Fedin
2020-08-15Get rid of redudant fontconfig hackIlya Fedin
2020-08-15Use GAppInfo instead of xdg-mimeIlya Fedin
2020-08-15Disable Qt's integration mechanism on GTK-based DE to avoid early GTK loadingIlya Fedin
2020-07-22Add 'respect system dark mode' checkbox.John Preston
2020-07-13Hide ProcessNameByPID and RealExecutablePath into a private namespaceIlya Fedin
2020-06-29Check for all needed gtk functions for gtk clipboardIlya Fedin
2020-06-17Use gtk clipboard when available to avoid https://bugreports.qt.io/browse/QTB...Ilya Fedin
2020-06-03Add support for choosing directories via xdg-desktop-portalIlya Fedin
2020-06-01Rename InSandbox to InFlatpakIlya Fedin
2020-06-01Use custom gtk file dialog only on gtk-based DEsIlya Fedin
2020-06-01Add a method to check if gtk integration is forcedIlya Fedin
2020-05-24Add a check for bundled Qt pluginsIlya Fedin
2020-04-26Add methods to detect appimage, static binary and forced gtk dialogIlya Fedin
2020-03-30Try system font config once in snap build.John Preston
2020-03-03Implement LastUserInputTime on LinuxIlya Fedin
2020-02-27Unified function to detect icon name on LinuxIlya Fedin
2020-02-21Use XDG Desktop Portal only when variable is setIlya Fedin
2020-02-05Use LXQt's StatusNotifierItem implementation instead of appindicatorIlya Fedin
2020-01-31Use XDG Desktop Portal for file dialogIlya Fedin
2020-01-31Split launcher filename detection to a functionIlya Fedin