summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Only accelerators in Edit popup on Windows and KDEChristian Dywan5-7/+21
2011-04-20fix fdo#36399 - ScrollBar display bug on dialog boxesRobert Dargaud1-1/+1
2011-04-18Resolves: fdo#36336 fix crash on launchAnthony Durity1-0/+1
2011-04-15process glib events on exitRadek Doulik1-0/+1
2011-04-13Fixed more build breakages with --enable-kde4Katarina Machalkova2-4/+0
2011-04-12Removed duplicate code block (mis-merge, prolly)Katarina Machalkova1-10/+0
2011-04-12Our fontconfig baseline is 2.2.0Fridrich Štrba1-0/+6
2011-04-08better fix for KDE4 popup painting covering popup frameLuboš Luňák2-6/+16
2011-04-08rework KDE4 popup menu drawing to avoid various glitchesLuboš Luňák1-28/+48
2011-04-08kde4 size of menu radio/checkboxesLuboš Luňák1-10/+2
2011-04-08implement CTRL_PROGRESS for KDE4Luboš Luňák1-1/+14
2011-04-08define minimal scrollbar slider size for KDE4Luboš Luňák1-0/+1
2011-04-08provide scrollbar track area, to fix detection of KDE4 scrollbar areasLuboš Luňák1-1/+31
2011-04-08move hitTestNativeControl() to be next to getNativeControlRegion()Luboš Luňák1-45/+46
2011-04-08Resolves: fdo#30729 and make initial font discovery much much fasterCaolán McNamara1-40/+106
2011-04-06merge oooXXXXX.vcl.x86_64.impressatk.diff from buildCaolán McNamara1-0/+5
2011-04-06rework confused and racy clipboard event polling (bnc#683941)Luboš Luňák1-33/+21
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek3-0/+14
2011-04-01fix glyph fallback range crasher with negative nLevelMichael Meeks1-1/+1
2011-04-01add accelerators to Unix 'Ok'/'Cancel' dialog buttonsMichael Meeks2-4/+21
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from odf filesFrancisco Saito3-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito16-0/+0
2011-03-29add support for --headlessNorbert Thiebaud2-2/+6
2011-03-29don't bleat about having called GtkSalObject::SetForwardKeyCaolán McNamara1-1/+0
2011-03-29Resolves: rhbz#684580 'X' and '/' strike-through escapes rangeCaolán McNamara2-16/+53
2011-03-28Resolves: fdo#33455 implement rendering of 1bit pngs palette colorsCaolán McNamara3-4/+41
2011-03-28removes some variableScope cppcheck warningsKayo Hamid2-7/+7
2011-03-28Temporarily put back prewin.h/postwin.h hack in tools and vclFridrich Štrba19-18/+23
2011-03-26include windef.h for HWNDCaolán McNamara1-0/+3
2011-03-26Adapt the tree to tools/svwin.h removalFridrich Štrba21-28/+21
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba3-9/+0
2011-03-25set build depencencies against the new "translations" modulePetr Mladek1-1/+1
2011-03-24using not needed hereLuboš Luňák1-1/+0
2011-03-24why not just write abort() here? fix recursive self-callLuboš Luňák1-7/+0
2011-03-24fix bug that prevents glyph-fallback for char at end of stringSamphan Raruenrom1-2/+3
2011-03-23big leak right from the start I believe, approx 800k+Caolán McNamara1-2/+6
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-guiJan Holesovsky5-15/+15
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky18-104/+156
2011-03-23ensure safe lifecycleCaolán McNamara1-0/+1
2011-03-22Cut Gordian Knot of who owns the font optionsCaolán McNamara5-15/+14
2011-03-21remove unused functionLuboš Luňák1-7/+0
2011-03-21pClipRegion_ has been apparently renamed to mpClipRegionLuboš Luňák1-8/+8
2011-03-21BOOL -> sal_Bool, get rid of useless and removed BYTELuboš Luňák4-19/+19
2011-03-19One LineListBox to rule them all: started improving column sep lineCédric Bosdonnat1-1/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2-4/+4
2011-03-18WaE: silence some warningsThomas Arnhold1-0/+2
2011-03-18WaE: nCurSubGroup unusedCaolán McNamara1-4/+1
2011-03-18We can embolden via cairo_ft_font_face_create_for_patternCaolán McNamara4-15/+38
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky585-26526/+26926