1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 18:41:00 +00:00
serenity/Applications
Andreas Kling a35693915e LibGUI: Make syntax highlighter communicate boldness instead of font
Now that fonts know their own weight, we no longer need highlighters to
tell us which font to use. Instead, they can just say "this should be
bold" and we'll find the right font ourselves.
2020-12-28 15:53:10 +01:00
..
About Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
Browser Browser: Show destination URLs as tooltips in the bookmarks bar 2020-12-28 01:43:58 +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 LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Debugger Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
DisplaySettings Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
FileManager LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API 2020-12-28 11:41:09 +01:00
FontEditor AK: Remove custom %b format string specifier 2020-12-25 17:04:28 +01:00
Help Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
HexEditor HexEditor: Select first character by default 2020-12-27 21:25:54 +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 Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +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 LibGUI: Make syntax highlighter communicate boldness instead of font 2020-12-28 15:53:10 +01:00
SystemMonitor LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API 2020-12-28 11:41:09 +01:00
Terminal Terminal: Created a simple Find window for searching within the terminal 2020-12-28 11:40:35 +01:00
TextEditor TextEditor+HexEditor: Tweak dirty document warning messages 2020-12-26 01:31:24 +01:00
ThemeEditor Base: Rename maximize/minimize icons to a more generic name 2020-12-28 11:40:35 +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