summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-06-09gtk4: implement some more of the menu requirementsCaolán McNamara2-36/+48
2021-06-09gtk4: default that empty button labels are invisibleCaolán McNamara1-0/+7
2021-06-08gtk4: expand the first child of the end groupCaolán McNamara2-78/+133
2021-06-08gtk4: reverse the order of the pack-type=end widgetsCaolán McNamara1-0/+27
2021-06-07ofz#35033 missing componentsCaolán McNamara1-0/+4
2021-06-07gtk4: convert pack-type to child typeCaolán McNamara2-5/+27
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek1-1/+1
2021-06-06gtk4: don't need to 'formatMenuButton' anymoreCaolán McNamara1-2/+13
2021-06-06gtk4: convert MenuButton "image" to "icon-name"Caolán McNamara1-7/+40
2021-06-06add x-office-calendar to allow symbolic namesCaolán McNamara2-8/+11
2021-06-06use sfx2/res/menu.png for open-menu-symbolicCaolán McNamara1-1/+1
2021-06-06use open-menu-symbolic for menubutton gear menusCaolán McNamara2-0/+3
2021-06-06gtk4: set same use-underline on inserted GtkLabel as parent GtkButtonCaolán McNamara1-3/+16
2021-06-05gtk4: MenuButtons can have images tooCaolán McNamara1-0/+3
2021-06-05psp::PPDParser::getParser deadlock on launchCaolán McNamara1-1/+1
2021-06-05gtk4: ToggleButtons can have images tooCaolán McNamara2-3/+7
2021-06-05gtk4: silence some warningsCaolán McNamara1-31/+61
2021-06-05vcl unix : use std::thread in PPDParser::getParserArnaud Versini1-3/+3
2021-06-04Fix UITestMike Kaganski1-0/+1
2021-06-04gtk4: don't want normal case to have a radiobuttonCaolán McNamara1-0/+2
2021-06-04gtk4: reeenable the rest of the math dialogsCaolán McNamara1-0/+2
2021-06-04gtk4: experiment with GtkPicture for all our theme resourcesCaolán McNamara2-9/+52
2021-06-04gtk4: support radio groups in GtkMenuButton menusCaolán McNamara2-17/+113
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna1-2/+7
2021-06-04Fix UITestMike Kaganski1-0/+1
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna1-2/+5
2021-06-04gtk4: convert GtkMenu into GtkPopoverMenuCaolán McNamara2-6/+169
2021-06-04gtk4: strip use-popover from GtkMenuButtonCaolán McNamara2-0/+7
2021-06-04gtk4: add some spacing between elements of menubuttonCaolán McNamara2-0/+7
2021-06-04ditch old stop-timer warning which has become visibleCaolán McNamara1-2/+0
2021-06-04gtk4 crash on exitCaolán McNamara1-1/+2
2021-06-04fix SAL_WARN_IF checkNoel Grandin1-2/+3
2021-06-04android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer1-0/+9
2021-06-04Added Text Import Dialog to JSDialogs listmerttumer1-1/+2
2021-06-03split .ui conversion code into its own fileCaolán McNamara6-886/+957
2021-06-03gtk4: transform always-show-image into a GtkBox child for the GtkButtonCaolán McNamara1-4/+53
2021-06-03gtk4: don't call gtk_widget_destroy on a GtkPopoverCaolán McNamara1-0/+4
2021-06-03gtk4: get mouse motion eventsCaolán McNamara1-24/+94
2021-06-03fix crash in GtkSalData destructorNoel Grandin1-1/+0
2021-06-03gtk4: get basic menubutton popovers workingCaolán McNamara1-8/+15
2021-06-03gtk4: get menubutton picture aligned nicelyCaolán McNamara1-0/+2
2021-06-03gtk4: align menubutton label to startCaolán McNamara1-0/+1
2021-06-03gtk4: use a GtkPicture instead of a GtkImage in MenuButtonsCaolán McNamara1-76/+112
2021-06-03merge duplicate functionsCaolán McNamara1-12/+10
2021-06-03vcl: fix clang7 buildMiklos Vajna1-1/+1
2021-06-03gtk4: GtkMenuButton doesn't inherit from GtkToggleButton anymoreCaolán McNamara1-71/+192
2021-06-03gtk4: reenable partial PopoverCaolán McNamara1-9/+8
2021-06-03vcl: check mpWindowImpl before referencing itGabriel Masei3-27/+43
2021-06-02gtk4: get fancy blue "suggested-action" button for Print in print dialogCaolán McNamara2-0/+8
2021-06-02Re-enable part of testTdf108963 on WindowsMike Kaganski1-3/+0