커밋 기록

작성자 SHA1 메시지 날짜
  faissaloo d449cda3d8 GWindow: Highlight for multicharacter SerenityKeys 6 년 전
  faissaloo 053f41f4f9 GWindow: Leave SerenityKey mode if non-existent keybind is used 6 년 전
  faissaloo 72264661fd GWindow: Add SerenityKeys minimum functionality 6 년 전
  Andreas Kling 723ba91f74 LibGUI: Add GWidget::for_each_child_widget(callback). 6 년 전
  Christopher Dumas 957f8b84f2 WindowServer: Make it possible to turn off window title bars (#88) 6 년 전
  Andreas Kling b0ccd04a9c LibGUI: When tabbing between focusable widgets, skip over disabled ones. 6 년 전
  Andreas Kling 08228f34b9 GWindow: Only flip the window backing stores once per paint event. 6 년 전
  Andreas Kling 33d0916d29 WindowServer: Add support for fullscreen windows. 6 년 전
  Robin Burchell a4b0dfff43 Move double click events from LibGUI to the window server 6 년 전
  Andreas Kling ad731cc08f LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab. 6 년 전
  Andreas Kling dab9901235 WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream. 6 년 전
  Andreas Kling b227b57508 GWindow: Mirror the correct number of pixels to newly created back bitmaps. 6 년 전
  Andreas Kling cec16105cc Make sure all GraphicsBitmap scanlines are 16-byte aligned. 6 년 전
  Andreas Kling 6a5d92f0ad WindowServer+LibGUI: Allow changing whether windows have alpha channels. 6 년 전
  Andreas Kling ea9a39a9f2 LibGUI+WindowServer: Add a GResizeCorner widget. 6 년 전
  Andreas Kling 9ff36afeaa GWindow: Fix crash when calling set_rect() repeatedly. 6 년 전
  Andreas Kling 8495abd140 GWindow: Don't send InvalidateRect message with 0 rects to WindowServer. 6 년 전
  Andreas Kling 58240fdb33 Do a pass of compiler warning fixes. 6 년 전
  Andreas Kling 9f122bff5a WindowServer+LibGUI: Allow arbitrary number of rects in messages. 6 년 전
  Andreas Kling 7234900f61 WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents. 6 년 전
  Andreas Kling 7efd61fcf5 WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages. 6 년 전
  Andreas Kling 45a30b4dfa LibGUI: Bundle up update() invalidations and send them on next event loop. 6 년 전
  Andreas Kling 49e7ffc06a WindowServer: Introduce a WM event mask so Taskbar can ignore window rects. 6 년 전
  Andreas Kling cc9cefbd5f LibGUI: GWindow's focused widget should be a WeakPtr. 6 년 전
  Andreas Kling c931eaa22c WindowServer: Generate a separate WM event for window icon changes. 6 년 전
  Andreas Kling 952f334de7 GWidget: Tidy up the hit-testing code somewhat. 6 년 전
  Andreas Kling 3f6408919f AK: Improve smart pointer ergonomics a bit. 6 년 전
  Andreas Kling c09c114d77 WindowServer+LibGUI: Add ability to set per-window icons. 6 년 전
  Andreas Kling 2f1f51b8ab LibCore: Move LibGUI/GObject to LibCore/CObject. 6 년 전
  Andreas Kling b8062f69d8 LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 6 년 전