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
/
HackStudio
/
HackStudioWidget.cpp
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-11
HackStudio: Use Syntax::Language instead of our own one
Sam Atkins
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-03
HackStudio: Don't hard-code a default code font
Andreas Kling
2023-02-24
HackStudio: Add 'pause debuggee' button
Itamar
2023-02-24
SystemMonitor: Add "Debug In HackStudio" action to process context menu
Itamar
2023-02-24
HackStudio: Add progress bar to Debugger initialization
Itamar
2023-02-24
HackStudio: Fix event loop usage in debugger callbacks
Itamar
2023-02-24
HackStudio: Add ability to attach debugger to a running process
Itamar
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-19
HackStudio: Make wrapping modes consistent
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-11
HackStudio: Hide autocomplete popup when switching tabs
Matthew Olsson
2022-12-26
HackStudio: Remove `release_values_but_fixme_should_propogate_errors`s
ominusliticus
2022-12-25
Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttons
Aayush
2022-12-23
HackStudio: Make a new ProjectBuilder object when opening a project
Karol Kosek
2022-12-23
HackStudio: Open projects after the action tab was created
Karol Kosek
2022-12-23
LibCore: Remove the `force` parameter from File::remove
Tim Schumacher
2022-12-23
LibCore: Let File::remove return a normal ErrorOr
Tim Schumacher
2022-12-21
HackStudio: Fix typo in one error message
Karol Kosek
2022-12-20
HackStudio: Port to `Core::Stream::File` :^)
Karol Kosek
2022-12-16
HackStudio: Add a factory function for DebugInfoWidget
Baitinq
2022-12-16
HackStudio: Add a factory function for HackStudioWidget
Baitinq
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
HackStudio: Replace blank file when opening a new one
Filiph Sandström
2022-11-29
HackStudio: Remove FindWidget
thankyouverycool
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-11
HackStudio: Set proper action scope for editor shortcuts
Timothy Slater
2022-10-06
HackStudio: Prevent closing the last editor group
Marco Cutecchia
2022-10-06
HackStudio: Remove the 'Open in a new tab' action
Marco Cutecchia
2022-10-06
HackStudio: Open files in dedicated tabs
Marco Cutecchia
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-31
HackStudio: Warn of unsaved changes before making a new project
Skye Sprung
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-10
HackStudio: Add fullscreen shortcut
Junior Rantila
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttons
ferhatgec
2022-07-08
HackStudio: Add the "Copy Full Path" TreeView context menu option
Yuval
2022-07-08
HackStudio: Add the "Copy Relative Path" TreeView context menu option
Yuval
2022-06-30
HackStudio: Properly clear previous editor tabs when closing project
Lennon Donaghy
2022-06-30
HackStudio: Leave one editor tab open on closing project
Lennon Donaghy
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
[next]