Revīziju vēsture

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