kwin/libkwineffects
Vlad Zahorodnii 62a7db7028 Use nullptr everywhere
Summary:
Because KWin is a very old project, we use three kinds of null pointer
literals: 0, NULL, and nullptr. Since C++11, it's recommended to use
nullptr keyword.

This change converts all usages of 0 and NULL literal to nullptr. Even
though it breaks git history, we need to do it in order to have consistent
code as well to ease code reviews (it's very tempting for some people to
add unrelated changes to their patches, e.g. converting NULL to nullptr).

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson, romangg

Reviewed By: #kwin, davidedmundson, romangg

Subscribers: romangg, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23618
2019-09-19 17:48:21 +03:00
..
CMakeLists.txt Undo some recent cmake changes 2019-09-18 13:50:52 +03:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00
anidata.cpp [scripting] Introduce redirect function 2018-11-17 13:44:16 +02:00
anidata_p.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwinanimationeffect.cpp [libkwineffects] Port AnimationEffect to new connect syntax 2019-01-20 14:04:13 +02:00
kwinanimationeffect.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwinconfig.h.cmake Move linking to DL_LIBRARY to x11standalone platform 2016-11-22 14:22:06 +01:00
kwineffects.cpp Delete unused includes 2019-09-06 16:07:55 +03:00
kwineffects.h Remove disabled TabGroup feature 2019-09-14 10:58:48 +02:00
kwinglobals.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwinglplatform.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
kwinglplatform.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwingltexture.cpp don't override m_canUseMipmaps 2018-03-14 04:37:44 +02:00
kwingltexture.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwingltexture_p.h [libkwineffects] Try fixing compile error with clang 2017-10-01 09:54:12 +02:00
kwinglutils.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
kwinglutils.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
kwinglutils_funcs.cpp Update URLs to use https 2019-03-25 19:26:23 +01:00
kwinglutils_funcs.h Remove epoxy/egl.h from kwinglutils_func.h 2016-11-22 14:21:40 +01:00
kwinxrenderutils.cpp Port away from deprecated QImage::byteCount 2019-07-10 02:02:15 +03:00
kwinxrenderutils.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp pedantic fixes 2016-07-16 13:14:44 -04:00
logging_p.h pedantic fixes 2016-07-16 13:14:44 -04:00