summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann3-7/+17
2013-10-09Resuscitate old vcl unit tests.Thorsten Behrens4-382/+268
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com3-86/+119
2013-10-09Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-3/+4
2013-10-09silent deprecated: atk_focus_tracker_notifyJulien Nabet1-0/+3
2013-10-08CID#1078847 we're writing a byte, so use a byteCaolán McNamara1-1/+1
2013-10-08CID#1079271 uninitialized member variablesCaolán McNamara1-16/+39
2013-10-07fdo#70160: Revert "Sidebar: Correcting anomalous mouse behaviour while resizing"Jan Holesovsky1-13/+4
2013-10-07CID#708574 uninitialized membersCaolán McNamara1-8/+16
2013-10-07CID#708635 uninitialized membersCaolán McNamara1-0/+1
2013-10-07CID#708895 unused variableCaolán McNamara1-1/+1
2013-10-07CID#736943 clamp no of ttc entries to physical maxCaolán McNamara1-0/+33
2013-10-04Resolves: #i123417# handle subsetting of empty ttf compound glyphs gracefullyHerbert Dürr1-2/+5
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-4/+4
2013-10-04remove unused methodThomas Arnhold1-1/+0
2013-10-03Resolves: rhbz#1012390 avoid scary 'the sky is falling' a11y warningCaolán McNamara1-1/+1
2013-10-02vcl: avoid deadlock in X11 SelectionManager::shutdown()Michael Stahl1-4/+8
2013-10-02vcl: add some SolarMutex assertionsMichael Stahl2-0/+4
2013-10-02rhbz#1001768: AtkListener::disposing(): delay notificationMichael Meeks1-5/+20
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann2-8/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann2-82/+4
2013-10-01Resolves: rhbz#1010995 div by 0 on some bizarre corner caseCaolán McNamara1-5/+16
2013-09-30merge queue_layout and queue_resizeCaolán McNamara4-19/+17
2013-09-30This have been unused for a whileKhaled Hosny1-2/+0
2013-09-27cppcheck: redundantAssignmentJulien Nabet1-5/+3
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-6/+6
2013-09-26typo fixes in commentsAndras Timar9-12/+12
2013-09-26fprintf -> sal/log.hxxStephan Bergmann1-24/+10
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara17-38/+26
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke6-34/+59
2013-09-19Theme icons are loaded only onceRodolfo Ribeiro Gomes1-3/+2
2013-09-18WaE: may be used uninitializedTor Lillqvist1-1/+1
2013-09-17pFontSubst is always NULLCaolán McNamara1-5/+1
2013-09-17Fix fdo#69381 by skipping empty option groupsArnaud Versini1-0/+5
2013-09-17I think the CWS-gfbfcfg dust has safely settled by nowCaolán McNamara3-7/+0
2013-09-17support gtk-stop generic labelCaolán McNamara3-0/+8
2013-09-17convert VCL from String to OUStringNoel Grandin9-20/+20
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara3-20/+136
2013-09-14callcatcher: update unused code listCaolán McNamara1-16/+0
2013-09-14make right click menu in tab headers checkboxes not radiobuttonsCaolán McNamara1-1/+1
2013-09-13vcl: unbreak WNT buildMichael Stahl1-1/+2
2013-09-13String to OUStringThomas Arnhold2-18/+15
2013-09-13support accepts-tab propertyCaolán McNamara1-0/+2
2013-09-13Numeric fileds: round to the nearest spin value on spin up/downTomaž Vajngerl1-2/+12
2013-09-13Sidebar: Correcting anomalous mouse behaviour while resizingPrashant Pandey1-4/+13