Commit History

Author SHA1 Message Date
  Andreas Kling 39d55d1d76 LibGUI: Add a way to highlight the focused widget for debugging 5 years ago
  Andreas Kling 575b674081 LibGUI: Add missing window() null check when widget's child is removed 5 years ago
  Andreas Kling 9d6c85e6a6 LibGUI: Remove ancient code for debugging widget underdraw 5 years ago
  Andreas Kling 0f0d73d1b5 LibGUI: Make the "enabled" widget state propagate to child widgets 5 years ago
  Andreas Kling 42f0b2522b LibGUI: Introduce widget content margins + improve splitters 5 years ago
  Tibor Nagy 9e6e731a78 LibGUI: Remove G prefix from macros 5 years ago
  Oriko 2a32330257 LibGUI: Add a ThemeChange event 5 years ago
  Andreas Kling 3edcaa9b99 LibGUI: Implement set_property() on Widget and AbstractButton 5 years ago
  Andreas Kling 4d5e144a6b LibGUI: Forget some of Window's widgets eagerly on widget unparenting 5 years ago
  Andreas Kling e23c5b7e83 LibGUI+Inspector: Highlight the currently remotely inspected widget 5 years ago
  Andreas Kling 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 years ago
  Andreas Kling 6fa104ffd3 LibGUI: Ignore keyboard and mouse events in disabled widgets 5 years ago
  Andreas Kling e4f433dddd LibGUI: Remove unused GUI::Widget::click_event() 5 years ago
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 years ago
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 years ago
  Andreas Kling e1ff4fa034 LibGUI: Remove more header dependencies from Widget.h 5 years ago
  Andreas Kling 34c7322d77 LibGUI: Remove some header dependencies from Widget.h 5 years ago
  Andreas Kling 3ce80bec97 WindowServer+LibGUI: Add a "drag move" event 5 years ago
  Andreas Kling f4fa758959 LibGUI: Add a Widget::did_layout() that gets called after layout 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago