summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-11fix leak in ZCodecNoel Grandin
2021-05-11gtk4: gtk_widget_set_focusable needed for GtkEventControllerFocusCaolán McNamara
2021-05-11gtk4: current-folder-changed removed without replacementCaolán McNamara
2021-05-11gtk4: GtkCheckButton no longer inherits from GtkToggleButtonCaolán McNamara
2021-05-11improve perf of xmlreader::PadNoel Grandin
2021-05-11vcl: Popover - signal "closed" when calling popdown()Tomaž Vajngerl
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara
2021-05-11gtk4: have to explicitly ask to listen to all buttonsCaolán McNamara
2021-05-11suppress some leaks I don't want to deal withNoel Grandin
2021-05-11fix leak in SalLayoutGlyphsNoel Grandin
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt
2021-05-11android: Don't crash trying to process non-existing file from recentsMichael Weghorn
2021-05-11gtk4: use GTK_POPOVER_MENU_NESTED to avoid crash on submenusCaolán McNamara
2021-05-11gtk4: centralize g_main_loop_run ifdefryCaolán McNamara
2021-05-11gtk4: avoid gtk_widget_show_allCaolán McNamara
2021-05-11gtk4: get context menus workingCaolán McNamara
2021-05-11Related: tdf#138604 sw: don't advertise AS_CHAR as "to char"Miklos Vajna
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski
2021-05-11vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl
2021-05-11lok: move handleMacroConfirmationRequest to its own methodTomaž Vajngerl
2021-05-11lok: enable macros by default for AndroidTomaž Vajngerl
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl
2021-05-11tdf#134490: sc_ucalc: Add unittestXisco Fauli
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin
2021-05-10tdf#105650 different strikethrough offset for vertical writing.Mark Hung
2021-05-10vcl: use DWriteTextRenderer for vertical writing.Mark Hung
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-10gtk4: GtkPopoverMenu doesn't have "deactivate", try "closed"Caolán McNamara
2021-05-10gtk4: use gdk_wayland_toplevel_set_application_id for dynamic icon changingCaolán McNamara
2021-05-10gtk4: gtk_im_context_set_client_window->gtk_im_context_set_client_widgetCaolán McNamara
2021-05-10gtk4: use gtk_window_minimize to replace gtk_window_iconifyCaolán McNamara
2021-05-10gtk4: GDK_WINDOW_STATE_WITHDRAWN is goneCaolán McNamara
2021-05-10gtk4: add some degree of support for minimized/maximized/default sizeCaolán McNamara
2021-05-10reduce frequency of dynamic_castNoel Grandin
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin
2021-05-10upload libmwaw 0.3.19David Tardon
2021-05-10Test Kahan Sum. Will check Kahan sum stills work properly.dante
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2021-05-10update leak-suppressNoel Grandin
2021-05-10gtk4: add focus-in/outCaolán McNamara
2021-05-10gtk4: get the event state into the button press/releaseCaolán McNamara
2021-05-10gtk4: add crossing eventsCaolán McNamara
2021-05-10gtk4: get motion eventsCaolán McNamara
2021-05-10gtk4: add gesturePressed/gestureReleased support for basic clicksCaolán McNamara
2021-05-10gtk4: enable the existing longpress and swipe gesturesCaolán McNamara
2021-05-10gtk4: new close-request looks equivalent to old delete-eventCaolán McNamara
2021-05-10gtk4: use GDK_ALT_MASKCaolán McNamara