summaryrefslogtreecommitdiff
path: root/LibGUI/GFilePicker.cpp
AgeCommit message (Expand)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-27GFilePicker: Add a preview pane on the right-hand side for image previews.Andreas Kling
2019-05-26GFilePicker: Return paths as FileSystemPath rather than Stringfaissaloo
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
2019-05-16GFilePicker: Remove the frame around the little toolbar.Andreas Kling
2019-05-16GFilePicker: Make the path selected accessible externallyRobin Burchell
2019-05-09GFilePicker: Add a "new directory" button.Andreas Kling
2019-05-09GFilePicker: More work on the file picker, adding a location textbox.Andreas Kling
2019-05-09GFilePicker: Add a button for moving up to parent directory.Andreas Kling
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-05-09GLayout: Add a simple spacer concept; dummy item that expands-to-fit.Andreas Kling
2019-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling