summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara
2020-12-15use locale specific decimal separator in GtkComboBoxText replacement tooCaolán McNamara
2020-12-15tdf#138932 don't replace . with , for gtk password GtkEntries tooCaolán McNamara
2020-12-15split out get_focus_window for reuseCaolán McNamara
2020-12-15popup_at_rect needs to work like ShowNativePopupMenu for toplevel frameCaolán McNamara
2020-12-14loplugin:unusedmethodsNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11align anchor south-west to dropdown north-eastCaolán McNamara
2020-12-10cupsGetPPD returned a nullptr which OString newly aborts withCaolán McNamara
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara
2020-12-09unref pSubMenuModel at the end of the scopeCaolán McNamara
2020-12-09leaked_storageCaolán McNamara
2020-12-08Remove redundant strlen callStephan Bergmann
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-12-03support completely styling a welded buttonCaolán McNamara
2020-12-01tdf#132350 gtk: implement extra update button in menubarCaolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-27silence warnings about negative widths under RTLCaolán McNamara
2020-11-26keep toolitem ids uniqueCaolán McNamara
2020-11-26Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt
2020-11-25tdf#138425 vcl/gtk activate main menu in UpdateFullThomas Viehmann
2020-11-24add set_buildable_name to enable distinguishing different instancesCaolán McNamara
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-23tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara
2020-11-23Fix typosAndrea Gelmini
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-11-20If we grab focus to a GtkToolbar then focus a GtkToolbarItem childCaolán McNamara
2020-11-20GtkWindow case is similar to GtkPopover caseCaolán McNamara
2020-11-19tdf#138010 (II) getNativeControlRegion (gtk3/kf5): Consider frame's borderMichael Weghorn
2020-11-19Update ident<->toolitem mapping in set_item_identCaolán McNamara
2020-11-18Remove unused SalGtkFilePicker::implAddFilterGroup _rFilter parameterStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-17tdf#138183 sync pending clipboard assign on clipboard ownership-changeCaolán McNamara
2020-11-16check TopLevelMenuHelper for existenceCaolán McNamara
2020-11-15add Menu::get_idCaolán McNamara
2020-11-14remove SalPointNoel Grandin
2020-11-13add set_accessible_descriptionCaolán McNamara
2020-11-13tdf#138047 wait until map to disable the parent SalFrame tab-cyclingCaolán McNamara
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11support getting Expander's labelCaolán McNamara
2020-11-11loplugin:stringviewNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-11support changing Expander's labelCaolán McNamara
2020-11-10sync the vcl expander default with the gtk one to !m_bResizeTopLevelCaolán McNamara
2020-11-10GtkExpander, like GtkCalendar needs to not let click through to vclCaolán McNamara
2020-11-09Resolves: tdf#137786 allow 'toggling' GtkToolButtonsCaolán McNamara
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin