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