summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-06-18fdo#65844 use right colors from paletteDavid Tardon1-2/+4
2013-06-18Use Core Text defaults for kerning and ligaturesKhaled Hosny1-9/+0
2013-06-16Fix PDF export with fallback fonts in Core TextKhaled Hosny4-24/+47
2013-06-16Get rid of SalLayout::GetFallbackFontData()Khaled Hosny9-80/+49
2013-06-12Revert "Revert "Fix fdo#64972 - strikethrough displays too high""David Tardon1-1/+2
2013-06-12fdo#65132 compute font height correctlyDavid Tardon1-1/+1
2013-06-12Cairo canvas fixesMichael Meeks2-23/+81
2013-06-12Fix bnc#795857 Use correct sizes for EMF+ bitmap renderingRadek Doulik2-10/+9
2013-06-12Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"Michael Meeks6-99/+76
2013-06-12Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks5-55/+7
2013-06-11fdo#65450 Not to call MenuBar's selection logic for rollover effectIsamu Mogi1-11/+31
2013-06-09Remove remnants of help agentCaolán McNamara1-4/+0
2013-06-07Fix memory leak in SelectionManager::getXdndVersion.Mark Wielaard1-0/+3
2013-06-06Drop the trailing white space crackKhaled Hosny1-24/+3
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard1-0/+2
2013-06-05Resolves: fdo#65407 fix broken ellipse generationCaolán McNamara1-32/+13
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard1-0/+2
2013-06-05Fix memory leak in SalGtkPicker::uritounicode.Mark Wielaard1-0/+1
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard1-1/+3
2013-06-05sidebar: Try harder to find the command's image.Jan Holesovsky1-6/+35
2013-06-05sidebar: Support for dropdown toolbar items in .ui.Jan Holesovsky1-2/+7
2013-06-05sidebar: Allow creation of toolboxes using Widget layout / .ui.Jan Holesovsky3-3/+143
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks2-1/+14
2013-06-04Revert "Fix fdo#64972 - strikethrough displays too high"Petr Mladek1-2/+1
2013-06-04fdo#34423 Allow to rotate raw uncompressed bitmaps.Tomaž Vajngerl1-1/+20
2013-06-04Drop ENABLE_CORETEXTKhaled Hosny1-37/+0
2013-06-04Use Core Text font manager instead of deprecated ATSKhaled Hosny1-33/+17
2013-06-03Fix 64-bit buildTor Lillqvist1-1/+7
2013-06-03Clarify headers.Michael Meeks3-52/+42
2013-06-03Drop Core Text dynamic loading stuffKhaled Hosny3-141/+13
2013-06-03Get the new Core Text code to compileKhaled Hosny6-102/+48
2013-06-03Cherry-pick Core Text port from AOOKhaled Hosny9-1/+2586
2013-06-03Use the right control variable for index accessStephan Bergmann1-1/+1
2013-06-03fdo#56583 - avoid setting user time on unrealized windows.Michael Meeks1-2/+10
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2013-05-28fdo#63254 UI:Horizontal scroll bar isn't displayed when RTL tabAbdulaziz A Alayed1-2/+3
2013-05-27vcl: Check SH_MenuBar_MouseTracking when menubar is drawn on KDEIsamu Mogi3-13/+23
2013-05-27vcl: Implement drawing CTRL_MENUBAR and PART_MENU_ITEM on KDEIsamu Mogi1-0/+3
2013-05-27vcl: Add sink effect (QStyle::State_Sunken) to menubar on KDEIsamu Mogi1-0/+3
2013-05-27Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi10-15/+89
2013-05-25Fix fdo#64972 - strikethrough displays too highKhaled Hosny1-1/+2
2013-05-25Revert "Fix improper glyph positioning with old fonts"Khaled Hosny1-1/+1
2013-05-25A hack to fix mark placement in old fontsKhaled Hosny1-1/+19
2013-05-24Splitter::ImplInitHorVer(bool) should always initialize all state.Mark Wielaard1-17/+17
2013-05-24Resolves: #i120529# abort print controller job, if no pages will be printedOliver-Rainer Wittmann1-1/+7
2013-05-23Fix improper glyph positioning with old fontsKhaled Hosny1-1/+1
2013-05-23Fix left to right full justificationKhaled Hosny3-99/+2
2013-05-22setting max line count should allow extra values to be added laterCaolán McNamara2-2/+2
2013-05-22restore StatusBar::GetItemData, etc. because we need it againCaolán McNamara1-0/+175
2013-05-22WaE: signed/unsigned comparisonCaolán McNamara1-1/+1