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
/
Editor.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-05
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
Maciej
2023-04-30
HackStudio: Move around execution order and prevent crashing
iyush
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-03-31
HackStudio: Migrate git-diff indicators to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate execution-position indicator to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate breakpoint indicators to TextEditor API
Sam Atkins
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-11
HackStudio: Use Syntax::Language instead of our own one
Sam Atkins
2023-03-08
HackStudio: Enable CMakeCache.txt highlighting
Sam Atkins
2023-03-04
HackStudio: Enable CMake syntax highlighting
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
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-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-20
HackStudio: Port to `Core::Stream::File` :^)
Karol Kosek
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
HackStudio: User-definable documentation search paths
Filiph Sandström
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-10-06
HackStudio: Use a single global tooltip window
Itamar
2022-10-06
HackStudio: Remove adjustment of text range for documentation tooltip
Itamar
2022-09-28
HackStudio: Insert tooltip styling directly into Markdown HTML output
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-04-06
HackStudio: Remove "evaluate expression" dialog
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
HackStudio: Move editors inside tab widgets
ry-sev
2022-02-25
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
Itamar
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-14
HackStudio: Fix crash when requesting parameter list
Harrison Marshall
2022-02-12
HackStudio: Only query token information if semantic highlighting is on
Itamar
2022-02-09
HackStudio: Allow toggling between simple and semantic highlighting
Itamar
2022-02-09
HackStudio: Use the C++ semantic syntax highlighter
Itamar
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-01-18
HackStudio: Hookup git commit message detection and highlighting
Brian Gianforcaro
2022-01-09
HackStudio: Propagate errors using try_set_main_widget
creator1creeper1
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-23
HackStudio: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-08-19
HackStudio: Fix "navigate to include"
Itamar
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
[next]