summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara
2018-10-02tdf#120234 ignore all proxy windowsJan-Marek Glogowski
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara
2018-09-30weld SwTestAccountSettingsDialogCaolán McNamara
2018-09-29Handle initial TabControl and border windowJan-Marek Glogowski
2018-09-28gla11y: check element visibilityJan-Marek Glogowski
2018-09-28Move TabPage lookup into extra functionJan-Marek Glogowski
2018-09-28Constify vcl::Window child lookupJan-Marek Glogowski
2018-09-28Guard against invalid statesSamuel Mehrbrodt
2018-09-27Fix typosAndrea Gelmini
2018-09-20weld SvxHyphenWordDialogCaolán McNamara
2018-09-20use can-focus for TB_TABSTOP|WB_NOTABSTOP, not editableCaolán McNamara
2018-09-20weld BreakPointDialogCaolán McNamara
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-15add model support to ComboBox like ListBoxCaolán McNamara
2018-09-14weld SvxCharNamePageCaolán McNamara
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-11loplugin:unusedmethodsNoel Grandin
2018-09-09weld SfxNewStyleDlgCaolán McNamara
2018-09-05vcl: less text layout calls in MenuMiklos Vajna
2018-09-05weld SvxBorderTabPageCaolán McNamara
2018-09-05loplugin:useuniqueptr in WindowNoel Grandin
2018-09-03return by std::unique_ptr from GetErrorInfoNoel Grandin
2018-08-31tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky
2018-08-28create toggles with WB_TOGGLE setCaolán McNamara
2018-08-28tdf119556 Sync "Use only paper size from printer preferences"Michael Weghorn
2018-08-27tdf#90376 revert the dock windows' Idles to TimersJan-Marek Glogowski
2018-08-24Resolves: tdf#118572 ensure basic error dialog blocks any other dialogCaolán McNamara
2018-08-21tdf#116542 a11y: Implement .ui ways of setting widget roleSamuel Thibault
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-20TODO: refcount ImplFontListCaolán McNamara
2018-08-20TODO: refcount ImplFontCacheCaolán McNamara
2018-08-19tdf#119321: fix appendCopy in searchAndReplace (printing)Julien Nabet
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna
2018-08-14Resolves: tdf#119251 parse non-default units in user inputted valuesCaolán McNamara
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-10vcl statusbar: fix last non-use of pre-calculated layoutMiklos Vajna
2018-08-10vcl statusbar: store calculated layout in StatusBar::SetItemText()Miklos Vajna
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-27vcl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-23tdf#118453 Reactivate navitagor submenu drag mode and displaySalimHabchi
2018-07-19loplugin:unusedmethodsNoel Grandin
2018-07-18lokdialog: no invalidation when in init showPranav Kant
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke