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-03-22
WindowServer+LibGUI: Add a way to get notified at display refresh rate
Andreas Kling
2020-03-22
LibGUI: Allow constructing Variant from FlyString
Andreas Kling
2020-03-22
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
Andreas Kling
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-19
LibGUI: Remove friend classes of TextDocumentLine
Tibor Nagy
2020-03-19
LibGUI: Remove remaining G prefixes
Tibor Nagy
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-14
LibGUI: Highlight new JS tokens
Oriko
2020-03-13
LibGUI: Add missing copyright headers
Oriko
2020-03-13
LibGUI: Add Javascript syntax highlighter
Oriko
2020-03-13
LibGUI: Abstract token pair matching
Oriko
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
LibGUI: Add underlines to highlighting
Oriko
2020-03-12
LibGUI: Take scroll offset into account on ItemView rubberband selection
Tibor Nagy
2020-03-12
LibGUI: Parse #include statements separately
Oriko
2020-03-12
LibGUI: Track window visibility with a separate flag (#1424)
Alex Muscar
2020-03-11
LibGUI: Don't update windows that aren't visible (#1410)
Alex Muscar
2020-03-11
LibGUI: Skip non-font files in the FontDatabase constructor
Tibor Nagy
2020-03-11
LibGUI: Highlight various number literals
Oriko
2020-03-11
LibGUI: Fix overflow crash in highlighter
Oriko
2020-03-11
LibGUI: Syntax highlight string escape sequences
Oriko
2020-03-11
LibGUI: Clear old syntax highlighting
Oriko
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-08
LibGUI: Fix null-termination of TextDocumentLine
Tibor Nagy
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-05
LibGUI: Fix missing equality checks in Window::did_remove_widget()
Andreas Kling
2020-03-05
LibGUI: Fix group name columns in FileSystemModel
Tibor Nagy
2020-03-05
LibGUI: Implement set_property() on Widget and AbstractButton
Andreas Kling
2020-03-05
LibGUI: Make the ModelEditingDelegate constructor protected
Andreas Kling
2020-03-05
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-03-05
LibGUI: Make the default window title "GUI::Window"
Andreas Kling
2020-03-05
LibGUI: Make Layout a Core::Object and add basic serialization
Andreas Kling
2020-03-04
LibGUI: Ignore keyboard and mouse events in disabled widgets
Andreas Kling
2020-03-04
LibGUI: Remove unused GUI::Widget::click_event()
Andreas Kling
2020-03-04
LibGUI: TextEditor should paint text with disabled color when disabled
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Save some more state from AbstractButton
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
LibGUI: Fix broken TreeView rendering with more than two columns
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
[next]