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