ladybird/Userland/Applications
Lenny Maiorani 68f76b9e37 Userland: Change typedef to using directive
Problem:
- `typedef`s are read backwards making it confusing.
- `using` statements can be used in template aliases.
- `using` provides similarity to most other C++ syntax.

- C++ core guidelines say to prefer `using` over `typedef`:
  https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rt-using

Solution:
- Switch these where appropriate.
2021-05-21 10:07:22 +01:00
..
3DFileViewer 3DFileViewer: Clean up file handling 2021-05-20 22:22:56 +02:00
About Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
AnalogClock AnalogClock: Use YYYY-MM-DD format for window title 2021-05-14 20:17:09 +01:00
Browser Userland: static vs non-static constexpr variables 2021-05-21 10:07:06 +01:00
Calculator Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Calendar Userland: static vs non-static constexpr variables 2021-05-21 10:07:06 +01:00
CrashReporter Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Debugger Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
DisplaySettings WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode 2021-05-20 17:52:38 +02:00
FileManager Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FontEditor Userland: static vs non-static constexpr variables 2021-05-21 10:07:06 +01:00
Help Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
HexEditor Userland: static vs non-static constexpr variables 2021-05-21 10:07:06 +01:00
ImageViewer LibGfx: Rename RotationDirection members 2021-05-18 16:35:23 +02:00
IRCClient Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardMapper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Magnifier Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MouseSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
PDFViewer PDFViewer: Ignore wheel events when there is no document loaded 2021-05-18 21:25:35 +02:00
Piano Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
PixelPaint PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width 2021-05-16 01:11:56 +02:00
Run Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SoundPlayer Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
SpaceAnalyzer Userland: static vs non-static constexpr variables 2021-05-21 10:07:06 +01:00
Spreadsheet LibGfx: Add missing TextAlignment::BottomLeft 2021-05-21 08:04:31 +02:00
SystemMonitor LibGfx: Remove Gfx::FontDatabase::default_bold_font() 2021-05-20 20:55:29 +02:00
Terminal Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
TextEditor TextEditor: Don't launch a WebContent process until it's needed 2021-05-20 22:12:42 +02:00
ThemeEditor Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Welcome Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CMakeLists.txt 3DFileViewer: Move Demos/GLTeapot to Applications/3DFileViewer 2021-05-19 19:34:12 +01:00