summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
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-02-26More compat work. Rename libraries from LibFoo.a => libfoo.aAndreas Kling
2019-02-26FileManager: Don't crash when clicking on a forbidden directory.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-22Move over to building all of userspace with i686-pc-serenity-g++.Andreas Kling
2019-02-22Switch over to building everything with i686-elf-g++.Andreas Kling
2019-02-20FileManager: Fix glitch in the alternating directory item backgrounds.Andreas Kling
2019-02-20LibGUI: Add a GToolBar class that can be populated with GActions.Andreas Kling
2019-02-19FileManager: Add an icon for socket files.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-17Prune compiler flags a bit. Let's go with -march=i686 for now.Andreas Kling
2019-02-17LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().Andreas Kling
2019-02-15Enable -Wimplicit-fallthrough.Andreas Kling
2019-02-14FileManager: Add some menus.Andreas Kling
2019-02-11Port all apps to GApplication.Andreas Kling
2019-02-11WindowServer: More work on menus.Andreas Kling
2019-02-10LibGUI: Improve GScrollBar button look a bit.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10Move apps into a top-level Applications/ directory.Andreas Kling