serenity/Userland/Applications
Sam Atkins e0fd5beb36 LibGUI+Applications: Default the SpinBox min/max to the full int range
By default, a SpinBox's value should be unlimited, (or as close as we
can get to that,) and then the GML or code can impose a limit if
needed. This saves the developer from entering an arbitrary "big" max
value when they want the value to have no maximum.

I've audited the use of SpinBox and added `min: 0`, and removed a `max`,
where appropriate. All existing SpinBoxes constructed in code have a
range set explicitly as far as I can tell.
2024-01-14 13:46:14 +00:00
..
3DFileViewer Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01: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 Assistant: Check for access before showing results 2024-01-12 16:51:12 -07:00
Browser Browser: Add help menu item 2024-01-12 16:27:40 -07:00
BrowserSettings Ladybird: Rename new-tab.html file to newtab.html 2024-01-13 13:41:09 -05:00
Calculator LibCrypto: Make constructing a BigInteger from string fallible 2024-01-13 19:01:35 -07:00
Calendar LibGUI+Applications: Default the SpinBox min/max to the full int range 2024-01-14 13:46:14 +00:00
CalendarSettings Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
CertificateSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CharacterMap Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Escalator Escalator: Port Escalator to GML Compiler 2024-01-10 00:03:27 +01:00
FileManager FileManager: Conditionally display the "ICC profile:" line 2023-12-29 07:57:12 +00:00
FontEditor LibGUI+Applications: Default the SpinBox min/max to the full int range 2024-01-14 13:46:14 +00:00
GamesSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Help Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HexEditor HexEditor: Add annotations system 2024-01-14 13:45:02 +00:00
ImageViewer LibGfx+ImageViewer: Replace ImageDecoder::is_vector() with an enum 2024-01-10 09:39:00 +01:00
KeyboardMapper Userland: Actually use the correct character map index from KeyEvent 2023-12-29 16:40:59 +01:00
KeyboardSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Magnifier Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Mail Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MailSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Maps Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
MapsSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MouseSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NetworkSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PartitionEditor PartitionEditor: Show better error when can't find partition table 2024-01-11 20:57:40 +00:00
PDFViewer LibGUI: Make NumericInput work well in GML 2024-01-10 13:13:27 +00:00
Piano Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PixelPaint ImageDecoder: Add plumbing to allow a client to request an ideal size 2024-01-07 20:10:22 +01:00
Presenter Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
Run Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Settings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SoundPlayer Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
SpaceAnalyzer Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Spreadsheet Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
SystemMonitor SystemMonitor: Condense process statistics displayed in processes tab 2024-01-12 09:07:51 +01:00
Terminal Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TerminalSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TextEditor Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ThemeEditor Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
VideoPlayer Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Welcome Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt Maps: Add MapsSettings with multiple tile providers options 2023-09-18 12:46:41 -06:00