summaryrefslogtreecommitdiff
path: root/vcl/source/control/ilstbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-12vcl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-03vcl: Mark them as constTakeshi Abe1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-09Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-6/+3
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-09-04missing part of natural sort commitCaolán McNamara1-0/+7
2015-09-04convert Link<> to typedNoel Grandin1-4/+2
2015-08-16Fix some conversion warnings, reduce scopeMatteo Casalin1-15/+15
2015-08-11loplugin: defaultparamsNoel Grandin1-14/+14
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-02Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara1-4/+6
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-4/+4
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 Holesovsky1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-2/+2
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl1-96/+39
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-6/+6
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-4/+4
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-6/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-15/+15
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-31/+95
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin1-14/+14
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara1-6/+4
2015-05-14gtk3: shiny native focus rectangles for listboxesCaolán McNamara1-0/+16
2015-05-14honour NoFocusRects in ListBoxes like Buttons, etcCaolán McNamara1-0/+3
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-1/+1
2015-05-13gtk3: stop painting the active listboxes blueCaolán McNamara1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-11tdf#90990 - listbox focus issue post dispose.Michael Meeks1-4/+4
2015-05-11tdf#91227 vcl: fix crash in ImplListBox during paste special in WriterMiklos Vajna1-0/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl1-96/+95
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-20/+20
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-7/+7
2015-04-29delegate RenderContext, invalidate - ilstboxTomaž Vajngerl1-5/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-44/+69
2015-04-26gtk3: sane height for list boxes tooCaolán McNamara1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2