summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GFilePicker.cpp
AgeCommit message (Expand)Author
2019-10-26GFilePicker: Allow overriding the window title for get_open_filepath()Andreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-06GFilePicker: Fix crash in get_save_filepath()Andreas Kling
2019-10-01LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.Brandon Scott
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-08-09GFilePicker: Make double-clicking actually choose/pick the fileAndreas Kling
2019-07-30GFilePicker: Edit file name on opening windowrhin123
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-28GFilePicker: Quality of life improvements (#370)Rhin
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-18GFilePicker: OKCancel MsgBox for overwriting filesrhin123
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-16GFilePicker: Changed file_exists MessageBox to warningrhin123
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling