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