Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 0f3e57a6fb LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients hace 5 años
  Andreas Kling 4697195645 LibGUI: Use set_layout<LayoutType>() in lots of client code hace 5 años
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity hace 5 años
  Andreas Kling 6c5100b644 LibGUI: Add helper for constructing new TabWidget tabs hace 5 años
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor hace 5 años
  Andreas Kling 3d20da9ee4 Userspace: Use Core::Object::add() when building interfaces hace 5 años
  Andreas Kling 0bb4111735 HackStudio: Unbreak the form editor's widget icons hace 5 años
  Andreas Kling bb8e65be41 LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI hace 5 años
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames hace 5 años
  Andreas Kling d17e23bd27 LibCore: Remove leading C from filenames hace 5 años
  Andreas Kling 799b0a4fa8 LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout hace 5 años
  Andreas Kling 6a71ba1deb LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes hace 5 años
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace hace 5 años
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G hace 5 años
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C hace 5 años
  Andreas Kling d67da8c101 LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Andreas Kling 26a31c7efb Kernel: Add "accept" pledge promise for accepting incoming connections hace 5 años
  joshua stein 376fece51e HackStudio: add exec pledge hace 5 años
  joshua stein d063a4ccf3 HackStudio: set sane $PATH early to include /usr/local/bin hace 5 años
  Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible hace 5 años
  Andreas Kling 457c7d9efd HackStudio: Use pledge() hace 5 años
  Conrad Pankoff f5412f10cf HackStudio: Check for make command on startup hace 5 años
  Conrad Pankoff fe1037bcb6 HackStudio: Add file list context menu and file removal action hace 5 años
  Andreas Kling d9706ee882 HackStudio: Show the project file list in a tree view hace 5 años
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject hace 5 años
  Andreas Kling 15fb341eb4 HackStudio: Always re-match curlies/parens after a re-highlight hace 5 años
  Andreas Kling c8e02e60a6 HackStudio+LibGUI: Implement matching curly brace highlighting hace 5 años
  Andreas Kling 834eff7983 HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans hace 5 años
  Sergey Bugaev c6a8b95643 HackStudio: Add a Stop action to kill the current process hace 5 años