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
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