index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-30
Taskbar: Set min/max size for taskbar buttons
Andreas Kling
2020-12-30
LibGUI: Add min/max sizes to GUI::Widget
Andreas Kling
2020-12-29
Build: Expose symbols SECTION_start and SECTION_size for embedded resources.
William Marlow
2020-12-29
LibWeb: Expose three more attribute methods on Element
Luke
2020-12-29
LibGUI: offset value by minimum to ensure proper rendering of sliders
Idan Horowitz
2020-12-29
CrashReporter: Tweak width of spacer widget by 1px
Linus Groh
2020-12-29
Build: Support non-i686 toolchains
meme
2020-12-29
LibJS: Don't save rule start positions along with the parser state
AnotherTest
2020-12-29
LibWeb: Fix character references losing characters in certain situations
Luke
2020-12-29
Userland: Make `test' accept single-digit negative numbers
AnotherTest
2020-12-29
Shell: Fix wrong step value for brace ranges
AnotherTest
2020-12-29
Shell: Add runtime errors and implement break/continue
AnotherTest
2020-12-29
Shell: Make for/match/functions put their variables only in the new scope
AnotherTest
2020-12-29
Shell: Add a 'glob' builtin
AnotherTest
2020-12-29
Kernel: Hold InodeVMObject reference while inspecting it in sys$mmap()
Andreas Kling
2020-12-29
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
Andreas Kling
2020-12-29
Applications: Add CrashReporter :^)
Linus Groh
2020-12-29
LibCoreDump+CrashDaemon: Add and use CoreDump::Backtrace
Linus Groh
2020-12-29
LibELF: Add MemoryRegionInfo::object_name()
Linus Groh
2020-12-29
LibGUI: Consider comment tokens in GMLParser
Linus Groh
2020-12-29
LibGUI: Register Label "text_alignment" property
Linus Groh
2020-12-29
LibGUI: Register TextEditor "mode" property
Linus Groh
2020-12-29
LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macro
Linus Groh
2020-12-29
LibCore: Add REGISTER_ENUM_PROPERTY macro
Linus Groh
2020-12-29
LibGUI: Register the ImageWidget and LinkLabel widgets
Linus Groh
2020-12-29
LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cpp
Linus Groh
2020-12-29
LibGUI: Set default value of LinkLabel text argument to a null string
Linus Groh
2020-12-29
LibCoreDump: Make for_each_thread_info() callback arg a reference
Linus Groh
2020-12-29
LibCoreDump: Make for_each_memory_region_info() callback arg a reference
Linus Groh
2020-12-29
LibCoreDump: CoreDumpReader => CoreDump::Reader
Linus Groh
2020-12-29
AK: Add HashMap(std::initializer_list<Entry>) constructor
Linus Groh
2020-12-29
LibJS: Uncomment the tests that pass now
Egor Ananyin
2020-12-29
LibM: Reimplement some functions using FPU
Egor Ananyin
2020-12-29
Inspector: unveil("/bin", "r") so it can show app icons
Linus Groh
2020-12-29
Userland: Add readelf utility
Brendan Coles
2020-12-29
LibELF: Don't try to call mremap() on macOS
Andreas Kling
2020-12-29
LibJS: `save_state()' before creating a RulePosition
AnotherTest
2020-12-29
AK+Format: Accept unsigned long in replacement fields.
asynts
2020-12-29
AK: Allow trailing '*'s in a glob pattern to match nothing
AnotherTest
2020-12-29
Themes: Sunshine: Tweak window-close 16x16 icon
Brendan Coles
2020-12-29
DynamicLoader: Only remap text segments private if there are textrels
Andreas Kling
2020-12-29
Kernel+LibC: Add a very limited sys$mremap() implementation
Andreas Kling
2020-12-29
Themes: Add Sunshine theme 16x16 window icons
Brendan Coles
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::find_one_free_page unsigned
Luke
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::free_page_at unsigned
Luke
2020-12-29
Base: Add pape man page documentation
Brendan Coles
2020-12-29
Spreadsheet: Show a small inline doc window for the "current" function
AnotherTest
2020-12-29
Spreadsheet: Highlight the source causing an exception in red
AnotherTest
2020-12-29
LibJS: Track source positions all the way down to exceptions
AnotherTest
2020-12-29
Spreadsheet: Add a 'contents' getter/setter to Position
AnotherTest
[next]