summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long2-5/+29
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03tdf#92241 fix crashes and rendering of symbol set previewsLászló Németh1-6/+15
2015-07-02Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara1-4/+6
2015-07-02tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loopMiklos Vajna1-2/+6
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky5-10/+10
2015-06-19rendercontext: Fix painting of double-buffered spinboxes.Jan Holesovsky1-10/+25
2015-06-19rendercontext: Fix painting of double-buffered listbox.Jan Holesovsky1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky3-8/+8
2015-06-19tdf#91467 FixedText vertical orientation restoredAndras Timar1-1/+1
2015-06-18rendercontext: Fix rendering of double-buffered fixed line.Jan Holesovsky1-1/+4
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-6/+6
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin6-22/+22
2015-05-28convert INVERT flags to scoped enumNoel Grandin1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin5-16/+15
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin3-3/+3
2015-05-28fix calls to RenderContextTomaž Vajngerl2-2/+2
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin10-91/+90
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2015-05-26Revert "rendercontext: Fix borderwindow rendering when called from class Edit."Jan Holesovsky1-5/+5
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin6-7/+7
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25loplugin:vclwidgetsNoel Grandin1-0/+11
2015-05-25use VclPtr for linked numeric field in sliderTomaž Vajngerl1-1/+1
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl3-100/+43
2015-05-24rendercontext: Improve comboboxes in the double-buffered toolbar.Jan Holesovsky1-1/+5
2015-05-24rendercontext: Fix borderwindow rendering when called from class Edit.Jan Holesovsky1-5/+5
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks11-31/+31
2015-05-23fix for the failed JUnit testTomaž Vajngerl1-1/+2
2015-05-23support linking a Slider with a NumericFieldTomaž Vajngerl1-2/+41
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl3-148/+130
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin4-17/+17
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin7-29/+29
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin11-34/+37
2015-05-22convert POINTER constants to scoped enumNoel Grandin2-3/+3
2015-05-21convert TABITEM constants to scoped enumNoel Grandin1-4/+4
2015-05-20cleanup codeTomaž Vajngerl3-331/+336
2015-05-20fixes for changes in "edit"Tomaž Vajngerl2-5/+2
2015-05-20scrollbar - setup painting settings in ApplySettingsTomaž Vajngerl1-19/+14
2015-05-20edit - setup painting settings in ApplySettingsTomaž Vajngerl1-116/+70
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin5-12/+12
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin9-89/+89
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara1-1/+1