提交历史

作者 SHA1 备注 提交日期
  Karol Kosek 66402b0666 LibGUI+Userland: Port TabWidget set_tab_title to new string 2 年之前
  Karol Kosek 4f08a05a3b LibGUI: Store Tab titles using the new string class 2 年之前
  Karol Kosek 797968c310 LibGUI+Userland: Make TabWidget::*add_tab() take title using new string 2 年之前
  Karol Kosek 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2 年之前
  Andreas Kling faa1a09042 LibGUI: Fix const-correctness issues 2 年之前
  Baitinq 61789de11d LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab 2 年之前
  meiskam b79be56bed LibGUI: Add `modified` bool to TabWidget 2 年之前
  MacDue 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  FrHun ccdccadc24 LibGUI: Implement calculated min/preferred sizes for TabWidget 3 年之前
  networkException 52ee5026ea LibGUI+Browser: Fix crash when activating a "Tab n" action 3 年之前
  Cameron Youell 5b82bd719e LibGUI: TabWidget add vertical tabs 3 年之前
  Sam Atkins 0e1c8e702c LibGUI: Expose more TabWidget properties to GML 3 年之前
  kleines Filmröllchen 7e34b88ed4 LibGUI: Fully support TabWidget in GML 3 年之前
  Olivier De Cannière 1b7850f511 LibGUI: Add TabWidget::activate_last_tab() 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 年之前
  Erik Biederstadt 0cfe446d3f LibGUI: Allow double clicking on tabwidgets 3 年之前
  Andreas Kling 8359975ff3 LibGUI: Make GUI::TabWidget tab creation APIs take String 3 年之前
  Andreas Kling 47b6339025 LibGUI: Add GUI::TabWidget::try_add_tab<T>(...) 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Peter Elliott e1684860a3 LibGUI: Support drag-to-reorder in TabWidget 3 年之前
  TheFightingCatfish 8a0d465fbc LibGUI: Allow TabWidget to remove all tabs except one 3 年之前
  Luke 3ec4ad8a73 LibGUI: Convert indexes to size_t and use Optional in TabWidget 4 年之前
  Marcus Nilsson 49d40a908c LibGUI/TabWidget: Add close button to tabs 4 年之前
  Andreas Kling a1eadc755d LibGUI: Allow tweaking each edge of TabWidget's content margins 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling bcd05e199b LibGUI: Fix uniform TabWidget tabs bleeding outside the widget 4 年之前
  Andreas Kling c8ff507534 LibGUI: Add TabWidget::on_tab_count_change hook 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前