index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2020-03-11
Terminal: Make the settings window unresizable
Tibor Nagy
2020-03-11
TextEditor: Quit after saving unsaved changes on close event.
Oriko
2020-03-11
TextEditor: Add syntax toggle to View menu
Oriko
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-05
FileManager: Fix asserts on checking properties of symlinks
Tibor Nagy
2020-03-05
FileManager: Fix group names in the file properties dialog
Tibor Nagy
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
SystemMenu: Fix bad behavior in shutdown dialog
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
SystemMonitor: Unbreak the in-table progress bars showing disk usage
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-29
About: Add mascot tooltip
Andreas Kling
2020-02-29
Terminal: Put PAGER=more in the default environment
Andreas Kling
2020-02-29
Welcome: Remove the default GUI::Frame look from TextWidget
Andreas Kling
2020-02-29
About: Adopt Buggie :^)
Andreas Kling
2020-02-28
SystemMonitor: Show VMObject types in process memory maps
Andreas Kling
2020-02-28
PaintBrush: Pledge "thread" so that GUI::FilePicker works
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-28
DisplayProperties: Warn user about failed resolution setting
Liav A
2020-02-27
Piano: New timing system and zoomable piano roll
William McPherson
2020-02-27
DisplayProperties: Do not assert on trying to select unset wallpaper
Tibor Nagy
2020-02-26
Meta: Claim copyright on `DisplayProperties` files
Jesse Buhagiar
2020-02-25
SystemMonitor: Add pagemap visualization for VM regions
Andreas Kling
2020-02-25
Terminal: Open settings as a modal window
Tibor Nagy
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
Terminal: Don't set an initial command_to_execute
joshua stein
2020-02-25
SoundPlayer: Cast Audio::Sample to float for fabsf()
joshua stein
2020-02-25
AK: Make Queue use size_t for its size
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
TextEditor: Pledge "thread" since it's needed by GUI::FilePicker
Andreas Kling
2020-02-23
SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9e
thatlittlegit
2020-02-23
SystemMenu: Move SystemDialog into SystemMenu and remove INI config
thatlittlegit
2020-02-23
SystemDialog+Base: Add icon for SystemDialog
thatlittlegit
2020-02-23
SystemMenu: Remove --shutdown argument when calling SystemDialog
thatlittlegit
2020-02-23
SystemDialog: Revamp to be more Win95-like
thatlittlegit
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
FontEditor: Fix focus and implement keyboard navigation in the glyph map
Tibor Nagy
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-23
IRCClient: Modernize Core::Object usage
Andreas Kling
2020-02-22
SystemMonitor: Fix display of file system size column.
Brian Gianforcaro
[next]