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-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
2020-01-27
LibGUI: Have GFileSystemModel use stat instead of lstat for the root
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
GTextEditor: Create the "go to line" action eagerly
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-23
GTextEditor: Make color of non-highlighted line numbers darker
Andreas Kling
2020-01-23
GTextEditor: Disable auto-indentation while pasting
Andreas Kling
2020-01-23
LibGUI: Give GTextDocument access to the GTextEditor during commands
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-20
LibGUI: Use clamp() is various places
Andreas Kling
[next]