index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
VisualBuilder
/
VBPropertiesWindow.cpp
Age
Commit message (
Expand
)
Author
2020-10-01
DevTools: Remove VisualBuilder and FormCompiler
Andreas Kling
2020-09-25
Meta+DevTools: Make clang-format-10 clean
Ben Wiederhake
2020-08-31
DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder
thankyouverycool
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
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-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-08-05
GComboBox: Include the selected index with the on_change notification
Andreas Kling
2019-06-23
LibGUI+VisualBuilder: Support custom editing widgets for property values.
Andreas Kling
2019-06-07
VisualBuilder: Run clang-format on everything.
Andreas Kling
2019-05-11
VisualBuilder: Tweak margins in properties window.
Andreas Kling
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling