serenity/Applications/FileManager
Andreas Kling 412a91d58f LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
We previously had a cached bold variant font in Gfx::Font that was very
haphazardly located by filename pattern. This patches replaces that
mechanism with a proper Gfx::FontDatabase lookup for the same font but
with bold weight (700).
2020-12-31 01:51:18 +01:00
..
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
DesktopWidget.cpp FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DesktopWidget.h FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DirectoryView.cpp LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup 2020-12-31 01:51:18 +01:00
DirectoryView.h FileManager: Fix TreeView collapsing on file system changes (#4348) 2020-12-08 17:51:53 +01:00
FileManagerWindow.gml LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
FileUtils.cpp FileManager: Add a delete_path helper for singular paths 2020-12-28 19:13:45 +01:00
FileUtils.h FileManager: Implement the cut file operation 2020-12-28 19:13:45 +01:00
main.cpp FileManager: Implement the cut file operation 2020-12-28 19:13:45 +01:00
PropertiesDialog.cpp FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00
PropertiesDialog.h FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00