summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin9-24/+24
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin7-28/+28
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-8/+8
2015-01-04A bit of cleanup.Jan Holesovsky2-2/+2
2015-01-02Fix simple typos.Andrea Gelmini1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-7/+6
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-3/+2
2014-12-28Rework TabBar D&D tab move triangles and make them HiDPI awareTomaž Vajngerl1-10/+27
2014-12-28HiDPI: TabBar resizer changes size depending on DPI scale factorTomaž Vajngerl1-2/+3
2014-12-27Cleanup and simplify TabDrawer & remove maPolyTomaž Vajngerl1-67/+47
2014-12-25fdo#87596 Draw tab fill color when selected on the tab bottomTomaž Vajngerl1-0/+17
2014-12-24callcatcher: update unusedcodeCaolán McNamara1-13/+0
2014-12-22WaE: unused variable 's_sIsSystemFont'Tor Lillqvist1-1/+0
2014-12-22callcatcher: update unused codeCaolán McNamara1-54/+0
2014-12-22fdo#56970 Show insert tab at the correct position when RTL is onTomaž Vajngerl1-4/+7
2014-12-20TyposJulien Nabet1-1/+1
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-7/+8
2014-12-18Build fix for gcc 4.7.Kohei Yoshida1-4/+4
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann19-45/+42
2014-12-16Tab bar: multiply the size of the plus icon if HiDPI is detectedTomaž Vajngerl1-7/+16
2014-12-15OneDrive binding settingsMihai Varga1-1/+5
2014-12-14fdo#39468 translate German commentsMichael Weghorn1-1/+1
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann5-17/+14
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky3-3/+0
2014-12-10fdo#76776 crashes after paste a table from WriterCaolán McNamara1-0/+2
2014-12-09changed timers to idlesJennifer Liebel2-4/+4
2014-12-09changed timers to idlesTobias Madl2-10/+10
2014-12-09changed timers to idleJennifer Liebel2-9/+9
2014-12-09changed Timer tp idleTobias Madl1-9/+9
2014-12-09changed timers to idleJennifer Liebel3-15/+15
2014-12-09changed timers to idlesTobias Madl2-5/+5
2014-12-09changed timers to idleJennifer Liebel2-4/+4
2014-12-09Changed timer to idleTobias Madl2-5/+5
2014-12-09changed timers to idleJennifer Liebel1-7/+7
2014-12-09changed timers to idlesJennifer Liebel2-16/+15
2014-12-09changed timer to idleJennifer Liebel1-2/+2
2014-12-09Changed Idle Timers. into IdleTobias Madl3-14/+13
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2-2/+10
2014-12-04callcatcher: update unused codeCaolán McNamara1-9/+0
2014-12-03rulers: Make the numbers a bit smaller, and always with odd size.Jan Holesovsky1-0/+14
2014-12-01typoStephan Bergmann1-1/+1
2014-12-01typoStephan Bergmann1-1/+1
2014-12-01typoStephan Bergmann1-1/+1
2014-12-01WaE: -Werror=switchCaolán McNamara4-202/+177
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl18-34/+34
2014-11-27don't access contents of empty string, e.g. with kde96709-1.htmlCaolán McNamara1-2/+2
2014-11-25HIG fixes for svtoolsAdolfo Jayme Barrientos8-705/+471
2014-11-22Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida1-26/+19