提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 822dc56ef3 LibGUI: Introduce GML - a simple GUI Markup Language :^) 4 年之前
  Zac dea399ff08 FileManager: focus_dependent_delete_action is correctly enabled/disabled 4 年之前
  Andreas Kling b11b4b29e9 LibGUI: Add Widget::has_focus_within() 4 年之前
  Andreas Kling aef56159a8 LibGUI: Add Widget focus policies 4 年之前
  Andreas Kling a5878175e2 LibGUI: Register the "text" property on GUI::Label 4 年之前
  Andreas Kling e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
  Andreas Kling ea17b0cbb6 LibGUI: Start building a way to instantiate GUI from JSON 4 年之前
  Andreas Kling 3c580233d1 LibGUI: Improve widget registration mechanism a bit 4 年之前
  Andreas Kling cf429a788c LibGUI: Add Widget override cursor concept 4 年之前
  Ben Wiederhake 9f7ec33180 Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 4 年之前
  Andreas Kling a265d40d6e LibGUI: Allow widgets to clip their child widgets 4 年之前
  Andreas Kling af16552624 LibGUI: Add Widget focus proxies 4 年之前
  Linus Groh 47d7faa998 LibGUI: Update active tooltip when source widget changes the label 4 年之前
  Andreas Kling 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 年之前
  Andreas Kling e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  Andreas Kling 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 年之前
  Andreas Kling 42f0b2522b LibGUI: Introduce widget content margins + improve splitters 5 年之前
  Tibor Nagy 9e6e731a78 LibGUI: Remove G prefix from macros 5 年之前
  Oriko 2a32330257 LibGUI: Add a ThemeChange event 5 年之前
  Andreas Kling 3edcaa9b99 LibGUI: Implement set_property() on Widget and AbstractButton 5 年之前
  Andreas Kling e23c5b7e83 LibGUI+Inspector: Highlight the currently remotely inspected widget 5 年之前
  Andreas Kling 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 年之前
  Andreas Kling e4f433dddd LibGUI: Remove unused GUI::Widget::click_event() 5 年之前
  Andreas Kling 03e0ddce52 LibGUI: Some more convenience functions for constructing widgets 5 年之前
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 年之前
  Andreas Kling e1ff4fa034 LibGUI: Remove more header dependencies from Widget.h 5 年之前
  Andreas Kling a368cf7d51 LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 5 年之前
  Andreas Kling 34c7322d77 LibGUI: Remove some header dependencies from Widget.h 5 年之前