FalseHonesty
|
7ca562b200
LibMarkdown: Change MD Document parse API to return a RefPtr
|
5 年之前 |
Andreas Kling
|
42243d2e06
LibWeb: Rename Web::HtmlView => Web::PageView
|
5 年之前 |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 年之前 |
Andreas Kling
|
a1e7aa330c
HackStudio: Don't use an OOB TextRange when looking for hovered text
|
5 年之前 |
Itamar
|
09ac22b37f
HackStudio: Take scrolling into consideration when painting breakpoints
|
5 年之前 |
Andreas Kling
|
ea204ef05b
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
|
5 年之前 |
Itamar
|
393560d8a2
HackStudio: GUI support for setting breakpoints on source code lines
|
5 年之前 |
Oriko
|
792a709765
HackStudio: Fix the wrong cursor being drawn
|
5 年之前 |
Oriko
|
137d68a2ae
HackStudio: Abstract over syntax highlighter
|
5 年之前 |
Oriko
|
bacd3dd57a
HackStudio: Underline header links
|
5 年之前 |
Oriko
|
879bf3e97b
HackStudio: Add header navigation
|
5 年之前 |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 年之前 |
Andreas Kling
|
7a6c4a72d5
LibWeb: Move everything into the Web namespace
|
5 年之前 |
Andreas Kling
|
0f3e57a6fb
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
|
5 年之前 |
Andreas Kling
|
3d20da9ee4
Userspace: Use Core::Object::add() when building interfaces
|
5 年之前 |
Andreas Kling
|
8f7333f080
LibCore: Add a forward declaration header
|
5 年之前 |
Andreas Kling
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
5 年之前 |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 年之前 |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 年之前 |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 年之前 |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 年之前 |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
a79bac428b
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
|
5 年之前 |
Andreas Kling
|
b6eba388e3
LibDraw: Add Selection and SelectionText system theme colors
|
5 年之前 |
Andreas Kling
|
8f9a522c37
HackStudio: Highlight matching pairs of [ and ] as well
|
5 年之前 |
Andreas Kling
|
15fb341eb4
HackStudio: Always re-match curlies/parens after a re-highlight
|
5 年之前 |
Andreas Kling
|
d5afc58744
HackStudio: Highlight maching parentheses as well
|
5 年之前 |
Andreas Kling
|
c8e02e60a6
HackStudio+LibGUI: Implement matching curly brace highlighting
|
5 年之前 |
Andreas Kling
|
794f2d5645
LibHTML: Rename parse_html() => parse_html_document()
|
5 年之前 |