summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Resolves: tdf#142706 ctrl+shift+s to launch insert special characters dialogCaolán McNamara1-4/+55
2021-11-09simplify init in action_wrapper_get_nameNoel Grandin1-11/+5
2021-11-08gtk4: implement GtkPaintable::get_flagsCaolán McNamara1-0/+7
2021-11-07cid#1493476 Logically dead codeCaolán McNamara1-1/+1
2021-11-07Resolves: tdf#145567 restore focus to the usual frame focus widgetCaolán McNamara1-0/+8
2021-11-05fix --enable-gtk3-kde5 buildCaolán McNamara1-1/+2
2021-11-05gtk[3|4] do the same thing to set/get buttons labels for both gtksCaolán McNamara1-4/+0
2021-11-05gtk[3|4] update an existing image on changing button imageCaolán McNamara1-21/+35
2021-11-05gtk[3|4] add find_image_widgetCaolán McNamara1-14/+40
2021-11-05gtk4: move find_image_widget into utilitiesCaolán McNamara1-23/+21
2021-11-05gtk[3|4] merge label search codeCaolán McNamara1-78/+60
2021-11-05gtk4: return existing label widget text on querying button label textCaolán McNamara1-13/+22
2021-11-05gtk4: update an existing label on changing button label textCaolán McNamara1-0/+22
2021-11-05gtk[3|4] set button text via the same functionCaolán McNamara1-15/+15
2021-11-03Related: tdf#143443 remove PANGO_ATTR_ABSOLUTE_SIZE and PANGO_ATTR_SIZECaolán McNamara1-15/+24
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski5-15/+18
2021-10-28gtk4: use a GtkPicture for arbitrary size/ratio toolbar imagesCaolán McNamara1-0/+10
2021-10-28gtk3 a11y: Use correct index when deselecting childMichael Weghorn1-1/+7
2021-10-26gtk4: get correct rectangle for custom renderer areaCaolán McNamara1-2/+3
2021-10-26gtk4: some fonts have pango_font_description_get_size_is_absoluteCaolán McNamara1-3/+10
2021-10-22return weld::Builder by unique_ptrNoel Grandin1-4/+4
2021-10-21loplugin:flattenNoel Grandin5-195/+195
2021-10-19Related: tdf#145169 warn on overwrite from gtk "save as" for remote filesCaolán McNamara1-5/+4
2021-10-19Resolves: tdf#136498 %PRODUCTNAME shown in tool tipsCaolán McNamara1-2/+11
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke1-1/+1
2021-10-15gtk4: get toolbar popovers in sidebar workingCaolán McNamara1-2/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+1
2021-10-12gtk4: allow cursoring to move through menusCaolán McNamara1-2/+2
2021-10-11gtk4: fix asserts and crashes on context menu popdownCaolán McNamara1-6/+13
2021-10-10gtk4: popdown context menu when radio/check is toggledCaolán McNamara1-1/+3
2021-10-10gtk3: popdown context menus on toggling radio/check buttons tooCaolán McNamara1-24/+34
2021-10-10gtk[3|4] use set_buildable_id and get_buildable_idCaolán McNamara2-9/+6
2021-10-10gtk4: this is fixed now by at least >= gtk4-4.4.0Caolán McNamara1-8/+0
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock5-14/+14
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-3/+3
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara3-21/+22
2021-10-08loplugin:moveparam in vclNoel Grandin1-4/+4
2021-10-07fix "gtk_bin_remove: assertion 'priv->child == child' failed" warningCaolán McNamara1-56/+71
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara2-7/+19
2021-10-06tdf#141633 use css instead of pango attribs for font sizeCaolán McNamara1-58/+73
2021-10-06Related: tdf#141633 allow "small-button" elements to shrink furtherCaolán McNamara1-2/+2
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock5-14/+15
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara1-6/+59
2021-10-01tdf#144846 launch gtk3 menubar menus from LibreOffice codeCaolán McNamara1-0/+41
2021-10-01bundle key forward calls together as a functionCaolán McNamara1-7/+14
2021-10-01loplugin:constmethodNoel Grandin3-5/+5
2021-09-30loplugin:constmethod handle more casesNoel Grandin3-4/+4
2021-09-30tdf#141633 multiple line entry font size/zoom not taking effectCaolán McNamara1-0/+23
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara1-0/+99