summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-05LibWeb: Add browsing context "still on its initial about:blank Document"Andreas Kling
2022-08-05LibWeb: Add basic skeleton of HTML "session history" to BrowsingContextAndreas Kling
2022-08-05LibWeb: Add the "is initial about:blank" flag to DOM::DocumentAndreas Kling
2022-08-04LibMarkdown: Fix coloring of the first linedemostanis
2022-08-04LibMarkdown: Indent code blocksdemostanis
2022-08-04Applications: Make a few of the larger Toolbars collapsiblethankyouverycool
2022-08-04LibGUI: Let Toolbars collapse into an overflow menuthankyouverycool
2022-08-04LibGUI: Let Buttons set their menu popup positionthankyouverycool
2022-08-04LibGUI: Remove button padding on Toolbar constructionthankyouverycool
2022-08-04LibGUI: Remove useless frame members from Toolbarthankyouverycool
2022-08-04FontEditor: Move new font creation to NewFontDialog and handle errorsthankyouverycool
2022-08-04FontEditor: Improve error handling opening, saving and editing fontsthankyouverycool
2022-08-04FontEditor: Add show_error() helperthankyouverycool
2022-08-04FontEditor: Let editor recover from failed initializationsthankyouverycool
2022-08-04LibGfx: Improve error handling for BitmapFontsthankyouverycool
2022-08-04Profiler: Add scrollbar to FlameGraphViewDavid Smith
2022-08-04LibMarkdown: Implement the image size extensionMacDue
2022-08-03LibJS: Add previously skipped assertion in RegulateTimeLinus Groh
2022-08-03DisplaySettings: Capitalize `s` in screen settingsFiliph Siitam Sandström
2022-08-03LibJS: Only coerce value once in BigInt constructordavidot
2022-08-03HexEditor: Rename camel case variable names in `HexEditor::save_as`James Puleo
2022-08-03HexEditor: Make `HexEditor::open_new_file` fallible and reduce branchingJames Puleo
2022-08-03HexEditor: Remove unused readonly flagJames Puleo
2022-08-03HexEditor: Don't spam debug output when finding all stringsJames Puleo
2022-08-03HexEditor: Change `Find All Strings` shortcut to `Ctrl + Shift + F`James Puleo
2022-08-02LibHTTP+WebServer: Add querystring support0xbigshaq
2022-08-02LibC+LibCore: Use tm_isdst to handle time zone offsets in DSTTimothy Flynn
2022-08-02LibC: Split time_t range validation to separate helper functionTimothy Flynn
2022-08-02LibC: Cache the time zone name found by tzset()Timothy Flynn
2022-08-02Run: Trigger on escape key only onceJelle Raaijmakers
2022-08-02LibWeb: Declare variable with the auto keywordKenneth Myhra
2022-08-02LibWeb: Make sure Blob type is not outside range 0x0020-0x007EKenneth Myhra
2022-08-02LibWeb: Move is_basic_latin() to Blob.{cpp,h}Kenneth Myhra
2022-08-02WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper responsenetworkException
2022-08-02wallpaper: Add pledge promisesnetworkException
2022-08-02Utilities+Base: Rename `pape` utility to `wallpaper`networkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-08-01WorkspacePicker: Hide tray applet entirely when there's only 1 workspaceAndreas Kling
2022-08-01LibGUI: Allow Tab key to switch focus from non-editable GUI::TextEditorAndreas Kling
2022-08-01CrashReporter: Turn off line wrapping in the various text editorsAndreas Kling
2022-08-01CrashReporter: Focus the "Close" button on startupAndreas Kling
2022-08-01CrashReporter: Add ellipsis (...) to "Save Backtrace" buttonAndreas Kling
2022-08-01LibGUI: Expose GUI::Button's "default" property to GMLAndreas Kling
2022-08-01Browser: Set preferred color scheme when constructing a tabnetworkException
2022-08-01AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZEBrian Gianforcaro
2022-07-31LibJS: Call HostEnsureCanCompileStrings in PerformShadowRealmEvalLinus Groh
2022-07-31LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOsLinus Groh
2022-07-30SystemMonitor: Remove the Hardware tabLiav A
2022-07-30LibGfx: Compress PNGs with a better compression levelKarol Kosek
2022-07-30LibWeb: Make <th> elements bold by defaultKarol Kosek