提交历史

作者 SHA1 备注 提交日期
  Ben Wiederhake ede5dbd7b3 Meta+LibC through LibHTTP: Make clang-format-10 clean 4 年之前
  Peter Elliott 1720030625 LibGUI: Don't recalcuate color from hue if it was not set by hue 4 年之前
  Peter Elliott 9670d9ad50 LibGUI: Don't allow 4 character html color codes in GUI::ColorPicker 4 年之前
  LepkoQQ 777b298880 LibGUI: Change window size and margin in ColorPicker 4 年之前
  LepkoQQ 9e75c124a8 LibGUI: Add spinbox for alpha channel in ColorPicker 4 年之前
  LepkoQQ b10dde70b7 LibGUI: Show current and selected color comparison in ColorPicker 4 年之前
  LepkoQQ 9f5310d607 LibGUI: Resize ColorPicker to include frame thickness 4 年之前
  LepkoQQ 189c493162 LibGUI: Split ColorPicker in to a field and slider 4 年之前
  LepkoQQ 0604f82a96 LibGUI: Select current color when opening picker 4 年之前
  Linus Groh 675d8eec60 LibGUI: Fix ColorPicker custom color offset 4 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  Andreas Kling 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 年之前
  Andreas Kling 77916f030f LibGUI: Use "OK, Cancel" button order in ColorPicker 5 年之前
  Andreas Kling 51ab0e967e LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrum 5 年之前
  Andreas Kling d7d5788469 LibGUI: ColorPicker should pick custom color from bitmap, not window 5 年之前
  Andreas Kling 6a01827046 LibGUI: Exit ColorPicker (successfully) when double-clicking a color 5 年之前
  Andreas Kling f8069418e1 LibGUI: Transfer "color has alpha channel" state 5 年之前
  Andreas Kling 2463a285ee LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 5 年之前
  Andreas Kling 9430918026 LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp 5 年之前
  Hüseyin ASLITÜRK 177b30629c LibGUI: Add color palette and custom color selection in the ColorPicker 5 年之前
  Andreas Kling b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 年之前
  Andreas Kling 028c011760 LibCore: Make Core::Object::add<ChildType> return a ChildType& 5 年之前
  Andreas Kling 0f3e57a6fb LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 5 年之前
  Andreas Kling 4697195645 LibGUI: Use set_layout<LayoutType>() in lots of client code 5 年之前
  Andreas Kling a26b63a958 LibGUI: Remove Button& parameter from Button::on_click hook 5 年之前
  Andreas Kling 45c25ffecd LibGUI: Use Core::Object::add() a whole bunch 5 年之前
  Andreas Kling 34c7322d77 LibGUI: Remove some header dependencies from Widget.h 5 年之前
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前