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-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-20
TextEditor: Preserve preview scroll position across page refreshes
Sahan Fernando
2020-07-18
TextEditor: Auto-select C++ syntax highlighting for more extensions
Nico Weber
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-06
TextEditor: Use ArgsParser and allow the user to specify preview mode
AnotherTest
2020-07-04
TextEditor: Allow turning off the preview mode
Andreas Kling
2020-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-26
TextEditor: Add live preview for HTML documents :^)
Andreas Kling
2020-06-21
TextEditor: Use Web::PageView::load_html() for the markdown preview
Andreas Kling
2020-06-04
TextEditor: Allow "TextEditor foo.txt" to create a new file
Andreas Kling
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
TextEditor: Use JS syntax highlighting for .json files :^)
Andreas Kling
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-05-01
Applications: TextEditor INI file syntax highlighter
Hüseyin ASLITÜRK
2020-04-30
TextEditor: Use document path as base URL for markdown preview HTML
Andreas Kling
2020-04-30
TextEditor: Pledge "unix" so we can load images in Markdown preview
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-28
TextEditor: Fix typo in comment
Linus Groh
2020-04-28
TextEditor: Add live preview when editing markdown :^)
Andreas Kling
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
[next]