index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
TextEditor
/
TextEditorWidget.cpp
Age
Commit message (
Expand
)
Author
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-17
TextEditor: Use Yes/No/Cancel for some dialogs when buffer is dirty
thatlittlegit
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-07
TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-23
TextEditor: Focus the editor after opening a new file
Andreas Kling
2020-01-23
TextEditor: Various UI text tweaks
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
TextEditor: Replace text in find textbox with selection
0xtechnobabble
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-31
Applications: Space out SystemMonitor & TextEditor in AboutDialogs
Jami Kettunen
2019-12-22
TextEditor: Ask before opening a file if current document is dirty
Paweł Cholewa
2019-12-20
TextEditor: Handle drop events
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-06
TextEditor: `Fix bug when document is marked dirty on open.
Sasan Hezarkhani
2019-11-30
TextEditor: Focus the editor widget on startup
Andreas Kling
2019-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-15
TextEditor: suppress "Not found" window when searching for empty string
Kevin Murphy
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GStatusBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
TextEditor+Base: Add an icon for the "Find" action :^)
Andreas Kling
2019-09-06
TextEditor: Implement File/New Action
Andrew Weller
2019-09-05
TextEditorWidget: Added GCommonActions
rhin123
2019-09-02
TextEditor: Use GAboutDialog :^)
Andreas Kling
2019-08-29
TextEditor: Clear the dirty flag in newly opened documents
Andreas Kling
2019-08-29
TextEditor: Move the Font menu inside the View menu
Andreas Kling
2019-08-27
TextEditor: Ask the user before closing a dirty (modified) document
Andreas Kling
2019-08-27
TextEditor: Add a "document dirty" flag and show it in the window title
Andreas Kling
2019-08-27
TextEditor: Let's enable line wrapping by default
Andreas Kling
[next]