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
TextEditor: Show "Untitled" when there's no current document path
Andreas Kling
2020-12-30
CrashDaemon: Move from Applications to Services
Andreas Kling
2020-12-30
DisplaySettings: Push the bottom buttons to the bottom the window
Andreas Kling
2020-12-30
Terminal: Tweak settings window slightly
Andreas Kling
2020-12-30
LibGUI: Give a default min-width to a bunch of widgets
Andreas Kling
2020-12-30
CrashReporter: Don't keep the coredump file open longer than necessary
Andreas Kling
2020-12-30
DisplaySettings: Convert the GUI to GML :^)
Andreas Kling
2020-12-30
LibGUI: Register GUI::ComboBox :^)
Andreas Kling
2020-12-30
LibGUI: Remove unused Widget backcolor/forecolor properties
Andreas Kling
2020-12-30
Shell: Implement a very basic exec builtin
William Marlow
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-30
HexEditor: Ignore control keys in text mode
Gal Horowitz
2020-12-30
LibKeyboard: get_char now handles e0 prefix for control keys
Gal Horowitz
2020-12-30
Kernel: Fix HPET::update_time to set ticks within the valid range
Tom
2020-12-30
LibGUI: Unbreak GUI::ScrollBar default size
Andreas Kling
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI+LibCore: Remove the GUI::SizePolicy enum
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-30
LibGUI: Make Layout::margins() return a const reference
Andreas Kling
2020-12-30
SystemMonitor: Use new-style widget size constraints
Andreas Kling
2020-12-30
LibGUI: Add fixed_size/fixed_width/fixed_height helpers to Widget
Andreas Kling
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
[prev]
[next]