Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 years ago |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 years ago |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 years ago |
Timothy Flynn
|
4a916cd379
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Zaggy1024
|
66b15e6cd6
KeyboardMapper: Call event.ignore() on keydown in the main widget
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Karol Kosek
|
b6510f8e76
KeyboardMapper: Ask for unsaved changes on window close and file open
|
3 years ago |
Karol Kosek
|
ae9e4c6f26
KeyboardMapper: Reset modified flag after loading a file
|
3 years ago |
Karol Kosek
|
2fd7506212
KeyboardMapper: Display dirty close icon when the file is changed
|
3 years ago |
Lenny Maiorani
|
160bda7228
Applications: Use default constructors/destructors
|
3 years ago |
sin-ack
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 years ago |
Jean-Paul Balabanian
|
a69598a670
KeyboardMapper: Add support for dynamic keyboard visualization
|
3 years ago |
RasmusNylander
|
c00014fa54
KeyboardMapper: Port to Core::Stream
|
3 years ago |
RasmusNylander
|
9678ff15a8
KeyboardMapper: Propagate errors using ErrorOr and TRY
|
3 years ago |
RasmusNylander
|
c4b2efd95e
KeyboardMapper: Show multiple pressed keys at once
|
3 years ago |
RasmusNylander
|
a1531dba91
KeyboardMapper: Extract method map_from_name
|
3 years ago |
RasmusNylander
|
b2a6c9e5ea
KeyboardMapper: Extract creation of map-selection buttons
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
sin-ack
|
e11d177618
Userland+LibGUI: Add shorthand versions of the Margins constructor
|
3 years ago |
Brian Gianforcaro
|
a51e6547aa
Applications: Remove unused header includes
|
3 years ago |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 years ago |
NonStdModel
|
484ec94624
KeyboardMapper: Add GUI alert in case load from file fails
|
4 years ago |
NonStandardModel
|
5bbca2fa8b
KeyboardMapper: Fix crash upon loading an invalid JSON file
|
4 years ago |