summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2022-02-08tdf#147251 can't generally shrink popovers if they don't fit under/overCaolán McNamara1-17/+34
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-9/+9
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-6/+6
2022-01-29gtk4: dlsym hack for gdk_wayland_window_set_application_id not neededCaolán McNamara1-1/+1
2022-01-29gtk4: implement create_screenshot_windowCaolán McNamara1-4/+5
2022-01-28Related: tdf#146261 the intent it to keep the dialog within the screenCaolán McNamara1-8/+13
2022-01-27cid#1497856 Unchecked dynamic_castCaolán McNamara1-16/+11
2022-01-26tdf#146992 gtk_window_set_attached_to causing widgets to shiftCaolán McNamara1-4/+0
2022-01-26tdf#146648 make find and replace dialog reopen at last positionJim Raykowski1-3/+10
2022-01-26Related: tdf#146648 store last known position when visible to return laterCaolán McNamara1-0/+20
2022-01-25gtk4: GtkSpinButton doesn't have has-frame anymoreCaolán McNamara1-0/+6
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara1-9/+1
2022-01-25tdf#146971 changing a11y desc to replace %PRODUCTNAME has perf issuesCaolán McNamara1-13/+9
2022-01-24gtk3: "expand" icon in reference windows goes missing on entering shrunk modeCaolán McNamara1-0/+3
2022-01-24gtk4: use help-browser-symbolic for wizard help button tooCaolán McNamara1-0/+4
2022-01-24gtk4: adapt to window_[g|s]et_default_widgetCaolán McNamara1-30/+54
2022-01-24gtk4: make wizards workCaolán McNamara1-7/+78
2022-01-21gtk4: set homogeneous to true to get two equal width buttonsCaolán McNamara1-7/+0
2022-01-21gtk4: GtkPopover::modal has been renamed to autohideCaolán McNamara1-0/+7
2022-01-20gtk4: gtk_file_filter_add_suffix now exists to fill this gapCaolán McNamara1-1/+3
2022-01-20gtk4: implement SalGtkFilePicker::SetCurFilterCaolán McNamara1-7/+18
2022-01-20gtk4: take SolarMutexGuard on key event handlerCaolán McNamara1-0/+1
2022-01-20gtk4: hide frame for gtk4 to pretty things upCaolán McNamara1-0/+5
2022-01-19WASM add toolkit and Emscripten version to AboutJan-Marek Glogowski1-6/+7
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski1-1/+7
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski12-35/+33
2022-01-14VCL move PrinterInfoManager into GenericUnixSalDataJan-Marek Glogowski2-28/+25
2022-01-13set hint_metrics seperately from hint_styleCaolán McNamara1-5/+6
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara1-2/+14
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara2-5/+5
2022-01-08tdf#146641 allocations attempted while hidden are discarded by gtkCaolán McNamara1-0/+5
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski2-30/+12
2022-01-04Fix typosAndrea Gelmini1-1/+1
2022-01-01vcl: move drawPolyLine (+legacy) to SvpGraphicsBackendTomaž Vajngerl1-1/+1
2021-12-30vcl: move applyColor and clipRegion to CairoCommonTomaž Vajngerl1-1/+5
2021-12-29Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno1-4/+0
2021-12-17tdf#146225 Revert "Use g_get_real_time instead of g_get_current_time"Hossein1-16/+21
2021-12-15unset mpMenuBarWidget when it was destroyed along with its parentCaolán McNamara1-0/+1
2021-12-15tdf#146225 Fix delay when exiting from the gtk3 uiHossein1-4/+14
2021-12-11Fix typosAndrea Gelmini1-1/+1
2021-12-11Use g_get_real_time instead of g_get_current_timeHossein1-31/+16
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand4-4/+14
2021-12-10add resize_to_request to popoverCaolán McNamara1-0/+5
2021-12-09Related: tdf#145786 cooperate between our own grabsCaolán McNamara1-0/+6
2021-12-08only autopopup on mouse hover, not keyboard traversalCaolán McNamara1-0/+16
2021-12-08gtk3: GtkTreeView::gtk_widget_get_preferred_size can return a poor heightCaolán McNamara1-0/+6
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)4-14/+4
2021-12-06tdf#138999 only grab keyboard and not pointing devicesCaolán McNamara1-1/+1
2021-12-02Related: tdf#145901 use x11 popover replacement for all non-menubutton casesCaolán McNamara1-2/+2
2021-11-30gtk[3|4] calculate row height closer to what gtk appears to doCaolán McNamara1-1/+1