summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl2-1/+8
2014-01-09stop condition reversed, sighCaolán McNamara1-6/+6
2014-01-08Resolves: rhbz#1050162 don't draw to NULL windowCaolán McNamara1-1/+5
2014-01-08Fix compilation error for 64-bit OS X by simplifying codeTor Lillqvist1-8/+0
2014-01-08Revert "make FilePicker::createWithMode not crash"Matúš Kukan1-10/+2
2014-01-08GtkComboBox->VclComboBoxNumericCaolán McNamara1-4/+4
2014-01-08improve warning messageCaolán McNamara1-1/+3
2014-01-07fdo#72521 fdo#73103 Fix editable combo-boxes behavior under KDE4Maxim Monastirsky1-1/+5
2014-01-06EMF/WMF: parse line cap and line joinAndras Timar1-1/+27
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2014-01-06pGlyphIDs->pGlyphIdsCaolán McNamara1-1/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr33-310/+339
2014-01-06Move default: to end of switchChris Sherlock1-3/+4
2014-01-04fdo#73280 - always advance the iterator to avoid an infinite loop.Michael Meeks1-0/+2
2014-01-04hidpi: Blind fix - avoid double scaling by updating GetItemImage().Jan Holesovsky1-16/+39
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-0/+2
2014-01-04fdo#72666 fix for brocken NumericBox constructorSiqi LIU1-0/+2
2014-01-02Resolves: #i123895# split impfont.cxx source from metric.cxxHerbert Dürr3-681/+855
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-1/+1
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-1/+18
2014-01-01check internal children against prefix rather than equalityCaolán McNamara1-2/+2
2014-01-01fdo#39007: blind fix for renamed OS X restore-state fileMichael Meeks1-0/+1
2013-12-31Remove unused variables.Matúš Kukan3-15/+0
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr13-82/+83
2013-12-29Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6Julien Nabet1-6/+8
2013-12-28make FilePicker::createWithMode not crashCaolán McNamara1-2/+10
2013-12-27cppcheck: reduce scopeJulien Nabet1-2/+2
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-2/+4
2013-12-26WaE: unused variable 'aRet'Tor Lillqvist1-1/+0
2013-12-26WaE: unused variable 'aRefreshRect'Tor Lillqvist1-0/+1
2013-12-26WaE: format string is not a string literal (potentially insecure)Tor Lillqvist1-1/+1
2013-12-25cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-12-23convert print progress dialog to .uiCaolán McNamara6-123/+119
2013-12-23add a basic GetOptimalSize to progress barCaolán McNamara1-1/+6
2013-12-23TyposJulien Nabet1-2/+2
2013-12-22TyposJulien Nabet2-8/+8
2013-12-21add an intermediate virtual 'response' to MessageDialogCaolán McNamara1-1/+6
2013-12-20Can't use const_reverse_iterator here.Douglas Mencken1-1/+1
2013-12-20hidpi: Let's be brave & always paint odd heights with Hi-DPI ;-)Jan Holesovsky1-4/+4
2013-12-20hidpi: Nicer painting of the waved lines.Keith Curtis1-5/+17
2013-12-20typo fixesAndras Timar8-18/+18
2013-12-20hidpi: Image is reference counted.Jan Holesovsky1-7/+5
2013-12-20hidpi: Add a FIXME.Jan Holesovsky1-1/+2
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis5-32/+73
2013-12-19Fix sal_Int32/int mismatchTor Lillqvist1-1/+1
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky4-3/+12
2013-12-19Public headers are long moved from hereKhaled Hosny1-2/+0
2013-12-19CID#1038302 (unlikely) invalid iterator useCaolán McNamara1-0/+3
2013-12-19The "fake DPI scale" was always 1Tor Lillqvist7-26/+12