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
Age
Commit message (
Expand
)
Author
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-22
TextEditor: Add "Find Previous" 16x16 icon
Brendan Coles
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-21
TextEditor: Add "Find Next" 16x16 icon
Brendan Coles
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-13
TextEditor: Use Javascript syntax highlighter
Oriko
2020-03-11
TextEditor: Quit after saving unsaved changes on close event.
Oriko
2020-03-11
TextEditor: Add syntax toggle to View menu
Oriko
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-24
TextEditor: Pledge "thread" since it's needed by GUI::FilePicker
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
LibGfx: Add forward declaration header
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-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-12
TextEditor: Replace text in find textbox with selection
0xtechnobabble
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2020-01-11
TextEditor: Use pledge()
Andreas Kling
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-25
Build: support library and generator dependencies
joshua stein
2019-12-22
TextEditor: Ask before opening a file if current document is dirty
Paweł Cholewa
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
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
[next]