コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年 前
  Andreas Kling 83d1460ee8 LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper() 3 年 前
  Andreas Kling 687a12d7fb Userland: Add GUI::Window::add_menu() and use it everywhere 4 年 前
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年 前
  Linus Groh 91eda22208 Everywhere: Add Alt shortcuts to remaining top-level menus 4 年 前
  Linus Groh ff1d3f53c4 Everywhere: Rename app_menu to file_menu, continued 4 年 前
  Andreas Kling 20dd5735ce WindowServer+LibGfx: Automatic "modified" markers in window titles 4 年 前
  inalone 4dbf40399b Demos: Added Alt+F4 funtionality to demos that lacked it 4 年 前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
  Andreas Kling e76771bfad WindowServer+LibGfx: Show menus in windows! :^) 4 年 前
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 4 年 前
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 4 年 前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年 前
  Nico Weber 30e19c5a00 LibGfx: Implement scaling support for Painter::blit_filtered() 4 年 前
  Nico Weber ea8baaa1ab LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap 4 年 前
  Nico Weber 76f2918416 LibGfx:: Implement scale support for blit_with_opacity() 4 年 前
  Nico Weber 345909c009 WindowServer: Don't crash on wallpapers smaller than the desktop with fill mode 'simple' 4 年 前
  Nico Weber dcc967d1ad LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work 4 年 前
  Nico Weber 2ec6bbd7a1 LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect 4 年 前
  Nico Weber 6a78e7e6a8 LibGfx: Correctly handle source rect offset in draw_scaled_bitmap 4 年 前
  Nico Weber e2dfd028f9 LibGfxScaleDemo: Add coverage for blit_with_alpha 4 年 前
  Nico Weber 5f9c42c404 LibGfx: Give Bitmap a scale factor 4 年 前
  Nico Weber 1382bbfc57 LibGfx: Make Painter take the scale factor as constructor argument 4 年 前
  Andreas Kling d312011708 Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 4 年 前
  Nico Weber adb9ade88d LibGfxScaleDemo: Add Emoji to window title bar 4 年 前
  Nico Weber 56cad36ef2 LibGfx: Make Painter::draw_rect() scale-aware 4 年 前
  TheMorc b2086c8d77 Demos+Games: Pledge "sendfd" in demos and games 4 年 前
  Nico Weber d551263b11 LibGfx: Make it possible to apply an (integer) scale to a Painter 4 年 前