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
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-14
LibGUI: Add missing Event.cpp file
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-13
LibGUI: Indicate ItemView drag acceptance with a little rectangle
Andreas Kling
2020-02-13
LibGUI: Allow dropping drags on AbstractView
Andreas Kling
2020-02-13
LibGUI: Have FileSystemModel accept url-list drags onto directories
Andreas Kling
2020-02-13
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-13
LibGUI: Don't assert when hovering spacing around single-child Splitter
Andreas Kling
2020-02-12
LibGUI: Always unhighlight table view column headers when cursor leaves
Andreas Kling
2020-02-12
LibGUI: Make last auto-sized widget in a BoxLayout fill remaining space
Andreas Kling
2020-02-11
LibGUI: Use Core::DateTime in FileSystemModel
Andreas Kling
2020-02-11
LibGUI: Tweak C++ syntax highlighting colors a bit :^)
Andreas Kling
2020-02-11
LibGUI: Splitter should forget resize candidates after cursor leaves
Andreas Kling
2020-02-11
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
Andreas Kling
2020-02-11
LibGUI: Only highlight grabbable area between a Splitter's children
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-11
LibGUI: Factor out Splitter hit testing into a separate function
Andreas Kling
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
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-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
LibGUI: Don't specify LibC/ for standard includes
joshua stein
2020-02-05
LibGUI: Remove unused m_layout_dirty
joshua stein
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-02-02
LibGUI: Save current wallpaper setting to WindowManager.ini.
asliturk
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-01-28
LibGUI: Only consider starting a drag from an already selected item
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
GFileSystemModel: Don't copy the null-terminator after readlink()
Andreas Kling
2020-01-27
LibGUI: Fix crash when trying to scroll above the head of the document
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
[next]