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
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-28
Kernel: Remove accidentally committer .orig file.
Andreas Kling
2019-05-28
Documentation: Remove some irrelevant things from the coding style.
Andreas Kling
2019-05-28
Documentation: Import an attempt at describing the project coding style.
Andreas Kling
2019-05-28
Ports: Replace run_command use in bash with a run_replace_in_file helper
Robin Burchell
2019-05-28
Ports: Remove MAKEOPTS hacks from bash
Robin Burchell
2019-05-28
Move everything to a subdirectory
Robin Burchell
2019-05-28
Add WIP bash port
Robin Burchell
2019-05-28
port_include: Various updates
Robin Burchell
2019-05-28
Add the start of a simple ports infrastructure
Robin Burchell
2019-05-28
Shell: Allow * and ? wildcard expansion in arguments
Robin Burchell
2019-05-27
TextEditor: Fix window title when starting with an empty document.
Andreas Kling
2019-05-27
LibGUI: Add a GListView widget.
Andreas Kling
2019-05-27
fixed ini WM config
Christopher Dumas
2019-05-27
removed extra impl of scaling
Christopher Dumas
2019-05-27
centered backgrounds are now an option
Christopher Dumas
2019-05-27
tiled backgrounds no longer has strange off-by-one pixel errors
Christopher Dumas
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
most apps now begin in the correct directory
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
implemented settings for window manager.
Christopher Dumas
2019-05-27
Network stack is now configurable, and resolution is also configurable, but l...
Christopher Dumas
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-27
ls: Fix build and tidy up coding style.
Andreas Kling
2019-05-27
Ls: Cleanup
faissaloo
2019-05-27
Ls: Support multiple files
faissaloo
2019-05-27
Ls: Support single files in long mode
faissaloo
2019-05-27
Ls: Refactor long directory listings
faissaloo
2019-05-27
Ls: Add single file support in short mode
faissaloo
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-27
AK: Add ensure_capacity() for HashMap and HashTable.
Andreas Kling
2019-05-27
SharedGraphics: Make Rect::shatter() return a Vector<Rect, 4>.
Andreas Kling
2019-05-27
LibCore: Add CObject::for_each_child_of_type<T>()
Andreas Kling
2019-05-27
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
Andreas Kling
2019-05-27
LibGUI: Add GWidget::for_each_child_widget(callback).
Andreas Kling
2019-05-27
LibCore: Add CObject::for_each_child(callback).
Andreas Kling
2019-05-27
GFilePicker: Add a preview pane on the right-hand side for image previews.
Andreas Kling
2019-05-27
FileSystemPath: Add a has_extension() helper.
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
2019-05-26
WSCompositor: Allow a compose to bypass the timer when it first happens
Robin Burchell
2019-05-26
CEventLoop: Make it possible to determine running/quit state without using ex...
Robin Burchell
2019-05-26
IDEDiskDevice: Implement basic DMA writes.
Andreas Kling
2019-05-26
Shell: A '>' redirection target should be truncated.
Andreas Kling
2019-05-26
WSCompositor: Use a timer to schedule compose rather than an event
Robin Burchell
2019-05-26
AK: Implement String::to_int (#99)
Faissal Bensefia
2019-05-26
WSEventLoop: Don't assert when being told to construct a crazy window type
Robin Burchell
2019-05-26
GTextEditor: Take frame size into account when setting clip rect
Robin Burchell
2019-05-26
Userland: Add a helpful little program for provoking different crashes.
Andreas Kling
2019-05-26
LibC: Implement abort() as raise(SIGABRT).
Andreas Kling
2019-05-26
Kernel: Sending a signal to yourself should block until dispatch.
Andreas Kling
[next]