Commit History

Author SHA1 Message Date
  Lucas CHOLLET c574b97246 ImageViewer: Scale image to window size on image change 2 years ago
  Lucas CHOLLET 5cceae821d ImageViewer: Don't resize window on image rotation or flip 2 years ago
  Sam Atkins 8f3c77a5a3 ImageViewer: Migrate to Directory::for_each_entry() 2 years ago
  Andreas Kling d0ba5f2ed7 ImageViewer: Add list of recently open files to the File menu :^) 2 years ago
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 years ago
  Liav A 6e6999ce57 LibGfx: Re-work the abstractions of sending image for decoding over IPC 2 years ago
  Liav A 649f78d0a4 LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes 2 years ago
  Sam Atkins 652f87821b Userland: Replace remaining Core::Timer::construct()s with try_create() 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Karol Kosek 0b7f5bbdfb Userland: Accept drag_enter events for widgets supporting file drops 2 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Jelle Raaijmakers d195972ec2 Applications: Do not crash if decoded bitmap is null 3 years ago
  Lenny Maiorani 160bda7228 Applications: Use default constructors/destructors 3 years ago
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 years ago
  Mustafa Quraish b21d128075 ImageViewer: Inherit from `AbstractZoomPanWidget` 3 years ago
  Luke Wilde 8eb01c0b11 ImageViewer: Allow choice between nearest neighbor and bilinear scaling 3 years ago
  Maciej ab324c1dae ImageViewer: Change how scaling works 3 years ago
  Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 years ago
  Andreas Kling db90b4554e LibGfx: Use ErrorOr<T> for Bitmap::flipped() 3 years ago
  Andreas Kling 69c4614a94 LibGfx: Use ErrorOr<T> for Bitmap::rotated() 3 years ago
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
  Nícolas F. R. A. Prado 72f1e23e6b ImageViewer: Use scaled image size when resizing window to fit it 3 years ago
  Mohsan Ali 102d345a8f ImageViewer: Enable and disable navigation 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Aziz Berkay Yesilyurt 41ebb12c9e ImageViewer: Do not resize the window if the image fits into the window 4 years ago
  Aziz Berkay Yesilyurt 63e78ccd9f ImageViewer: Do not return early when the scale is not changed 4 years ago
  Aziz Berkay Yesilyurt 285d4fac38 ImageViewer: Use the same function to resize the window 4 years ago
  Aziz Berkay Yesilyurt ec389adaa6 ImageViewer: Use real path for the image path 4 years ago
  Aziz Berkay Yesilyurt f62f53f723 ImageViewer: Use LexicalPath to grab current_dir 4 years ago