ladybird/Userland/Services/WindowServer
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
AppletManager.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AppletManager.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Button.cpp WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
Button.h WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
ClientConnection.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ClientConnection.h WindowServer: Allow changing frameless state after a window is created 2021-02-21 10:33:28 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Compositor.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Compositor.h WindowServer: Rename WallpaperMode::{Scaled => Stretch} 2021-01-20 09:16:27 +01:00
Cursor.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cursor.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Event.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
EventLoop.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
EventLoop.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Menu.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Menu.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuItem.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuItem.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuManager.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuManager.h WindowServer: Reset menu position when opened by the menu bar 2021-02-22 09:09:26 +01:00
Screen.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Screen.h WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Window.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Window.h WindowServer: Allow changing frameless state after a window is created 2021-02-21 10:33:28 +01:00
WindowClient.ipc WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
WindowFrame.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WindowFrame.h WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00
WindowManager.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WindowManager.h WindowServer: Re-evaluate the mouse cursor when alpha hit-testing 2021-02-21 22:34:00 +01:00
WindowServer.ipc WindowServer: Allow changing frameless state after a window is created 2021-02-21 10:33:28 +01:00
WindowSwitcher.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WindowSwitcher.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowType.h WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00