summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30LibWeb: Create a new BFC when the overflow is neither visible nor clipTimothy Flynn
2021-03-30LibWeb: Compute position of relative blocks before placing themTimothy Flynn
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-30LibWeb: Get the first DOM node with a 'title' attribute for tooltip areaTimothy Flynn
2021-03-30WindowServer: Install WindowServer headersAndreas Kling
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30MenuApplets: Remove old clock/calendar appletthankyouverycool
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-29LibElf+readelf: Parse ELFs with no program headers correctlyIdan Horowitz
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-29LibWeb: Compute position of relative block elementsTimothy Flynn
2021-03-29SystemServer: dynamically fetch device group IDsIdan Horowitz
2021-03-29SystemServer: chown all available TTY devices to the tty groupIdan Horowitz
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
2021-03-29TextEditor: Adjust AutoCompleteBox's position to the scroll heightItamar
2021-03-29Utilites: Add ddg0mb4
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-29Playground: Autocomplete after empty {}Edgar Araújo
2021-03-29Playground: Move AutocompleteProvider to a separate fileEdgar Araújo
2021-03-29LibGUI: Remove the necessity to have empty {} on GML objectsEdgar Araújo
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28WindowServer: Add menu item fade-out animation upon activationTom
2021-03-28WindowManager: Allow disabling window hit testing altogetherTom
2021-03-28LibCore: Add Timer::create_repeating convenience methodTom
2021-03-28LibGfx: Use zlib instead of just deflate when loading PNGsLuke
2021-03-28LibJS: Fix m_allocations_since_last_gc initialization valueLinus Groh
2021-03-28LibC: Implement asprintf() and vasprintf()Andreas Kling
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-28WindowServer: Add ability to show/hide window menubarsAndreas Kling
2021-03-28Spreadsheet: Ignore extra empty lines after the rowsAnotherTest
2021-03-28Spreadsheet: Make the CSV reader more lenientAnotherTest
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest
2021-03-28LibGUI: Register GUI::StackWidget with GMLAnotherTest
2021-03-28WindowServer: Make Window::event() protectedAndreas Kling
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-28LibCore: Make Core::Object::event() protectedAndreas Kling