Age | Commit message (Expand) | Author |
2021-10-26 | gtk4: get correct rectangle for custom renderer area | Caolán McNamara |
2021-10-26 | gtk4: some fonts have pango_font_description_get_size_is_absolute | Caolán McNamara |
2021-10-22 | return weld::Builder by unique_ptr | Noel Grandin |
2021-10-21 | loplugin:flatten | Noel Grandin |
2021-10-19 | Related: tdf#145169 warn on overwrite from gtk "save as" for remote files | Caolán McNamara |
2021-10-19 | Resolves: tdf#136498 %PRODUCTNAME shown in tool tips | Caolán McNamara |
2021-10-19 | Use MsLangId::getConfiguredSystemUILanguage() | Eike Rathke |
2021-10-15 | gtk4: get toolbar popovers in sidebar working | Caolán McNamara |
2021-10-12 | gtk4: allow cursoring to move through menus | Caolán McNamara |
2021-10-11 | gtk4: fix asserts and crashes on context menu popdown | Caolán McNamara |
2021-10-10 | gtk4: popdown context menu when radio/check is toggled | Caolán McNamara |
2021-10-10 | gtk3: popdown context menus on toggling radio/check buttons too | Caolán McNamara |
2021-10-10 | gtk[3|4] use set_buildable_id and get_buildable_id | Caolán McNamara |
2021-10-10 | gtk4: this is fixed now by at least >= gtk4-4.4.0 | Caolán McNamara |
2021-10-08 | sort buttons using id instead of HelpId | Caolán McNamara |
2021-10-07 | fix "gtk_bin_remove: assertion 'priv->child == child' failed" warning | Caolán McNamara |
2021-10-06 | Related: tdf#141633 similiarly support match spinbutton font size | Caolán McNamara |
2021-10-06 | tdf#141633 use css instead of pango attribs for font size | Caolán McNamara |
2021-10-06 | Related: tdf#141633 allow "small-button" elements to shrink further | Caolán McNamara |
2021-10-04 | Related: tdf#141633 similiarly support match combo/listbox font sizes | Caolán McNamara |
2021-10-01 | tdf#144846 launch gtk3 menubar menus from LibreOffice code | Caolán McNamara |
2021-10-01 | bundle key forward calls together as a function | Caolán McNamara |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-09-30 | tdf#141633 multiple line entry font size/zoom not taking effect | Caolán McNamara |
2021-09-30 | Related: tdf#141633 support setting a custom font for TextView | Caolán McNamara |
2021-09-29 | gtk4: fix build | Caolán McNamara |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-28 | tdf#144139 don't crash when OutputDevice is a printer | Caolán McNamara |
2021-09-27 | gtk4: use gtk_widget_unparent to drop ref count to 0 and destroy | Caolán McNamara |
2021-09-27 | gtk3: fix fullscreen mode | Caolán McNamara |
2021-09-27 | gtk4: get full screen opengl transitions non-crashing | Caolán McNamara |
2021-09-27 | gtk4: get toggling into full screen mode working | Caolán McNamara |
2021-09-23 | Related: tdf#142704 ReadStringHook may not be set in testing configurations | Caolán McNamara |
2021-09-22 | Resolves: tdf#142704 %PRODUCTNAME shown in gtk3 extended tips | Caolán McNamara |
2021-09-22 | Extend loplugin:stringviewparam to starts/endsWith: vcl | Stephan Bergmann |
2021-09-17 | gtk4: fill context menus | Caolán McNamara |
2021-09-17 | gtk4: guard vcl calls from gtk | Caolán McNamara |
2021-09-17 | Fix gtk4 build ('--enable-werror') | Michael Weghorn |
2021-09-17 | gtk4: get menus attached to menubuttons after load time working | Caolán McNamara |
2021-09-17 | gtk4: listen to "toggled" so callbacks see get_menu_item_active of true | Caolán McNamara |
2021-09-16 | gtk4: use gtk_menu_button_set_child when available to fill in icon | Caolán McNamara |
2021-09-16 | gtk4: 4.6.0 will have gtk_menu_button_set_child | Caolán McNamara |
2021-09-16 | gtk4: adjust to GtkMenuButton changes in 4.6 onwards | Caolán McNamara |
2021-09-16 | find_menu_button only needed for gtk3 | Caolán McNamara |
2021-09-15 | gtk4: remove text-button css property on setting a child image widget | Caolán McNamara |
2021-09-15 | gtk4: allow combobox text width to shrink smaller than natural request | Caolán McNamara |
2021-09-15 | loplugin:constvars | Noel Grandin |
2021-09-13 | tdf#142415 mouse events not propogated to table control event handlers | Caolán McNamara |
2021-09-10 | gtk4: use gtk_event_controller_key_forward to see if toplevel would use key | Caolán McNamara |
2021-09-10 | gtk4: we don't need to block the drawing area as a focus candidate | Caolán McNamara |