summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-06Userland: Support "cp foo somedirectory"Andreas Kling
2019-03-06Base: Tweak Katica system menu glyph.Andreas Kling
2019-03-06ProcessManager: Tweak priority icons.Andreas Kling
2019-03-06LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.Andreas Kling
2019-03-06LibGUI: Fix LibGUI::to_string() for GVariant::Type::Float.Andreas Kling
2019-03-06GTableView: Ignore right clicks for now.Andreas Kling
2019-03-06Base: Tweak Katica and Katica Bold glyphs.Andreas Kling
2019-03-06FontEditor: Don't crash when clicking on the unused part of a glyph.Andreas Kling
2019-03-06Add a bold variant of Katica and make that the system's default bold font.Andreas Kling
2019-03-06More work on the variable-width font support.Andreas Kling
2019-03-06Kernel: Dump kernel stack trace on assertion failure.Andreas Kling
2019-03-06Implement basic support for variable-width fonts.Andreas Kling
2019-03-06Make a preparation pass for variable-width fonts.Andreas Kling
2019-03-06WindowServer: Let the window switcher render itself as a WSWindow.Andreas Kling
2019-03-05WindowServer: Store the mouse button state in one variable.Andreas Kling
2019-03-05Kernel+WindowServer: Move mouse input signal parsing to kernel driver.Andreas Kling
2019-03-05Kernel: Remove "requested wakeups" feature.Andreas Kling
2019-03-05Kernel: More signal handling improvements.Andreas Kling
2019-03-05LibGUI: Let GApplication::exec() call exit() instead of returning to main().Andreas Kling
2019-03-05Kernel: Returning from a signal handler reset the signal mask correctly.Andreas Kling
2019-03-05Kernel: Block a signal from being dispatched again until handler returns.Andreas Kling
2019-03-04WindowServer: Determine resizing "hot corner" based on window's outer rect.Andreas Kling
2019-03-04Kernel: SIGCONT should unblock a blocked process.Andreas Kling
2019-03-04GTableView: Tweak focus appearance for selected items.Andreas Kling
2019-03-04GTableView: Allow initiating keyboard navigation with no current selection.Andreas Kling
2019-03-04GTableView: Tweak the look of column headers.Andreas Kling
2019-03-04LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.Andreas Kling
2019-03-04GTableView: Make the last column header separator look right.Andreas Kling
2019-03-04LibGUI: Unbreak clearing GTableView selection by clicking outside items.Andreas Kling
2019-03-04LibGUI: Tweak focus appearance and add it to GTableView.Andreas Kling
2019-03-03WindowServer: Add a window switcher.Andreas Kling
2019-03-03SharedGraphics: Add Rect::center_within(Rect).Andreas Kling
2019-03-03Kernel: Detect the Tab key. :^)Andreas Kling
2019-03-03WindowManager: Allow moving windows around using Logo+LMB.Andreas Kling
2019-03-03Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.Andreas Kling
2019-03-03Kernel: No need to check is_superuser() after may_execute().Andreas Kling
2019-03-03LibGUI: Move shortcut actions from GEventLoop to GApplications.Andreas Kling
2019-03-03Kernel: Try to do the right thing by default for unhandled signals.Andreas Kling
2019-03-03Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.Andreas Kling
2019-03-03FileManager: Canonicalize paths when opening them.Andreas Kling
2019-03-03FileManager+LibGUI: Add a simple location textbox.Andreas Kling
2019-03-02LibGUI: Support GTableView navigation with Page Up and Page Down.Andreas Kling
2019-03-02Kernel: Keyboard should detect the Page Up and Page Down keys.Andreas Kling
2019-03-02LibGUI+WindowServer: Add app-global keyboard shortcuts.Andreas Kling
2019-03-02FileManager: Make the "open parent directory" action actually open ".."Andreas Kling
2019-03-02FileManager: Add "up to parent directory" action to toolbar.Andreas Kling
2019-03-02FileManager: Show user/group names instead of UID/GID if available.Andreas Kling
2019-03-02Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.Andreas Kling
2019-03-02Kernel: Port stat() to KResult/KResultOr<T>.Andreas Kling
2019-03-01Kernel: Support chdir() to a directory that's executable but not readable.Andreas Kling