summaryrefslogtreecommitdiffstats
path: root/src/qtwaylandscanner/qtwaylandscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tools filesLucie Gérard3 days1-1/+1
* qtwaylandscanner: don't track source file locationSamuli Piippo7 days1-1/+1
* scanner: Make it work with mismatching protocol and file nameDavid Redondo2024-03-201-8/+11
* qtwaylandscanner: Send null for a null QString with allow-nullKai Uwe Broulik2024-02-281-7/+13
* Disable/fix warningsJonas Karlsson2022-10-281-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-101-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* qtwaylandscanner: add a way to use an build macro in the generated codeThiago Macieira2022-05-191-22/+27
* Use scope resolution operator for requestYoungjin Kim2022-02-021-1/+1
* Scanner: Remove global version checkVlad Zahorodnii2021-04-261-3/+1
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-0/+8
* Scanner: Avoid accessing dangling pointers in destroy_func()Vlad Zahorodnii2020-11-131-1/+3
* Scanner: Generate code that destroys inert resourcesVlad Zahorodnii2020-10-121-5/+15
* Scanner: Generate code that cleans up m_resourceVlad Zahorodnii2020-10-121-0/+2
* Compile against latest qtbaseLars Knoll2020-08-241-7/+7
* Fix inconsistent signedness in qtwaylandscannerPaul Olav Tvete2020-07-091-11/+11
* Remove checks for old Wayland versionsPaul Olav Tvete2020-07-061-6/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-2/+2
* Make generated files more resilient to crashesv5.15.0-beta1Aleix Pol2020-02-141-0/+5
* Add a comment at the top explaining where the generated file comes fromAleix Pol2020-01-081-0/+3
* Make qtwaylandscanner accept named arguments and add --add-includePaul Olav Tvete2019-10-081-14/+43
* QWaylandScanner: port from QList to std::vectorMarc Mutz2019-08-031-24/+25
* QWaylandScanner: tidy upMarc Mutz2019-08-031-81/+79
* QWaylandScanner: add trailing commas to enumerations and braced initializationMarc Mutz2019-07-251-4/+2
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-5/+5
* Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-05-011-0/+11
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-051-0/+1
|\
| * Scanner: Add include for QListJohan Klokkhammer Helsing2018-12-051-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-041-3/+1
|\|
| * Fix unused variables, in preparation for adding warning_cleanSergio Martins2018-11-301-3/+1
* | qtwaylandscanner: Generate Resource::object without interface prefixJohan Klokkhammer Helsing2018-11-211-0/+1
* | Scanner: Assert resource in destroy handlersJohan Klokkhammer Helsing2018-11-021-0/+1
* | Fix compilation with libwayland < 1.10 (again)Johan Klokkhammer Helsing2018-10-051-1/+6
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-031-2/+15
|/
* Don't use members of wl_resourceJohan Klokkhammer Helsing2018-09-181-2/+2
* Remove ifdefs for unsupported libwayland versionsJohan Klokkhammer Helsing2018-09-171-3/+0
* Scanner: Don't crash when calling fromResource with nullptrJohan Klokkhammer Helsing2018-08-291-0/+2
* Convert qtwaylandscanner into a classJohan Klokkhammer Helsing2018-08-091-128/+191
* Disable the -Wmissing-field-initializers warning for Clang tooThiago Macieira2018-05-231-0/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* qtwaylandscanner: Remove globals when destroying wrappersJohan Klokkhammer Helsing2017-10-251-0/+23
* Use nullptr instead of 0 in qtwaylandscannerJohan Klokkhammer Helsing2017-08-151-16/+16
* Disable the GCC warning about missing initializersThiago Macieira2017-06-221-0/+12
* Add QWaylandShellSurface::fromResource()Giulio Camuffo2016-03-291-1/+8
* Simplify client-side API for Wayland extensionsErik Larsson2016-03-181-0/+8
* Allow initializing the server protocol classes with a wl_resourceGiulio Camuffo2016-02-101-1/+25
* Updated license headersAntti Kokko2016-01-201-14/+20
* Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-271-4/+23
|\
| * Fix for QStringBuilderLaszlo Agocs2015-10-191-4/+23
* | Fix % warning when using generated filesJørgen Lind2015-09-101-1/+1