1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland/Applications
AnotherTest 6a6f19a72f Spreadsheet: Store the column index in a Position instead of its name
This will make constructing (and destructing) Positions a lot cheaper
(as it no longer needs to ref() and unref() a String).
Resulted from #5483, but doesn't fix it.
2021-02-24 21:02:02 +01:00
..
About Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Browser Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Calculator Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Calendar Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CrashReporter AK+Kernel+Userland: Enable some more compiletime format string checks 2021-02-23 13:59:33 +01:00
Debugger Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisplaySettings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FileManager Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FontEditor LibGfx: Remove static load_from_file() from abstract Font class 2021-02-15 08:50:48 +01:00
Help Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HexEditor Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
IRCClient Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KeyboardMapper Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KeyboardSettings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MouseSettings Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Piano Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PixelPaint Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
QuickShow Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Run Run: Prefill text field with last command on launch 2021-02-21 20:21:56 +01:00
SoundPlayer AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
SpaceAnalyzer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Spreadsheet Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
SystemMonitor Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Terminal Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TextEditor TextEditor+LibGUI: Add case matching and wrap around optionality 2021-02-22 09:21:30 +01:00
ThemeEditor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
CMakeLists.txt Applications: Remove "Welcome" application 2021-02-03 10:20:17 +01:00