summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara1-1/+10
2022-03-07gtk4: convert .ui a11y name, desc and labelled-byCaolán McNamara1-6/+49
2022-03-07Drop useless parameterTor Lillqvist2-8/+2
2022-03-01Resolves: tdf#145580 need to use gtk_im_context_filter_keypressCaolán McNamara1-2/+41
2022-03-01Always join thread before destroying itStephan Bergmann1-3/+1
2022-02-23gtk3 a11y: Migrate from deprecated "text-changed" ATK signalMichael Weghorn2-35/+10
2022-02-23gtk3 a11y: Replace deprecated atk_component_get_position in atktextMichael Weghorn1-6/+6
2022-02-23gtk3 a11y: Replace deprecated atk_component_get_position in atkimageMichael Weghorn1-3/+3
2022-02-22gtk3 a11y: Make a11y role mapping more explicitMichael Weghorn1-97/+180
2022-02-22gtk3 a11y: Just use ATK constants for rolesMichael Weghorn1-56/+16
2022-02-22gtk3 a11y: Require atk >= 2.28.1, drop code for < 2.15.2Michael Weghorn1-18/+5
2022-02-15loplugin:fakeboolStephan Bergmann1-1/+1
2022-02-15-Werror,-Wunused-private-fieldStephan Bergmann1-0/+2
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