index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GFilePicker.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-10-26
GFilePicker: Allow overriding the window title for get_open_filepath()
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-06
GFilePicker: Fix crash in get_save_filepath()
Andreas Kling
2019-10-01
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
Brandon Scott
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GFrame to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-08-09
GFilePicker: Make double-clicking actually choose/pick the file
Andreas Kling
2019-07-30
GFilePicker: Edit file name on opening window
rhin123
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-28
GFilePicker: Quality of life improvements (#370)
Rhin
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-18
GFilePicker: OKCancel MsgBox for overwriting files
rhin123
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-16
GFilePicker: Changed file_exists MessageBox to warning
rhin123
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling