1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:01:00 +00:00
serenity/Applications
Andreas Kling d5bb98acbc AK: Defer to Traits<T> for equality comparison in container templates.
This is prep work for supporting HashMap with NonnullRefPtr<T> as values.
It's currently not possible because many HashTable functions require being
able to default-construct the value type.
2019-06-29 19:14:03 +02:00
..
About Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Downloader Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
FileManager Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
FontEditor Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
IRCClient Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Launcher Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
PaintBrush PaintBrush: Add size context menu to SprayTool 2019-06-28 15:27:23 +02:00
ProcessManager Kernel: Change the format of /proc/all to JSON. 2019-06-29 09:04:45 +02:00
QuickShow Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Taskbar AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
Terminal Terminal: Make it so typing resets the cursor blink timer. 2019-06-28 21:46:23 +02:00
TextEditor Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Makefile.common Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00