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
Age
Commit message (
Expand
)
Author
2021-01-08
UserspaceEmulator: Fix build after MOVSX shadowing changes
Andreas Kling
2021-01-08
UserspaceEmulator: Fix incorrect shadowing on mov sign extend
Gal Horowitz
2021-01-05
Playground: Support opening gml file by path as command line argument
Brendan Coles
2021-01-05
TextEditor+EditingEngine: Add support for the basics of Vim emulation
Rok Povsic
2021-01-04
HackStudio: Make the title bar say "Hack Studio" too..
Andreas Kling
2021-01-04
HackStudio: The app menu should say "Hack Studio"
Andreas Kling
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-04
HackStudio: Correct use of ellipsis (...) in menu items
Andreas Kling
2021-01-04
Playground: Add help documentation
Brendan Coles
2021-01-03
LibCore: Report error condition when reading process statistics failed
Tom
2021-01-03
Playground: Add "Format GML" menu action
Linus Groh
2021-01-03
Playground: Improve the autocompleted suggestions
AnotherTest
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2021-01-02
Playground: Enable automatic autocomplete in the editor
AnotherTest
2021-01-02
Playground: Use pledge()
Linus Groh
2021-01-02
Playground: Add "Help" menu with "About" action
Linus Groh
2021-01-01
HackStudio: Use is<T> instead of strcmp on a widget class_name() :^)
Andreas Kling
2021-01-01
HackStudio: Call Thread::join instead of pthread_join
Andrew Kaster
2021-01-01
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-31
UserspaceEmulator: Support sys$mremap()
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-31
DevTools: Add open, save as and quit actions to GML playground
Luke
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
Playground: Add autocomplete
AnotherTest
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-29
LibELF: Add MemoryRegionInfo::object_name()
Linus Groh
2020-12-29
LibCoreDump: CoreDumpReader => CoreDump::Reader
Linus Groh
2020-12-29
Inspector: unveil("/bin", "r") so it can show app icons
Linus Groh
2020-12-27
Base+Playground: Add app-playground.png 16x16 and 32x32 icons
Linus Groh
2020-12-27
Playground: Pre-populate the text editor with some GML
Linus Groh
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-26
DevTools: Add a simple GML Playground application :^)
Andreas Kling
2020-12-26
Profiler: Show the name & PID of process being profiled
Andreas Kling
2020-12-26
Profiler: Show a GUI message box with the error when profiling fails
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-25
UserspaceEmulator: Use ring 3 segment selectors
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-21
UserspaceEmulator: Implement profiling, disown, purge syscalls
Brendan Coles
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
UserspaceEmulator: Add lazy caching of debug info for shared libraries
Andreas Kling
[next]