summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-12-01Monitor size hints for X11 in Gtk3 like in Gtk2Alexandros Theodotou1-38/+92
2024-12-01Set up drag/drop proxy for X11 in Gtk3 like in Gtk2David Robillard1-0/+21
2024-12-01Remove unused definesDavid Robillard1-10/+0
2024-12-01Use more consistent variable names and shrink Gtk/X11 codeDavid Robillard2-87/+60
2024-12-01Factor out general X11 utilitiesDavid Robillard4-101/+96
2024-12-01Use XSizeHints directlyDavid Robillard1-71/+44
2024-11-23Use angle brackets for library includesDavid Robillard9-25/+25
2024-11-15Add clang-format configurationDavid Robillard3-24/+13
2024-07-11Add support for X11 in Qt6Jean-Michaƫl Celerier2-6/+31
2023-09-22Use anonymous namespaces over "static" in C++David Robillard1-6/+10
2023-06-02Fix X11 in Gtk3David Robillard1-1/+1
2023-05-01Use consistent formatting for enumeratorsDavid Robillard1-3/+3
2023-05-01Replace strict option with new meson warning levelDavid Robillard1-6/+1
2023-02-02Fix Windows in Gtk wrapper buildDavid Robillard1-3/+3
2022-12-11Simplify conditionalDavid Robillard1-9/+6
2022-12-11Remove Gtk in Qt and Qt in Gtk wrappersDavid Robillard3-416/+0
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard15-231/+36
2022-08-31Fix occasional segfault with X11 in Gtk3Alexandros Theodotou1-2/+11
2022-07-17Use default member initializationDavid Robillard1-8/+4
2022-07-17Fix unused parameter warningDavid Robillard1-0/+1
2022-07-17Avoid snprintf when loading modulesDavid Robillard1-13/+19
2022-07-17Remove dead Qt4 support codeDavid Robillard1-25/+0
2022-07-17Remove unnecessary includesDavid Robillard2-2/+0
2022-05-30Fix MacOS buildDavid Robillard2-3/+3
2022-05-29Build Qt wrappers as C++11 which is now requiredDavid Robillard1-2/+2
2022-05-29Fix warnings on MacOSDavid Robillard2-7/+18
2021-01-11Suppress C++ warnings in C headerDavid Robillard1-0/+5
2021-01-11Use C++-style casts in C++ codeDavid Robillard3-31/+34
2021-01-11Suppress Gtk and Qt header warnings in codeDavid Robillard8-0/+102
2021-01-11Remote Qt4 supportDavid Robillard3-461/+0
2021-01-07Remove unused defineDavid Robillard1-3/+0
2021-01-02Use email address instead of website for attributionDavid Robillard17-17/+17
2021-01-01Remove the need for a generated configuration headerDavid Robillard4-4/+116
2021-01-01Reduce compile-time configurationDavid Robillard1-24/+15
2020-12-31Format all code with clang-formatDavid Robillard16-2208/+2243
2020-12-22Avoid "typedef" in C++David Robillard7-15/+15
2020-12-22Use "auto" to avoid redundancyDavid Robillard3-27/+28
2020-12-22Use "default"David Robillard1-3/+1
2020-12-22Use "nullptr" in more C++ codeDavid Robillard6-33/+33
2020-12-21Use "nullptr" in C++ codeDavid Robillard2-18/+18
2020-12-15Clean up special member functionsDavid Robillard1-0/+3
2020-12-15Avoid use of reserved identifiersDavid Robillard1-4/+4
2020-12-15Avoid checking for null before deletingDavid Robillard2-6/+2
2020-12-15Avoid use of default argumentsDavid Robillard3-8/+10
2020-12-15Clean up includesDavid Robillard4-11/+16
2020-09-27Add a less janky portability wrapper for dlopen() and friendsDavid Robillard6-34/+103
2020-09-27Don't use else after return or breakDavid Robillard1-27/+32
2020-09-27Separate declarations and initialize all variablesDavid Robillard2-12/+16
2020-09-27Clean up includes and forward declarationsDavid Robillard15-93/+158
2020-07-17Fix Wunused-parameter warningsDavid Robillard6-18/+30