serenity/DevTools/HackStudio
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
..
Debugger AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
CursorTool.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
CursorTool.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Editor.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Editor.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
EditorWrapper.cpp HackStudio: GUI support for setting breakpoints on source code lines 2020-04-25 13:16:46 +02:00
EditorWrapper.h HackStudio: Reorganize debugger-related files 2020-05-09 23:41:08 +02:00
FindInFilesWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
FindInFilesWidget.h
FormEditorWidget.cpp
FormEditorWidget.h
FormWidget.cpp
FormWidget.h
Locator.cpp LibGUI: Add up & down arrow hooks and input history to TextBox 2020-05-27 20:04:52 +02:00
Locator.h LibGUI: Add up & down arrow hooks and input history to TextBox 2020-05-27 20:04:52 +02:00
main.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
ProcessStateWidget.cpp LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
ProcessStateWidget.h
Project.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
Project.h HackStudio: Rename ProjectType::{Javascript -> JavaScript} 2020-05-07 22:04:56 +02:00
ProjectFile.cpp
ProjectFile.h
TerminalWrapper.cpp HackStudio: Add new Terminals 2020-04-06 09:01:42 +02:00
TerminalWrapper.h HackStudio: Add new Terminals 2020-04-06 09:01:42 +02:00
Tool.cpp
Tool.h
WidgetTool.cpp
WidgetTool.h
WidgetTreeModel.cpp
WidgetTreeModel.h LibGUI: Move Icon and FontDatabase into the GUI namespace 2020-03-07 01:33:53 +01:00