summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-07fix "gtk_bin_remove: assertion 'priv->child == child' failed" warningCaolán McNamara
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara
2021-10-06tdf#141633 use css instead of pango attribs for font sizeCaolán McNamara
2021-10-06Related: tdf#141633 allow "small-button" elements to shrink furtherCaolán McNamara
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-10-01tdf#144846 launch gtk3 menubar menus from LibreOffice codeCaolán McNamara
2021-10-01bundle key forward calls together as a functionCaolán McNamara
2021-10-01loplugin:constmethodNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30tdf#141633 multiple line entry font size/zoom not taking effectCaolán McNamara
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-09-29qt5: Rename sources + headers according to new class namesMichael Weghorn
2021-09-29qt5: Remove "5" from class names in qt5 VCL pluginMichael Weghorn
2021-09-29qt5/kf5: Drop 'qt5/' prefix from includesMichael Weghorn
2021-09-29gtk4: fix buildCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28tdf#144139 don't crash when OutputDevice is a printerCaolán McNamara
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-27gtk4: use gtk_widget_unparent to drop ref count to 0 and destroyCaolán McNamara
2021-09-27gtk3: fix fullscreen modeCaolán McNamara
2021-09-27gtk4: get full screen opengl transitions non-crashingCaolán McNamara
2021-09-27gtk4: get toggling into full screen mode workingCaolán McNamara
2021-09-23gtk4: fix buildCaolán McNamara
2021-09-23Related: tdf#142704 ReadStringHook may not be set in testing configurationsCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-22Resolves: tdf#142704 %PRODUCTNAME shown in gtk3 extended tipsCaolán McNamara
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann
2021-09-21add commentNoel Grandin
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17gtk4: fill context menusCaolán McNamara
2021-09-17gtk4: guard vcl calls from gtkCaolán McNamara
2021-09-17Fix gtk4 build ('--enable-werror')Michael Weghorn
2021-09-17gtk4: get menus attached to menubuttons after load time workingCaolán McNamara
2021-09-17gtk4: listen to "toggled" so callbacks see get_menu_item_active of trueCaolán McNamara
2021-09-16gtk4: use gtk_menu_button_set_child when available to fill in iconCaolán McNamara
2021-09-16gtk4: 4.6.0 will have gtk_menu_button_set_childCaolán McNamara
2021-09-16gtk4: set always-show-arrow on GtkMenuToolButton replacementsCaolán McNamara
2021-09-16gtk4: adjust to GtkMenuButton changes in 4.6 onwardsCaolán McNamara
2021-09-16find_menu_button only needed for gtk3Caolán McNamara
2021-09-16gtk4: set can-shrink to False for GtkPictureCaolán McNamara
2021-09-16gtk4: set newly available always-show-arrow propertyCaolán McNamara
2021-09-15gtk4: remove text-button css property on setting a child image widgetCaolán McNamara
2021-09-15gtk4: allow combobox text width to shrink smaller than natural requestCaolán McNamara
2021-09-15loplugin:constvarsNoel Grandin
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara
2021-09-10gtk4: use gtk_event_controller_key_forward to see if toplevel would use keyCaolán McNamara