index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
Age
Commit message (
Expand
)
Author
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-01
Userland: Fix typos
Nico Weber
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-27
HackStudio: Support renaming files from the tree view
Marco Cutecchia
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-18
HackStudio: Make sure Window is destroyed before Application object
Itamar
2021-09-14
Profiler: Make the ProfileModel searchable
Ali Mohammad Pur
2021-09-12
HackStudio: Remove an old file from the vectors in 'Save as...' action
Karol Kosek
2021-09-12
HackStudio: Rename Project::get_file() to Project::create_file()
Karol Kosek
2021-09-12
HackStudio: Remove storing a vector of opened files in Project class
Karol Kosek
2021-09-12
Playground: Ask to save file contents on quit action
Karol Kosek
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
UserspaceEmulator: Ignore perf_event and perf_register_string syscalls
Andreas Kling
2021-09-10
HackStudio: Reuse TextDocument::is_modified()
Karol Kosek
2021-09-09
HackStudio: Preserve the untitled filename text on file modification
Karol Kosek
2021-09-07
UserspaceEmulator: Handle SO_ERROR in getsockopt
Hendiadyoin1
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-09-01
Profiler: Minor static code analysis issues in FlameGraphView
Brian Gianforcaro
2021-09-01
Profiler: Use = default for empty destructor
Brian Gianforcaro
2021-09-01
HackStudio: Fix typo in C++ file extension mapping code
Brian Gianforcaro
2021-08-31
Profiler: Add a flamegraph view for the stack
Nicholas Hollett
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-30
HackStudio: Add "Go Back" and "Go Forward" navigation actions
Itamar
2021-08-30
HackStudio: Optionally pass line & column to open_file
Itamar
2021-08-28
UserspaceEmulator: Profiles are now expected to have a `strings` array
Brian Gianforcaro
2021-08-28
UserspaceEmulator: Make generated profiles debugable with cli tools
Brian Gianforcaro
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster
2021-08-28
StateMachineGenerator: Don't move() return value from actions()
Andrew Kaster
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-25
HackStudio: Update the tree view cursor on editor change and 'Save as'
Karol Kosek
2021-08-25
HackStudio: Add "New File" actions for different file extensions
Marco Cutecchia
2021-08-22
HackStudio: Update every editor with matching filename on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Convert selected path to a relative path on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Warn about unsaved changes on opening different project
Lennon Donaghy
2021-08-22
HackStudio: Fix editor not marking file with unsaved changes as dirty
Lennon Donaghy
2021-08-22
HackStudio: Fix GitWidget issues with switching between projects
Lennon Donaghy
2021-08-22
HackStudio: Moved code closing project from open_project to own method
Lennon Donaghy
2021-08-22
HackStudio: Call update_gml_preview() to reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Make FindInFilesWidget reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Stop debugger when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Clear embedded terminal upon opening a different project
Lennon Donaghy
2021-08-22
HackStudio: Clear ToDo entries upon opening new project
Lennon Donaghy
2021-08-22
HackStudio: Move handle_external_file_deletion logic into own method
Lennon Donaghy
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
[next]