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