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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-24
HackStudio: Add commandline option to debug a running process
Itamar
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-26
HackStudio: Remove `release_values_but_fixme_should_propogate_errors`s
ominusliticus
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-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-13
HackStudio: Fix update modified document on tab widget
Federico Guerinoni
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
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-21
HackStudio: Open by default the last opened project if not specified
Marco Cutecchia
2022-02-19
HackStudio: Don't store a global RefPtr to the HackStudioWidget
Itamar
2022-02-12
HackStudio: Only query token information if semantic highlighting is on
Itamar
2022-01-09
HackStudio: Propagate errors using try_set_main_widget in main
creator1creeper1
2021-12-03
HackStudio: Add HackStudio::for_each_open_file
Itamar
2021-11-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
HackStudio: Port to LibMain :^)
Federico Guerinoni
2021-11-20
HackStudio: Add option to inspect Coredump
Itamar
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-06
HackStudio: Save editor's font in configs
Marco Cutecchia
2021-09-18
HackStudio: Make sure Window is destroyed before Application object
Itamar
2021-08-30
HackStudio: Optionally pass line & column to open_file
Itamar
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-02
HackStudio: Remove unused includes
Marcus Nilsson
2021-06-02
HackStudio: Close locator on exit
Marcus Nilsson
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-15
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-02
HackStudio: Show dialog on build and exit if there are unsaved changes
Itamar
2021-05-02
HackStudio: Get rid of m_currently_open_file member
Itamar
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-13
HackStudio: Set icon for 'make is not available' notification
Itamar
2021-02-10
HackStudio: Show notification if 'make' is not available
Itamar
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling