summaryrefslogtreecommitdiff
path: root/vcl/inc/ilstbox.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-25vcl: rename private ilstbox.hxx header to listbox.hxxChris Sherlock1-608/+0
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-12WaE: loplugin:redundantcastTor Lillqvist1-1/+1
2015-11-12vcl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-39/+39
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-7/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-28/+28
2015-09-10convert Link<> to typedNoel Grandin1-4/+4
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-18/+0
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl1-4/+4
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-2/+9
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin1-9/+9
2015-05-14gtk3: shiny native focus rectangles for listboxesCaolán McNamara1-0/+2
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-37/+37
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-5/+5
2015-04-29delegate RenderContext, invalidate - ilstboxTomaž Vajngerl1-3/+3
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-57/+58
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-4/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+7
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-1/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-3/+2
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-51/+54
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák1-10/+5
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák1-8/+5
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-4/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-33/+33
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-89/+89
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-42/+42
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi1-34/+0
2014-01-21Translated German commentsLuc Castermans1-1/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann1-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara1-1/+1
2013-11-25Integrate branch of IAccessible2Steve Yin1-2/+12