Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Adam Harald Jørgensen
|
258af88b29
LibGUI: Fix search highlighting so that it matches the search query
|
1 year ago |
Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
1 year ago |
thankyouverycool
|
aaf60053f1
LibGUI: Use ColorRole::DisabledText when AbstractView is disabled
|
2 years ago |
thankyouverycool
|
207409c925
LibGUI: Don't hover AbstractView indicies outside visible content
|
2 years ago |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
MacDue
|
a1726b1ba5
LibGfx: Avoid rounding/truncating glyph positions till blitting
|
2 years ago |
Aayush
|
7a4b912ece
LibGUI: Fix invalid ModelIndices during shift-click multiselection
|
2 years ago |
Jelle Raaijmakers
|
7b0adee487
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
|
2 years ago |
thankyouverycool
|
d938b9effe
LibGUI+Applications: Rename automatic scrolling timer functions
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Karol Kosek
|
a0ef00cab2
LibGUI: Don't accept drag events in AbstractView if it's not editable
|
2 years ago |
Matthew B. Jones
|
79a5a1c209
LibGUI: Correct cursor index during mouseup_event
|
2 years ago |
networkException
|
30d68d71b4
LibGUI: Move range selection calculations into separate function
|
2 years ago |
kleines Filmröllchen
|
fc6ffbc006
LibGUI: Register many properties of AbstractView
|
3 years ago |
Vrins
|
4b4ee95cdb
LibGUI: Set cursor when using highlighted_search in abstractview
|
3 years ago |
Linus Groh
|
cab032f1ee
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
|
3 years ago |
kleines Filmröllchen
|
145eeb57ab
Userland: Remove a bunch of unnecessary Vector imports
|
3 years ago |
Marcus Nilsson
|
4459cb33ed
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
|
3 years ago |
Andreas Kling
|
2375e1bcda
LibGUI: Rename ModelSelection::remove_matching => remove_all_matching
|
3 years ago |
Elyse
|
d53e1fa1fa
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
Marcus Nilsson
|
d660e86d13
LibGUI: Implement automatic scrolling in AbstractView
|
3 years ago |
Dawid Wolosowicz
|
484b9c1ba3
LibGUI: West Const to East Const refactor
|
3 years ago |
Dawid Wolosowicz
|
8419eef85e
LibGUI: Sync the highlighting after each model update
|
3 years ago |
Dawid Wolosowicz
|
d0e44993a1
LibGUI: Refactor AbstractView::do_search() into two standalone steps
|
3 years ago |
Dawid Wolosowicz
|
cc93736f21
LibGUI: Remove barely used AbstractView::is_searching()
|
3 years ago |
Dawid Wolosowicz
|
b775b1c199
LibGUI: Unify naming of searching timer related members
|
3 years ago |
Dawid Wolosowicz
|
9225b45c2d
LibGUI: Rename AbstractView::m_searching => m_highlighted_search
|
3 years ago |