summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28LibGUI: Grow spacers after doing layoutFrHun
2022-06-28LibGUI: Add read-only effective size properties for debuggingFrHun
2022-06-28LibGUI: Remove temporary compatibility measures for new layout systemFrHun
2022-06-28LibGUI: Use new layout system for BoxLayout runFrHun
2022-06-28LibGUI: Use new layout system in SplitterFrHun
2022-06-28LibGUI: Use new layout system in scrollable widgetsFrHun
2022-06-28NotificationServer: Remove usages of deprecated implicit ui conversionsFrHun
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-28LibGUI: Add effective and calculated sizes to WidgetFrHun
2022-06-28LibGUI: Change preferred_size in Layout to new layout systemFrHun
2022-06-28LibGUI: Add min_size to LayoutFrHun
2022-06-28LibGUI: Use preferred_size to emulate old is_shrink_to_fitFrHun
2022-06-28LibGUI: Add preferred_size to WidgetFrHun
2022-06-28LibGUI: Introduce UIDimension propertiesFrHun
2022-06-28LibGUI: Use UIDimension in place of int in WidgetFrHun
2022-06-28LibGUI: Add UIDimension and UISize typesFrHun
2022-06-28LibGUI: Refactor BoxLayout for minor readability improvementsFrHun
2022-06-28LibGUI: Add direction totals to MarginsFrHun
2022-06-28Playground: Set `editor->on_change` before opening filesHumberto Alves
2022-06-28ln: Fix typo in `arguments` argumentMaciej
2022-06-27LibWeb/WebGL: Add WebGLRenderingContextBase.canvasLuke Wilde
2022-06-27LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibWeb: Forward CRC2D's ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibHTTP+RequestServer: Recognize more HTTP methodsLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-27Ports: Update curl to 7.84.0Luke Wilde
2022-06-27LibJS: Check for add overflow in `DataViewConstructor`Cyber Gsus
2022-06-27LibGUI: Invert button icons only when the contrast ratio improvesHumberto Alves
2022-06-27Help: Use LibWeb to open files via RequestServerLucas CHOLLET
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-27WindowServer: Make window stealing related functions synchronousLucas CHOLLET
2022-06-27LibFileSystemAccessClient: Return an errno instead of a string literalLucas CHOLLET
2022-06-27FileSystemAccessServer: Manage concurrent file requestsLucas CHOLLET
2022-06-27LibCore: Avoid some successive allocations in Stream::read_all()Lucas CHOLLET
2022-06-27AK: Perform a resize in ByteBuffer::get_bytes_for_writing()Lucas CHOLLET
2022-06-27Browser: Remove GML formatting errors from BrowserSettingsWidget.gmlAndrew Kaster
2022-06-26Spreadsheet: Display a detailed view of a cell error on hoverAli Mohammad Pur
2022-06-26Spreadsheet: Allow importing sheets into an existing workbookAli Mohammad Pur
2022-06-26Spreadsheet: Throw if lookup value doesn't exist and no default is givenAli Mohammad Pur
2022-06-26Spreadsheet: Make it possible to refer to ranges in other sheetsAli Mohammad Pur
2022-06-26AK: Recognize __CLION_IDE__ as well as __CLION_IDE_Ali Mohammad Pur
2022-06-26Spreadsheet: Prevent OOB access to text editor bufferAli Mohammad Pur
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-26Browser+BrowserSettings: Add preference for new tabXexxa
2022-06-26LibGfx: Increase cache-friendliness in FastBoxBlurFilterLenny Maiorani
2022-06-26LibWeb: Fix parsing of background-size: contain/coverMacDue
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-26LibJS: Rename filepath to filename in module related codeLinus Groh
2022-06-26LibJS: Replace enumeration macro in typed_array_species_create()Linus Groh