summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11add o3tl version of hash_combine to not depend on boost for thisTomaž Vajngerl2-3/+32
2021-05-11fix leak in ZCodecNoel Grandin2-19/+20
2021-05-11gtk4: gtk_widget_set_focusable needed for GtkEventControllerFocusCaolán McNamara1-0/+1
2021-05-11gtk4: current-folder-changed removed without replacementCaolán McNamara1-0/+10
2021-05-11gtk4: GtkCheckButton no longer inherits from GtkToggleButtonCaolán McNamara1-8/+18
2021-05-11improve perf of xmlreader::PadNoel Grandin2-12/+16
2021-05-11vcl: Popover - signal "closed" when calling popdown()Tomaž Vajngerl1-0/+1
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara3-1/+12
2021-05-11gtk4: have to explicitly ask to listen to all buttonsCaolán McNamara1-0/+1
2021-05-11suppress some leaks I don't want to deal withNoel Grandin1-0/+8
2021-05-11fix leak in SalLayoutGlyphsNoel Grandin2-27/+17
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt3-2/+19
2021-05-11android: Don't crash trying to process non-existing file from recentsMichael Weghorn1-0/+3
2021-05-11gtk4: use GTK_POPOVER_MENU_NESTED to avoid crash on submenusCaolán McNamara1-1/+2
2021-05-11gtk4: centralize g_main_loop_run ifdefryCaolán McNamara4-40/+20
2021-05-11gtk4: avoid gtk_widget_show_allCaolán McNamara1-4/+2
2021-05-11gtk4: get context menus workingCaolán McNamara1-9/+20
2021-05-11Related: tdf#138604 sw: don't advertise AS_CHAR as "to char"Miklos Vajna1-1/+1
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt7-8/+186
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos5-6/+31
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt5-26/+43
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski19-53/+214
2021-05-11vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl1-8/+0
2021-05-11lok: move handleMacroConfirmationRequest to its own methodTomaž Vajngerl2-11/+19
2021-05-11lok: enable macros by default for AndroidTomaž Vajngerl1-0/+4
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl4-9/+7
2021-05-11tdf#134490: sc_ucalc: Add unittestXisco Fauli2-0/+22
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin2-15/+44
2021-05-10tdf#105650 different strikethrough offset for vertical writing.Mark Hung1-1/+1
2021-05-10vcl: use DWriteTextRenderer for vertical writing.Mark Hung4-80/+10
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl24-103/+199
2021-05-10gtk4: GtkPopoverMenu doesn't have "deactivate", try "closed"Caolán McNamara1-0/+5
2021-05-10gtk4: use gdk_wayland_toplevel_set_application_id for dynamic icon changingCaolán McNamara1-6/+8
2021-05-10gtk4: gtk_im_context_set_client_window->gtk_im_context_set_client_widgetCaolán McNamara1-3/+7
2021-05-10gtk4: use gtk_window_minimize to replace gtk_window_iconifyCaolán McNamara1-5/+10
2021-05-10gtk4: GDK_WINDOW_STATE_WITHDRAWN is goneCaolán McNamara1-1/+5
2021-05-10gtk4: add some degree of support for minimized/maximized/default sizeCaolán McNamara2-29/+25
2021-05-10reduce frequency of dynamic_castNoel Grandin1-1/+3
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin1-17/+19
2021-05-10upload libmwaw 0.3.19David Tardon6-35/+8
2021-05-10Test Kahan Sum. Will check Kahan sum stills work properly.dante1-0/+7506
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke1-5/+23
2021-05-10update leak-suppressNoel Grandin1-0/+3
2021-05-10gtk4: add focus-in/outCaolán McNamara2-1/+56
2021-05-10gtk4: get the event state into the button press/releaseCaolán McNamara2-47/+44
2021-05-10gtk4: add crossing eventsCaolán McNamara2-12/+41
2021-05-10gtk4: get motion eventsCaolán McNamara2-18/+40
2021-05-10gtk4: add gesturePressed/gestureReleased support for basic clicksCaolán McNamara2-1/+53
2021-05-10gtk4: enable the existing longpress and swipe gesturesCaolán McNamara2-12/+19
2021-05-10gtk4: new close-request looks equivalent to old delete-eventCaolán McNamara2-5/+24