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
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-23
TextEditor: Add option to open the current file in File Manager
Kampsjaak
2022-12-19
TextEditor: Suggest saving new files with an extension from highlighter
Karol Kosek
2022-12-19
LibSyntax+TextEditor: Move Highlighter::language_string() out of class
Karol Kosek
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
TextEditor: Change Find/Replace shortcut to Ctrl+Shift+F
thankyouverycool
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-07
TextEditor+HexEditor: Warn about unsaved changes after dropping files
Karol Kosek
2022-11-02
TextEditor: Save the selected font
Moustafa Raafat
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-12
TextEditor: Set window title before showing the main window
Gunnar Beutner
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-08
TextEditor: Add Insert Emoji action
electrikmilk
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-16
TextEditor: Correct typo in MainWidget.{cpp,h}
huttongrabiel
2022-08-15
TextEditor: Display widget when needle not found in replace all
huttongrabiel
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch WebContent at session start-up
Lucas CHOLLET
2022-08-14
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-19
TextEditor: Debounce update_preview() in on_change event
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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
[next]