提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling d847304cb9 WindowServer+LibGUI: Add "frameless" window flag 5 年之前
  Andreas Kling bb7eb3e104 WindowServer+LibGUI: Remove unused Window::show_titlebar() flag 5 年之前
  Andreas Kling 6228f72b87 LibGUI+WindowServer: Inform WindowServer about parent/child windows 5 年之前
  Linus Groh 3474d7c88e WindowServer/LibGUI: Enforce minimum window size 5 年之前
  Andreas Kling 228ace854c LibGfx: Don't allow creating bitmaps whose sizes would overflow 5 年之前
  Andreas Kling 8c5fa05c39 WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap 5 年之前
  Andreas Kling ec6e55cfc6 LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages 5 年之前
  Oriko 2a32330257 LibGUI: Add a ThemeChange event 5 年之前
  Alex Muscar 673848f472 LibGUI: Track window visibility with a separate flag (#1424) 5 年之前
  Alex Muscar 4c9bb266df LibGUI: Don't update windows that aren't visible (#1410) 5 年之前
  Andreas Kling 211e938234 LibGUI: Fix missing equality checks in Window::did_remove_widget() 5 年之前
  Andreas Kling 4d5e144a6b LibGUI: Forget some of Window's widgets eagerly on widget unparenting 5 年之前
  Andreas Kling a119d812e1 LibGUI: Make the default window title "GUI::Window" 5 年之前
  Andreas Kling a1514369d7 LibC: Move shbuf_* API's to <serenity.h> 5 年之前
  Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 年之前
  Andreas Kling ab6f694905 WindowServer+LibGUI: Allow changing a window's base size and increment 5 年之前
  Andreas Kling eaa680ab8e WindowServer+LibGUI: Force full window repaints after theme change 5 年之前