summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-11-01Browser: Update Storage Inspector's cookie model when deleting cookiesTimothy Flynn
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-11-01WebDriver: Implement `GET /session/{id}/element/{id}/text` endpointmartinfalisse
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse
2022-10-31HexEditor: Specify page skip size in multiples of the line heightpremek
2022-10-31VideoPlayer: Start fleshing out the user interfaceZaggy1024
2022-10-31LibVideo: Abstract media container format demuxingZaggy1024
2022-10-31LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoderZaggy1024
2022-10-31LibVideo: Set CodingIndependentCodePoints in its member functionsZaggy1024
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-27PixelPaint: Make scopes hideableTimothy Slater
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-25LibVideo: Add CICP parsing to MatroskaReaderZaggy1024
2022-10-25LibVideo: Implement CICP color space conversionZaggy1024
2022-10-24PixelPaint: Limit editing tools to selectionTimothy Slater
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-22Browser: Show SameSite attribute in cookie storage inspectorSmrtnyk
2022-10-22WebDriver: Implement `GET /session/{id}/element/{id}/name` endpointTobias Christiansen
2022-10-22WebContent+Friends: Add get_element_tag_name IPC and plumbingTobias Christiansen
2022-10-21Browser: Hide WebDriver debug messages behind WEBDRIVER_DEBUGSam Atkins
2022-10-21Magnifier: Increase window sizecrpz1
2022-10-21Magnifier: Add Always on Topcrpz1
2022-10-20Browser: Add ability to delete cookies from Storage InspectorSam Atkins
2022-10-20WebDriver: Introduce a `WebDriverEndpoints` classTobias Christiansen
2022-10-20WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`Tobias Christiansen
2022-10-20WebContent+Friends: Add IPC and plumbing for WebDriver endpointTobias Christiansen
2022-10-19PixelPaint: Add Polygonal Select ToolTimothy Slater
2022-10-19PixelPaint: Pass doubleclick events to toolsTimothy Slater
2022-10-19PixelPaint: Ensure bitmap contains selected pixel before deletingTimothy Slater
2022-10-19PixelPaint: Make escape key clear selection for Wand Select ToolTimothy Slater
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`Tobias Christiansen
2022-10-19WebContent+Friends: Add get_element_property IPC and plumbingTobias Christiansen
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`Tobias Christiansen
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-19WebDriver: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-18WebDriver+Friends: Add IPC and plumbing for Element-gettingTobias Christiansen
2022-10-18PixelPaint: Add action to invert selectionsnooze6214
2022-10-18PixelPaint: Make Wand Select tool select correctly on moved layerssnooze6214
2022-10-17WebDriver: Add/Expand some dbgln'sTobias Christiansen
2022-10-17WebDriver: Implement `POST /session/{id}/cookie` endpointTobias Christiansen
2022-10-17Browser: Add `update_cookie` WebDriver IPC endpointTobias Christiansen
2022-10-17Browser: Allow changing of existing Cookies in the CookieJarTobias Christiansen
2022-10-17PixelPaint: Make Alt-Clicking with all tool act like the PickerToolFausto Tommasi
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-16WebDriver: Implement `GET /session/{id}/cookie/{name}` endpointTobias Christiansen