ladybird/Userland/Applications
Mohsan Ali 102d345a8f ImageViewer: Enable and disable navigation
Before there was dialogs to indicate if
current file is last or first.

So in this commit, I added functionality to enable
and disable forward and backward navigation based
on if the next file is avialable or not and if the
pervious file is avialable or not, respectively.

ImageViewer: Refactor code and init data

Data intialization was not happening properly, now I did
Initializations properly so that navigation can work from
the very first image.
2021-09-13 23:46:16 +04:30
..
3DFileViewer 3DFileViewer: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
About About: Display the full version 2021-09-02 16:17:18 +01:00
AnalogClock
Assistant Assistant: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Browser Browser: Add some UI padding in the Inspector widget 2021-09-13 19:11:33 +02:00
Calculator
Calendar
CrashReporter
Debugger Everywhere: Use OOM-safe ByteBuffer APIs where possible 2021-09-06 01:53:26 +02:00
DisplaySettings DisplaySettings: Add context menu for wallpapers 2021-09-03 23:15:47 +02:00
FileManager FileOperation: Deduplicate destination file names on copy 2021-09-13 18:08:34 +04:30
FontEditor FontEditor: Don't loop over all glyphs to find selected one 2021-09-06 14:01:24 +04:30
Help Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
HexEditor AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
ImageViewer ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30
KeyboardMapper Keyboard Mapper: Better text color for buttons in dark theme 2021-09-06 17:38:59 +02:00
KeyboardSettings AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
Magnifier Magnifier: Remove unnecessary global cursor tracking 2021-09-08 10:53:49 +02:00
Mail LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect() 2021-09-01 23:02:18 +02:00
MailSettings
MouseSettings Userland: Use Rect::centered_within() where useful 2021-08-31 01:35:08 +02:00
PDFViewer PDFViewer: Open CLI files through FileSystemAccessServer without prompt 2021-09-10 20:46:50 +04:30
Piano Audio: Change how volume works 2021-09-12 23:38:57 +02:00
PixelPaint PixelPaint: Fix Line/Rectangle second paint alignment with pixels 2021-09-13 13:43:53 +02:00
Run
Settings
SoundPlayer Audio: Change how volume works 2021-09-12 23:38:57 +02:00
SpaceAnalyzer SpaceAnalyzer: Enable icons within the breadcrumbbar 2021-09-01 23:00:28 +02:00
Spreadsheet Spreadsheet: Use ErrorType::NotAnObjectOfType instead of NotA 2021-09-12 00:16:39 +02:00
SystemMonitor SystemMonitor: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03:00
Terminal AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
TextEditor TextEditor: Remove wordiness and a separator in View menu 2021-09-11 19:22:14 +02:00
ThemeEditor ThemeEditor: Accept drop events 2021-09-12 11:49:52 +02:00
VideoPlayer
Welcome Welcome: Replace rand()/srand() with AK::get_random_uniform() 2021-09-02 00:39:12 +02:00
CMakeLists.txt