ladybird/Userland/Applications
Lucas CHOLLET 8e2102fb73 ImageViewer: Transform the image's dimension accordingly to the metadata
Exif metadata have two tags to store the pixel density along each axis.
If both values are different and no action is taken, the resulting image
will appear deformed. This commit scales the displayed bitmap
accordingly to these tags in order to show the image in its intended
shape. This unfortunately includes a lot of plumbing to get this
information through IPC.
2024-02-21 08:31:17 +00:00
..
3DFileViewer 3DFileViewer: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
About About: Display Application's Icon in File Manager 2023-09-02 16:27:08 +01:00
AnalogClock Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Assistant Revert "Assistant: Check for access before showing results" 2024-01-14 15:51:32 -07:00
Browser Ladybird: Add IPC call for creating a new child tab 2024-02-03 20:51:37 -05:00
BrowserSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
Calculator Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
Calendar Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
CalendarSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
CertificateSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
CharacterMap Applications: Add fullscreen option to Utilities 2024-01-14 15:18:43 -07:00
ClockSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CrashReporter CrashReporter: Port CrashReporter to GML Compiler 2023-12-27 15:29:50 +01:00
Debugger Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
DisplaySettings LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
Escalator Escalator: Port Escalator to GML Compiler 2024-01-10 00:03:27 +01:00
FileManager Userland: Use MUST() to unwrap String values 2024-02-14 17:46:06 -05:00
FontEditor LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
GamesSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
Help Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
HexEditor Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
ImageViewer ImageViewer: Transform the image's dimension accordingly to the metadata 2024-02-21 08:31:17 +00:00
KeyboardMapper KeyboardMapper: Convert Utf-8 char in String to Utf-32 code point 2024-02-08 07:07:25 -07:00
KeyboardSettings KeyboardSettings: Port to GML compiler 2024-01-19 17:03:30 +01:00
Magnifier LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
Mail Userland: Use MUST() to unwrap String values 2024-02-14 17:46:06 -05:00
MailSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Maps Maps: Add massage_for_display for lat and long 2024-01-30 21:07:37 +00:00
MapsSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
MouseSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NetworkSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
PartitionEditor PartitionEditor: Show better error when can't find partition table 2024-01-11 20:57:40 +00:00
PDFViewer LibGUI+Userland: Take ByteString in set_most_recently_open_file() 2024-01-24 11:07:03 +00:00
Piano Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
PixelPaint LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
Presenter Presenter: Add Manual link in help menu 2024-02-06 20:43:31 +00:00
Run Run: Fix bug where it would crash because uninitialized main widget 2024-02-06 08:41:01 +01:00
Settings Settings: Add fullscreen option 2024-01-14 15:18:43 -07:00
SoundPlayer SoundPlayer: Don't drop the unix pledge 2024-01-19 09:08:37 +01:00
SpaceAnalyzer Applications: Add fullscreen option to Utilities 2024-01-14 15:18:43 -07:00
Spreadsheet Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
SystemMonitor Applications: Add fullscreen option to Utilities 2024-01-14 15:18:43 -07:00
Terminal Terminal: Propagate changes in automark settings to the terminal 2024-02-07 13:35:49 +01:00
TerminalSettings Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
TextEditor LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
ThemeEditor LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
VideoPlayer LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
Welcome Welcome: Move tips.txt to /usr/share/Welcome because it's system wide 2024-02-05 16:30:52 +01:00
CMakeLists.txt Maps: Add MapsSettings with multiple tile providers options 2023-09-18 12:46:41 -06:00