Commit History

Author SHA1 Message Date
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  0xtechnobabble ecf58ddd4f TextEditor: Implement replacement functionality 5 years ago
  Andreas Kling 6425b8714a TextEditor: Handle drop events 5 years ago
  Sasan Hezarkhani 8cea5c053d TextEditor: `Fix bug when document is marked dirty on open. 5 years ago
  Andreas Kling f8703d44cc TextEditor: Focus the editor widget on startup 5 years ago
  Andreas Kling d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 years ago
  Andreas Kling defafd72bc LibGUI: Convert custom widgets and subclasses to ObjectPtr 5 years ago
  Andreas Kling ff6ce422dd LibGUI: Convert GWidget to ObjectPtr 5 years ago
  Andreas Kling 3476a63415 LibGUI: Convert GStatusBar to ObjectPtr 5 years ago
  Andreas Kling 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 years ago
  Andreas Kling b1763238d7 TextEditor: Ask the user before closing a dirty (modified) document 6 years ago
  Andreas Kling ecbedda34c TextEditor: Add a "document dirty" flag and show it in the window title 6 years ago
  Andreas Kling ded005500d TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G) 6 years ago
  Andreas Kling 97a695403b TextEditor: Add a menu action for turning line-wrapping on/off 6 years ago
  Andrew Weller e75e33eb46 TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons. 6 years ago
  Andreas Kling fae379b1f0 TextEditor: Search box should find on return, close itself on escape 6 years ago
  Andreas Kling 96c5c9ce12 TextEditor: Hide the search bar until the user asks for it 6 years ago
  Andreas Kling bb74832dd6 TextEditor: Add a search bar that allows you to search for text 6 years ago
  rhin123 a175e76948 TextEditor: Include extension during SaveAs 6 years ago
  Rhin d6cd98cfa1 TextEditor: Fix nullptr refrence to save action & m_path (#364) 6 years ago
  Andreas Kling 442256b5f8 TextEditor: Add "Save as..." action. 6 years ago
  rhin123 82d9410226 TextEditorWidget: Added improved save feature. 6 years ago
  Rhin d7b836858e TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 6 years ago