index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
HackStudio
/
Editor.cpp
Age
Commit message (
Expand
)
Author
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-15
HackStudio: Don't take LexicalPath as argument
Andreas Kling
2020-12-10
HackStudio: Rethink the "project" concept to be about a directory
Andreas Kling
2020-11-23
HackStudio: Send an open file to language servers
Sergey Bugaev
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-29
HackStudio: Use GUI::TextDocument::span_at()
Andreas Kling
2020-10-29
HackStudio: Don't track ctrl key state manually
Andreas Kling
2020-10-26
HackStudio: Reset the cursor to I-beam when switching between files
Andreas Kling
2020-10-09
HackStudio: Use new format functions.
asynts
2020-10-08
HackStudio: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-04
HackStudio: Add a Shell language server
AnotherTest
2020-10-04
HackStudio: Do not change the cursor in the LSP autocomplete request
AnotherTest
2020-10-04
HackStudio: Relay completions requests to the language server unfiltered
AnotherTest
2020-10-02
HackStudio: Abstract away language-server details
AnotherTest
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-15
HackStudio: Fix "Add new Editor" action
Itamar
2020-09-11
HackStudio: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-06-21
HackStudio: Use Web::PageView::load_html() for the documentation popup
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-18
HackStudio: Don't use an OOB TextRange when looking for hovered text
Andreas Kling
2020-05-05
HackStudio: Take scrolling into consideration when painting breakpoints
Itamar
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-03-13
HackStudio: Fix the wrong cursor being drawn
Oriko
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
HackStudio: Underline header links
Oriko
2020-03-12
HackStudio: Add header navigation
Oriko
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
[next]