Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 年間 前 |
ronak69
|
90d68d43ce
KeyboardMapper: Convert Utf-8 char in String to Utf-32 code point
|
1 年間 前 |
Liav A
|
60a96b3786
Userland: Actually use the correct character map index from KeyEvent
|
2 年 前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年間 前 |
Andreas Kling
|
58e482a06d
LibGUI: Remove Layout::try_add_spacer()
|
1 年間 前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年間 前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年間 前 |
Cameron Youell
|
8134dccdc7
AK: Add new failable `JsonArray::{append/set}` functions
|
2 年 前 |
thankyouverycool
|
02a9e5d3f6
LibGUI+Userland: Improve error and font handling for InputBox
|
2 年 前 |
Tim Schumacher
|
ae51c1821c
Everywhere: Remove unintentional partial stream reads and writes
|
2 年 前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年 前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年 前 |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 年 前 |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 年 前 |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 年 前 |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 年 前 |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 年 前 |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 年 前 |
Timothy Flynn
|
4a916cd379
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2 年 前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Zaggy1024
|
66b15e6cd6
KeyboardMapper: Call event.ignore() on keydown in the main widget
|
2 年 前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年 前 |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 年 前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
Karol Kosek
|
b6510f8e76
KeyboardMapper: Ask for unsaved changes on window close and file open
|
3 年 前 |
Karol Kosek
|
ae9e4c6f26
KeyboardMapper: Reset modified flag after loading a file
|
3 年 前 |
Karol Kosek
|
2fd7506212
KeyboardMapper: Display dirty close icon when the file is changed
|
3 年 前 |
Lenny Maiorani
|
160bda7228
Applications: Use default constructors/destructors
|
3 年 前 |
sin-ack
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 年 前 |