summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2015-11-28tdf#91288 Does not display traditional Chinese variant ofMark Hung1-1/+3
2015-11-05Collabora Office: hackish fix of repaint problem of vcl widgetsAndras Timar1-15/+3
2015-10-29tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-2/+9
2015-10-17Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung1-0/+3
2015-09-18tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-08-06Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2-0/+9
2015-08-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-1/+1
2015-08-06coverity#1308603 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-08-06tdf#91362: Don't override printer page autodetectionKatarina Behrens2-1/+10
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-0/+37
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara1-0/+6
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin2-10/+10
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+4
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-34/+81
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann4-12/+11
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-20convert AppleLanguageId to scoped enumNoel Grandin1-2/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
2015-04-10automated VclPtrInstance conversion.Michael Meeks2-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-2/+2
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-4/+4
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-26/+76
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-5/+5
2015-04-09vcl: window destructors calling disposeNoel Grandin2-10/+7
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-07invalid index on load of ooo86460-1.xlsCaolán McNamara1-5/+4
2015-04-04Pointless to have a macro that is used just onceTor Lillqvist1-2/+1
2015-04-02fix crash with ooo71962-1.odtCaolán McNamara1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin4-19/+14
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-8/+56
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-6/+6
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-56/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann12-58/+58
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-8/+56
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-13/+13
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-4/+4
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-16/+17
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-2/+2
2015-03-23Typo: impemented->implementedJulien Nabet1-1/+1
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+20
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-5/+0
2015-03-19Speed up ScriptRun::getPairIndexNoel Grandin2-90/+75