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
/
FileManager
Age
Commit message (
Expand
)
Author
2019-08-26
FileManager: Add "go home" action to the "Go" menu
Andreas Kling
2019-08-26
FileManager: Move "File" menu entries to the app menu
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-07-31
FileManager: Show home directory by default, or command line argument
Conrad Pankoff
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-21
FileManager: Add a toolbar button for going to the home directory.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-15
AK: Add a canonicalized_path() convenience function.
Andreas Kling
2019-07-11
FileManager: Remove use of copy_ref().
Andreas Kling
2019-07-09
LibGUI: Add GActionGroup, a way to group a bunch of GActions.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
most apps now begin in the correct directory
Christopher Dumas
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-11
FileManager: Tweak layout spacing (new default looks weird here.)
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-05-08
FileManager: When mkdir() fails, show the path we passed in the message.
Andreas Kling
2019-05-08
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-23
FileManager: Add a window icon.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GLock to LibCore/CLock.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-02
FileManager: Rename DirectoryTableView => DirectoryView.
Andreas Kling
2019-03-30
LibGUI: Add a simple GSplitter container widget.
Andreas Kling
2019-03-30
FileManager: Tweak look of thumbnailing progress bar.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-30
FileManager: Make the directory view follow the tree view selection.
Andreas Kling
2019-03-29
GFileSystemModel: Add a "DirectoriesOnly" mode.
Andreas Kling
2019-03-29
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
Andreas Kling
2019-03-29
GTreeView: A bunch of work on the tree view.
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-29
GModel: Add GModelIndex argument to row_count() and column_count().
Andreas Kling
2019-03-29
GTextEditor: Keep tweaking the single-line look.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
[next]