Historial de Commits

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