1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:02:06 +00:00
serenity/Applications
AnotherTest 8f05e4e765 Spreadsheet: Improve sheet update efficiency
There's no need to leave the cell dirty when not updating it, and
there's definitely no need to update the cells as we're selecting them.
This makes navigating a sheet and selecting cells significantly faster
as we no longer update unrelated cells just because they appear to have
a cyclic update dependency :^)
2020-12-22 23:35:29 +01:00
..
About Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
Browser Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Calculator Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Calendar Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
CrashDaemon CrashDaemon: Show source position in backtrace 2020-12-14 23:05:53 +01:00
Debugger Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
DisplaySettings Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
FileManager Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
FontEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Help Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
HexEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
IRCClient Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
KeyboardMapper Applications: Use pledge and unveil 2020-11-02 22:36:27 +01:00
KeyboardSettings Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Piano Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
PixelPaint Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
QuickShow Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
SoundPlayer Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Spreadsheet Spreadsheet: Improve sheet update efficiency 2020-12-22 23:35:29 +01:00
SystemMonitor Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
Terminal LibVT+Terminal: Add the option to disable the bell 2020-12-21 00:17:12 +01:00
TextEditor LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^) 2020-12-21 18:26:18 +01:00
ThemeEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Welcome LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
CMakeLists.txt CrashDaemon: Add service that acts on new coredumps 2020-12-14 23:05:53 +01:00