index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
TextEditor
Age
Commit message (
Expand
)
Author
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
TextEditor: Update file argument parser regex pattern
Ali Chraghi
2022-03-29
TextEditor: Use the search API of GUI::TextEditor
Itamar
2022-02-26
TextEditor: Save wrapping mode settings
thankyouverycool
2022-02-26
TextEditor: Add missing syntax Alt-menu shortcuts
thankyouverycool
2022-02-24
TextEditor: Update status bar to use clickable Segments
thankyouverycool
2022-02-24
LibGUI+Apps: Convert Statusbar Labels to Segments
thankyouverycool
2022-02-23
LibGUI+Apps: Prevent Splitter children from being unresizable
thankyouverycool
2022-02-23
LibGUI+Apps: Let Splitters select which resizee to set fixed
thankyouverycool
2022-02-21
Userland: Ask first for unsaved changes after clicking an "Open" action
Karol Kosek
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-02-07
LibGUI+TextEditor: Highlight the entire current line
thankyouverycool
2022-01-23
TextEditor: Fix crash on startup when file specified cannot be opened
Rummskartoffel
2022-01-20
TextEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-18
TextEditor: Hookup git commit message detection and highlighting
Brian Gianforcaro
2022-01-09
TextEditor: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-04
TextEditor: Use early return style in "save" action callback
Andreas Kling
2022-01-04
TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)
Andreas Kling
2022-01-04
TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-28
TextEditor: Highlight AF files as INI
Maciej
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-12-09
HackStudio+TextEditor: Persist EditingEngineType across editors
scwfri
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
TextEditor: Port to LibMain :^)
Andreas Kling
2021-11-13
LibGUI: Change delete key handling from action to keydown_event
Andrew January
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-06
TextEditor: Fix hang on "Replace All"
Davi
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-09-19
TextEditor: Show total character and word count without selection
thankyouverycool
2021-09-11
TextEditor: Remove wordiness and a separator in View menu
thankyouverycool
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-10
TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor/FileArgument: Remove file existance check for early exit
Mustafa Quraish
2021-09-02
TextEditor: Stop calling window->set_modified(false) on file save
Karol Kosek
2021-08-26
TextEditor: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-23
TextEditor: Unveil the full path to the config file
Ralf Donau
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-31
HackStudio+TextEditor: Sync extensions from the FileIconProvider file
Karol Kosek
2021-07-31
TextEditor: Add automatic syntax highlighting for Shell and .htm files
Karol Kosek
[next]