This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-03 01:42:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e2c717e89ba50676b91c2e42e147bed1b85c3cf
ladybird
/
Userland
/
DevTools
/
HackStudio
History
Andreas Kling
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
...
The only remaining clients of this API are specific to bitmap fonts and editing thereof.
2023-03-04 00:29:38 +01:00
..
Debugger
HackStudio: Add 'pause debuggee' button
2023-02-24 19:09:27 +01:00
Dialogs
…
Git
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
2023-03-04 00:29:38 +01:00
LanguageClients
…
LanguageServers
…
AutoCompleteResponse.h
…
ClassViewWidget.cpp
…
ClassViewWidget.h
…
CMakeLists.txt
…
CodeDocument.cpp
…
CodeDocument.h
…
Editor.cpp
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
2023-02-20 18:41:47 +01:00
Editor.h
…
EditorWrapper.cpp
Userland: Fix remaining smart pointer const-correctness issues
2023-02-21 00:54:04 +01:00
EditorWrapper.h
…
FindInFilesWidget.cpp
Everywhere: Use _{short_,}string to create Strings from literals
2023-02-25 20:51:49 +01:00
FindInFilesWidget.h
…
GMLPreviewWidget.cpp
…
GMLPreviewWidget.h
…
HackStudio.h
…
HackStudioWidget.cpp
HackStudio: Don't hard-code a default code font
2023-03-03 15:23:47 +01:00
HackStudioWidget.h
HackStudio: Add ability to attach debugger to a running process
2023-02-24 19:09:27 +01:00
Language.cpp
…
Language.h
…
LanguageClient.cpp
…
LanguageClient.h
…
Locator.cpp
…
Locator.h
…
main.cpp
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
2023-03-01 10:47:19 +01:00
Project.cpp
…
Project.h
…
ProjectBuilder.cpp
…
ProjectBuilder.h
…
ProjectConfig.cpp
…
ProjectConfig.h
…
ProjectDeclarations.cpp
…
ProjectDeclarations.h
…
ProjectFile.cpp
…
ProjectFile.h
…
ProjectTemplate.cpp
…
ProjectTemplate.h
…
TerminalWrapper.cpp
…
TerminalWrapper.h
…
ToDoEntries.cpp
…
ToDoEntries.h
…
ToDoEntriesWidget.cpp
…
ToDoEntriesWidget.h
…