summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2021-01-01Typo in code 'PPDContexData'->'PPDContextData' (vcl/jobdata)Julien Nabet
2020-12-30Fix typo in codeAndrea Gelmini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-24custom literal for Degree10Noel Grandin
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-22left/top variable names don't match propertyCaolán McNamara
2020-12-22Use gtk_box_pack_start/gtk_grid_attach (vcl/gtk3gtkinst)Julien Nabet
2020-12-22drop deprecated 'rules-hint'Caolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-21presumably we don't then need GDK_VISIBILITY_NOTIFY_MASKCaolán McNamara
2020-12-21drop deprecated visibility-notify-event event handlerCaolán McNamara
2020-12-21drop GTK_STOCK_* label usesCaolán McNamara
2020-12-21ditch direct gtk_alignment_new creationCaolán McNamara
2020-12-21Replace more deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newCaolán McNamara
2020-12-20Replace deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newJulien Nabet
2020-12-20GtkAlignment is a GtkContainer so the GTK_IS_CONTAINER branch is sufficientCaolán McNamara
2020-12-20drop never completed GtkSalPrinterCaolán McNamara
2020-12-17add Menu::get_sensitiveCaolán McNamara
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