提交历史

作者 SHA1 备注 提交日期
  Linus Groh fe88f46bc9 LibGUI: Don't assume main widget exists in Window::handle_resize_event() 4 年之前
  Zac dea399ff08 FileManager: focus_dependent_delete_action is correctly enabled/disabled 4 年之前
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 年之前
  Andreas Kling b0cdb6b074 LibGUI: Deduplicate widgets with proxied focus in focus chain 4 年之前
  Andreas Kling ddad7575a9 LibGUI: Improve automatic focus guessing somewhat 4 年之前
  Andreas Kling aef56159a8 LibGUI: Add Widget focus policies 4 年之前
  Andreas Kling 0b746075d8 LibGUI: Tolerate Window::set_icon(nullptr) 4 年之前
  Andreas Kling e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
  Ben Wiederhake e3101c74c6 LibGUI: Use new Bitmap::minimum_pitch method 4 年之前
  Andreas Kling cf429a788c LibGUI: Add Widget override cursor concept 4 年之前
  Andreas Kling b4f307f982 LibGUI+WindowServer: Rename window "override cursor" to just "cursor" 4 年之前
  Andreas Kling 0f9be82826 LibGfx: Move StandardCursor enum to LibGfx 4 年之前
  Peter Elliott 45ed58865e LibGUI+WindowServer: Add resize_aspect_ratio() 4 年之前
  Linus Groh 0cab3bca2f LibGUI: Add and use Window::center_on_screen() 4 年之前
  Andreas Kling 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 年之前
  Peter Elliott 5ae9eee4a3 LibGUI+WindowServer: Provide default placement to windows 5 年之前
  thankyouverycool c50f258b7a LibGUI+WindowServer: Allow applets to retrieve their location 5 年之前
  Andreas Kling a655cf5b41 LibGUI: Break up Window::event() into many smaller functions 5 年之前
  Andreas Kling 5f0d24cab2 LibGUI: Turn a heap-allocated event into a stack-allocated one 5 年之前
  Tom 9844088964 LibGUI: Clear previous main widget's window 5 年之前
  Tom ec3737510d WindowServer: Add accessory windows 5 年之前
  thankyouverycool dc716194c8 LibGUI: Add on_activity_change function to Window 5 年之前
  Andreas Kling ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 年之前
  Hüseyin ASLITÜRK 12671e38e7 LibGUI: Add a new Window::is_maximized method 5 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  Andreas Kling 1d6ec51bee WindowServer+LibGUI: Add per-window progress 5 年之前
  Andreas Kling 4806cd122d LibGUI: Focus the first focusable widget added to a window 5 年之前
  Shannon Booth df43e09433 LibGUI+WindowServer: Allow applications to set custom cursor bitmaps 5 年之前
  Emilio Cobos Álvarez e347d6bdb8 LibGUI: Properly remove auto-destroyed child windows from reified_windows. 5 年之前
  Andreas Kling 745b0b27fd WindowServer+LibGUI: Automatically close child windows with parent 5 年之前