summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-07-31LibGUI: Simplify GTreeView ancestor traversalConrad Pankoff
2019-07-31LibGUI: Reify intermediate nodes during index traversalConrad Pankoff
2019-07-31GDirectoryModel: Add "modification time" column.Andreas Kling
2019-07-31GVariant: Add Type::UnsignedInt.Andreas Kling
2019-07-31GDirectoryModel: Shrink the Permissions and Inode columns a little bit.Andreas Kling
2019-07-30GFilePicker: Edit file name on opening windowrhin123
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
2019-07-28GFilePicker: Quality of life improvements (#370)Rhin
2019-07-28GTabWidget: Allow putting the tabs on the bottom of the widget.Andreas Kling
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-27TextEditor: Let's have line numbers starting at 1.Andreas Kling
2019-07-27LibDraw: Tweak the hover highlight color.Andreas Kling
2019-07-27GSplitter: Explicitly set the size policies when resizing.Andreas Kling
2019-07-27GWidget: Remove unused is_widget() virtual.Andreas Kling
2019-07-27GWidget: Add set_size_policy(Orientation, Policy).Andreas Kling
2019-07-26LibGUI: GDialog should close its nested event loop on window close.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-24Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.Andreas Kling
2019-07-23LibGUI: Destroy tooltip windows when they are not used.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-23LibGUI: Exit the main event loop when the last window is deleted.Andreas Kling
2019-07-22GDirectoryModel: Don't forget to drain the watch descriptor.Andreas Kling
2019-07-22GDirectoryModel: Automagically update on filesystem changes.Andreas Kling
2019-07-21Libraries: Fix wrong paths to "Root" in the various install.sh scripts.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-20GSplitter: Implement using the orientation-based geometry helpers.Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-20LibDraw: Move the Orientation enum to its own LibDraw header file.Andreas Kling
2019-07-18GFilePicker: OKCancel MsgBox for overwriting filesrhin123
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
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-15AK: Add a canonicalized_path() convenience function.Andreas Kling
2019-07-14WindowServer: Add a custom window type for LauncherRobin Burchell
2019-07-13LibGUI: Add an auto-repeat interval to GAbstractButton.Andreas Kling
2019-07-11GGroupBox: Allow constructing these without an initial text.Andreas Kling
2019-07-11GSlider: Make the knob width proportional to the range, if in that mode (#288)Lawrence Manning
2019-07-11GWidget: Make set_font() take either Font* or Font&.Andreas Kling
2019-07-11GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.Andreas Kling
2019-07-11GLabel: Make set_icon() take a GraphicsBitmap*.Andreas Kling