summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-09-22ClockSettings: Increase max visible items for time zone ComboBoxthankyouverycool
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21Browser: Ignore whitespace-only input in the JS consoleSam Atkins
2022-09-21Browser: Ignore title updates when history has no current itemAndreas Kling
2022-09-21SystemMonitor: Save configuration of columnsOrel
2022-09-20Calendar: Add Settings button to configure the CalendarOlivier De Cannière
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add setting to choose default viewOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20SoundPlayer: Port M3UParser to Core::StreamSam Atkins
2022-09-20Run: Use Core::Stream API for command history fileSam Atkins
2022-09-20PixelPaint: Remove unused Image::write_to_file() methodSam Atkins
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-20GamesSettings: Always ensure last card back selected is savedne0ndrag0n
2022-09-16PixelPaint: Scale layer and preserve aspect ratioTommaso Peduzzi
2022-09-16PixelPaint: Add scaling function to move toolTommaso Peduzzi
2022-09-16LibGL: Make GL::create_context fallibleAndrew Kaster
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11CharacterMap: Allow resizing the unicode block listnetworkException
2022-09-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-08Spreadsheet: Add Insert Emoji actionelectrikmilk
2022-09-08TextEditor: Add Insert Emoji actionelectrikmilk
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08Browser: Add context menu iconselectrikmilk
2022-09-06Calendar: Limit the starting day input range to the selected monthnetworkException
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
2022-09-03PixelPaint: Invoke the modified_change callback when layers changekleines Filmröllchen
2022-09-03PixelPaint: Extract common scope code into a generic ScopeWidgetkleines Filmröllchen
2022-09-03PixelPaint: Specify histogram height in GMLkleines Filmröllchen
2022-08-31PixelPaint: Change repeated code into a loop for Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Make erase_selection work for non-rectangular selectionsTimothy Slater
2022-08-31PixelPaint: Add Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Change BucketTool flood fill algorithmTimothy Slater
2022-08-31PixelPaint: Account for alpha in color distance calculationTimothy Slater
2022-08-31PixelPaint: Add point_position_to_preferred_cell to RectangleSelectToolCrax97
2022-08-31PixelPaint: Ask the current tool for the preferred pixel locationCrax97
2022-08-31PixelPaint: Execute mousemove_event early return check beforeCrax97
2022-08-31PixelPaint: Add point_position_to_preferred_cell method to ToolCrax97
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-29HexEditor: Add Help->Manual entry in Menudjwisdom
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28PixelPaint: Cropping to content with moved layers was brokenAndreas Krohn
2022-08-28PixelPaint: Fix const correctness of Selection::in_interactive_selectionKevin Meyer