提交历史

作者 SHA1 备注 提交日期
  Ben Wiederhake 25488ddcad Meta+DevTools: Make clang-format-10 clean 4 年之前
  Itamar e3e5e57fde HackStudio: Move bulk of GUI logic into HackStudioWidget 4 年之前
  Andreas Kling c0462c65cf HackStudio: Move everything into the HackStudio namespace 5 年之前
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
  Ben Wiederhake 7893871d5a HackStudio: Mark compilation-unit-only functions as static 5 年之前
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 年之前
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata 5 年之前
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font 5 年之前
  Andreas Kling 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 年之前
  Tibor Nagy 9e855376dd HackStudio: Move the "Find in files" button in line with the search box 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 3d20da9ee4 Userspace: Use Core::Object::add() when building interfaces 5 年之前
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
  Andreas Kling 799b0a4fa8 LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout 5 年之前
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 年之前
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 年之前
  Andreas Kling d67da8c101 LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 7f8e9a0f55 HackStudio: Use a table view in the "find in files" widget 5 年之前
  Andreas Kling 390b219cd1 HackStudio: Use GTextDoument::find_all() to implement find-in-files 5 年之前
  Andreas Kling e39b1f11f9 HackStudio: Support multiple editors on screen 5 年之前
  Andreas Kling f256c55e8d HackStudio: Unbreak jumping to a search result 5 年之前
  Andreas Kling 2260190f39 HackStudio: Move "find in files" widget to its own file/class 5 年之前