1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Userland/Applications
Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T>
This makes it much clearer what this cast actually does: it will
VERIFY that the thing we're casting is a T (using is<T>()).
2021-06-24 19:57:01 +02:00
..
3DFileViewer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
About Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
AnalogClock Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Browser AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Calculator Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Calendar Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CrashReporter Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Debugger Userland: Add more TODO()s for arch-specific code 2021-06-24 09:27:13 +02:00
DisplaySettings DisplaySettings: Revert changes unless confirmed 2021-06-23 01:27:21 +02:00
FileManager Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FontEditor Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Help Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
HexEditor HexEditor: Change name for unsaved files to 'Untitled' 2021-06-23 13:08:14 +02:00
ImageViewer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
IRCClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapper Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardSettings Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Magnifier Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
MouseSettings Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
PDFViewer PDFViewer: Update the page number when scrolling between pages 2021-06-22 06:26:44 +04:30
Piano Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
PixelPaint AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Run Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
SoundPlayer SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
SpaceAnalyzer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Spreadsheet LibJS: Replace boolean without_side_effects parameters with an enum 2021-06-17 16:52:15 +02:00
SystemMonitor AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Terminal Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
TextEditor LibSQL: Move Lexer and Parser machinery to AST directory 2021-06-24 00:36:53 +02:00
ThemeEditor Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
VideoPlayer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Welcome Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CMakeLists.txt VideoPlayer: Create application to parse (and eventually play) videos 2021-06-12 22:48:28 +04:30