提交历史

作者 SHA1 备注 提交日期
  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 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 年之前
  Andreas Kling d67da8c101 LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 5 年之前
  Andreas Kling 7c74d3a657 TextEditor: Focus the editor after opening a new file 5 年之前
  Andreas Kling ebfb3d91e2 TextEditor: Various UI text tweaks 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  0xtechnobabble 49e8d34f0e TextEditor: Replace text in find textbox with selection 5 年之前
  0xtechnobabble ecf58ddd4f TextEditor: Implement replacement functionality 5 年之前
  Jami Kettunen cece0d230d Applications: Add new keyboard shortcuts & update few existing ones 5 年之前
  Jami Kettunen 33b8d37dd3 Applications: Space out SystemMonitor & TextEditor in AboutDialogs 5 年之前
  Paweł Cholewa e2dcf27a2e TextEditor: Ask before opening a file if current document is dirty 5 年之前
  Andreas Kling 6425b8714a TextEditor: Handle drop events 5 年之前
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 年之前
  Sasan Hezarkhani 8cea5c053d TextEditor: `Fix bug when document is marked dirty on open. 5 年之前
  Andreas Kling f8703d44cc TextEditor: Focus the editor widget on startup 5 年之前
  Andreas Kling b8bf998b61 LibGUI: Move text search functions from GTextEditor to GTextDocument 5 年之前
  Kevin Murphy 10324bc574 TextEditor: suppress "Not found" window when searching for empty string 5 年之前
  Andreas Kling 1a279c5b2a GMessageBox: Hide the constructor and fix broken usages 5 年之前
  Andreas Kling 8d550c174e LibCore: Convert CFile to ObjectPtr 5 年之前
  Andreas Kling 31b38ed88f LibGUI: Don't create GMessageBox and GInputBox on the stack 5 年之前
  Andreas Kling 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 年之前
  Andreas Kling ff6ce422dd LibGUI: Convert GWidget to ObjectPtr 5 年之前
  Andreas Kling 3476a63415 LibGUI: Convert GStatusBar to ObjectPtr 5 年之前
  Andreas Kling f4531c976c LibGUI: Convert GToolBar to ObjectPtr 5 年之前
  Andreas Kling 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 年之前
  Andreas Kling 74c4e62659 GCommonActions: Add "Open..." action 5 年之前
  Andreas Kling e83390387c LibGUI: Simplify GCommonActions a bit 5 年之前
  Andreas Kling 9d2c4d223a TextEditor+Base: Add an icon for the "Find" action :^) 5 年之前
  Andrew Weller 16aba5100d TextEditor: Implement File/New Action 5 年之前