Sam Atkins
|
54d45d4ac6
LibGUI: Add and use TextEditor::fixed_elements_width()
|
2 年之前 |
Sam Atkins
|
1a5159df73
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
|
2 年之前 |
Fausto Tommasi
|
f7458b3e17
LibGUI: Update TextEditor to delete emoji based on gbp cluster
|
2 年之前 |
Cameron Youell
|
dad70d8d6e
LibGUI: Account for `glyph_spacing()` in spans
|
2 年之前 |
Sam Atkins
|
2dc1682274
LibGUI: Take gutter into account when measuring TextEditor content area
|
2 年之前 |
Sam Atkins
|
6905622b41
LibGUI: Don't show caret cursor when hovering TextEditor's gutter
|
2 年之前 |
Sam Atkins
|
69333e5dbd
LibGUI: Combine wrapping/non-wrapping TextEditor code paths
|
2 年之前 |
Sam Atkins
|
7aef096f85
LibGUI: Fix typo in `span_consumed` variable
|
2 年之前 |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 年之前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年之前 |
Lucas CHOLLET
|
db80425a65
LibGUI: Remove the `Core::File` overload of `write_to_file()`
|
2 年之前 |
Lucas CHOLLET
|
107e15c5bc
LibGUI: Base `write_to_file(StringView path)` on the stream overload
|
2 年之前 |
Aliaksandr Kalenik
|
1f4106842d
LibGfx: Pass font width to `FontDatabase::get()`
|
2 年之前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年之前 |
Sam Atkins
|
a8cf0c9371
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
|
2 年之前 |
Lucas CHOLLET
|
cf1eea27d3
LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`
|
2 年之前 |
Andrew Kaster
|
ddf348daeb
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
|
2 年之前 |
Andreas Kling
|
2a61d66b0a
LibGfx: Make Font::preferred_line_height() more correct
|
2 年之前 |
thankyouverycool
|
804baa42f9
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
|
2 年之前 |
thankyouverycool
|
5b02e6a46b
LibGUI: Handle Enter+Leave events for automatic cursor trackers
|
2 年之前 |
Snow
|
0049dfd717
LibGUI+TextEditor: Add a relative line number option for TextEditor
|
2 年之前 |
Snow
|
2f8c7b1b30
LibGUI: Add shortcut for inserting new line
|
2 年之前 |
Snow
|
df7c0eacd4
TextEditor: Fix commenting shortcut `<Ctrl-/>`
|
2 年之前 |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
thankyouverycool
|
c476ca2bd6
LibGUI: Setup IncrementalSearchBanners for TextEditors
|
2 年之前 |
Kyle Lanmon
|
62a3de0c0a
TextEditor: Add keyboard shortcut to (un)comment a range of lines
|
2 年之前 |
thankyouverycool
|
a6581c2aac
LibGUI: Paint text selections as active in Popups
|
2 年之前 |
Julian Eigmüller
|
0ea399d8d6
LibGUI: Shift+Tab unindents line
|
2 年之前 |