Shannon Booth
|
c25485700a
AK: Port URL scheme from DeprecatedString to String
|
1 年間 前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年間 前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年間 前 |
Karol Kosek
|
4b169cf25f
LibGUI+Userland: Use action text as a fallback in Action::status_tip()
|
2 年 前 |
Karol Kosek
|
2029750519
LibGUI+Userland: Port StatusBar::text() and set_text functions to String
|
2 年 前 |
Hendiadyoin1
|
3d1fd17f8b
SQLStudio: Stop lying about string types
|
2 年 前 |
thankyouverycool
|
02d94a303c
Base+Userland: Apply Human Interface Guidelines to Object text
|
2 年 前 |
Karol Kosek
|
b7558a5ce4
LibGUI+Userland: Store column names in JsonArrayModel as String
|
2 年 前 |
Tim Ledbetter
|
05c8aa71f2
Applications: Update man page links for applications
|
2 年 前 |
Cameron Youell
|
ba38984a60
SQLStudio: Convert `MainWidget` to a failable constructor
|
2 年 前 |
Karol Kosek
|
83af64f053
SQLStudio: Propagate errors from `MainWidget::initialize_menubar()`
|
2 年 前 |
Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
2 年 前 |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 年 前 |
Tim Ledbetter
|
0829101eb8
Applications: Use thousands separator for numbers shown in status bar
|
2 年 前 |
Cameron Youell
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 年 前 |
Karol Kosek
|
797968c310
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
|
2 年 前 |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年 前 |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 年 前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年 前 |
Timothy Flynn
|
e96df1599c
SQLStudio: Display real column names in the results tab
|
2 年 前 |
Timothy Flynn
|
4fe437b4d2
SQLStudio: Separate the script and results tabs with a vertical splitter
|
2 年 前 |
Timothy Flynn
|
d6dee8c0e8
LibSQL+Userland: Pass SQL IPC results to clients in a structure
|
2 年 前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年 前 |
Sam Atkins
|
f0395a2042
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
|
2 年 前 |
Sam Atkins
|
54b1326165
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
|
2 年 前 |
Timothy Flynn
|
e3d5b67eaf
SQLStudio: Remove (unimplemented) ability to open database storage files
|
2 年 前 |
Timothy Flynn
|
690389ae81
SQLStudio: Display error message boxes when connections/executions fail
|
2 年 前 |
Timothy Flynn
|
5822520e6d
SQLStudio: Add an option to select or specify the database to connect to
|
2 年 前 |
Timothy Flynn
|
640e22bbdb
SQLStudio: Only display the character/word count of selected text
|
2 年 前 |
Timothy Flynn
|
a4d2b366b6
SQLStudio: Close the current SQL connection before opening a new one
|
2 年 前 |