1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Applications
Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional
Get rid of the weird old signature:

- int StringType::to_int(bool& ok) const

And replace it with sensible new signature:

- Optional<int> StringType::to_int() const
2020-06-12 21:28:55 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Calculator Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
Calendar Calendar: Fix using OwnPtr<> with RefCounted types 2020-06-12 16:08:45 +02:00
Debugger AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
DisplaySettings AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
FileManager Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
FontEditor LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Help LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
HexEditor AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
IRCClient AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
KeyboardMapper LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
KeyboardSettings Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00
Piano LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
PixelPaint LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
QuickShow LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SoundPlayer LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SystemMonitor LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Terminal Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TextEditor TextEditor: Allow "TextEditor foo.txt" to create a new file 2020-06-04 22:15:10 +02:00
Welcome LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00