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
2019-03-10
ProcessManager: Make the toolbar actions work again.
Andreas Kling
2019-03-10
Base: Improved FileManager (folder) icon.
Andreas Kling
2019-03-09
TextEditor: Remove the selection from the status bar.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-09
FileManager: Hook up a GSortingProxyTableModel so we get sorted files. :^)
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-03-09
ProcessManager: Show the colonel process.
Andreas Kling
2019-03-08
Launcher: Add a launcher button for TextEditor.
Andreas Kling
2019-03-08
GTextEditor: Refactor selection into a GTextRange class.
Andreas Kling
2019-03-08
FileManager: Don't crash if pressing Return with no selected item.
Andreas Kling
2019-03-08
GTextEditor: Work on cut/copy/paste operations.
Andreas Kling
2019-03-08
WindowServer+LibGUI: Add a server-side clipboard.
Andreas Kling
2019-03-08
GTextEditor: Add selected_text() function.
Andreas Kling
2019-03-08
GTextEditor: Add basic selection support.
Andreas Kling
2019-03-07
TextEditor: Add a menu for switching the editor font.
Andreas Kling
2019-03-07
TextEditor: Add Cut/Copy/Paste placeholder actions.
Andreas Kling
2019-03-07
TextEditor: Open an empty document by default.
Andreas Kling
2019-03-07
GTextEditor: Add write_to_file(String path) :^)
Andreas Kling
2019-03-07
FileManager: Open non-executable files in TextEditor by default.
Andreas Kling
2019-03-07
GTextEditor: Improvements to cursor rendering.
Andreas Kling
2019-03-07
TextEditor: Add New/Open/Save actions.
Andreas Kling
2019-03-07
TextEditor: Show the open filename in the window title.
Andreas Kling
2019-03-07
TextEditor: Show the current cursor position in the statusbar.
Andreas Kling
2019-03-07
Begin working on a graphical TextEditor.
Andreas Kling
2019-03-06
About: Use Katica Bold for displaying the system name. :^)
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
Andreas Kling
2019-03-06
FontEditor: Don't crash when clicking on the unused part of a glyph.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Implement basic support for variable-width fonts.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-03-03
FileManager: Canonicalize paths when opening them.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-03-02
FileManager: Make the "open parent directory" action actually open ".."
Andreas Kling
2019-03-02
FileManager: Add "up to parent directory" action to toolbar.
Andreas Kling
2019-03-02
FileManager: Show user/group names instead of UID/GID if available.
Andreas Kling
2019-03-01
Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set.
Andreas Kling
2019-03-01
FileManager: Allow launching processes by activating an executable file.
Andreas Kling
2019-03-01
FileManager: Keep the window title in sync with the current path.
Andreas Kling
2019-03-01
FileManager: Port to GTableModel/GTableView.
Andreas Kling
2019-03-01
LibGUI: Let GTableModel handle the selection instead of doing it virtually.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
ProcessManager: Use icons for the process priorities.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
ProcessManager: Don't show the colonel task. :^)
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
ProcessManager: Add process owner's username to table view.
Andreas Kling
[next]