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-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-22
FileManager: Add a default icon for image files.
Andreas Kling
2019-03-22
FileManager: Open PNG files with QuickShow when activated.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-20
FileManager: Add ability to create new directories.
Andreas Kling
2019-03-20
FileManager: Add a "Location:" label.
Andreas Kling
2019-03-20
FileManager: Use a GTextEditor for the location bar + tweak icons.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
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-08
FileManager: Don't crash if pressing Return with no selected item.
Andreas Kling
2019-03-07
FileManager: Open non-executable files in TextEditor by default.
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
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-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
FileManager: Don't crash when clicking on a forbidden directory.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-20
FileManager: Fix glitch in the alternating directory item backgrounds.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
2019-02-19
FileManager: Add an icon for socket files.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
Prune compiler flags a bit. Let's go with -march=i686 for now.
Andreas Kling
2019-02-17
LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
Andreas Kling
2019-02-15
Enable -Wimplicit-fallthrough.
Andreas Kling
2019-02-14
FileManager: Add some menus.
Andreas Kling
2019-02-11
Port all apps to GApplication.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-10
LibGUI: Improve GScrollBar button look a bit.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling
[prev]