ladybird/Applications
Andreas Kling 9443957c14 PaintBrush: Speed up the bucket tool with smarter use of Vector.
Put together a pretty well-performing queue using a Vector and an offset.
By using the new Vector::shift_left(int) instead of Vector::take_first()
we can avoid shifting the vector contents every time and instead only
do it every so often.

Maybe this could be generalized into a separate class, I'm not sure if it's
the best algorithm though, it's just what I came up with right now. :^)
2019-06-14 21:50:28 +02:00
..
About Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Downloader Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
FileManager Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
FontEditor Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCClient Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
Launcher Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
PaintBrush PaintBrush: Speed up the bucket tool with smarter use of Vector. 2019-06-14 21:50:28 +02:00
ProcessManager Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
Taskbar Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Terminal Terminal: Add support for DCH ('P' final) 2019-06-12 20:54:23 +02:00
TextEditor Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00