Commit History

Author SHA1 Message Date
  thankyouverycool dc716194c8 LibGUI: Add on_activity_change function to Window 5 years ago
  Andreas Kling ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 years ago
  Hüseyin ASLITÜRK 12671e38e7 LibGUI: Add a new Window::is_maximized method 5 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Andreas Kling 1d6ec51bee WindowServer+LibGUI: Add per-window progress 5 years ago
  Andreas Kling 4806cd122d LibGUI: Focus the first focusable widget added to a window 5 years ago
  Shannon Booth df43e09433 LibGUI+WindowServer: Allow applications to set custom cursor bitmaps 5 years ago
  Emilio Cobos Álvarez e347d6bdb8 LibGUI: Properly remove auto-destroyed child windows from reified_windows. 5 years ago
  Andreas Kling 745b0b27fd WindowServer+LibGUI: Automatically close child windows with parent 5 years ago
  Andreas Kling d847304cb9 WindowServer+LibGUI: Add "frameless" window flag 5 years ago
  Andreas Kling bb7eb3e104 WindowServer+LibGUI: Remove unused Window::show_titlebar() flag 5 years ago
  Andreas Kling 6228f72b87 LibGUI+WindowServer: Inform WindowServer about parent/child windows 5 years ago
  Linus Groh 3474d7c88e WindowServer/LibGUI: Enforce minimum window size 5 years ago
  Andreas Kling 228ace854c LibGfx: Don't allow creating bitmaps whose sizes would overflow 5 years ago
  Andreas Kling 8c5fa05c39 WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap 5 years ago
  Andreas Kling ec6e55cfc6 LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages 5 years ago
  Oriko 2a32330257 LibGUI: Add a ThemeChange event 5 years ago
  Alex Muscar 673848f472 LibGUI: Track window visibility with a separate flag (#1424) 5 years ago
  Alex Muscar 4c9bb266df LibGUI: Don't update windows that aren't visible (#1410) 5 years ago
  Andreas Kling 211e938234 LibGUI: Fix missing equality checks in Window::did_remove_widget() 5 years ago
  Andreas Kling 4d5e144a6b LibGUI: Forget some of Window's widgets eagerly on widget unparenting 5 years ago
  Andreas Kling a119d812e1 LibGUI: Make the default window title "GUI::Window" 5 years ago
  Andreas Kling a1514369d7 LibC: Move shbuf_* API's to <serenity.h> 5 years ago
  Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 years ago
  Andreas Kling ab6f694905 WindowServer+LibGUI: Allow changing a window's base size and increment 5 years ago
  Andreas Kling eaa680ab8e WindowServer+LibGUI: Force full window repaints after theme change 5 years ago
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 years ago
  Andreas Kling 3fe2640c8c LibGfx: Add forward declaration header 5 years ago
  Andreas Kling 814d59f462 LibGUI: Port the drag&drop code to Core::MimeData 5 years ago
  Andreas Kling 3ce80bec97 WindowServer+LibGUI: Add a "drag move" event 5 years ago