summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara5-1/+6
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza7-82/+16
2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist2-0/+34
2013-10-21Resolves: fdo#70725 calc export to pdf brokenCaolán McNamara2-2/+2
2013-10-21String -> OUStringStephan Bergmann1-1/+6
2013-10-21some windows only StringsCaolán McNamara1-6/+8
2013-10-21Resolves: #i123478# Secure mem freeing for BitmapBuffer classArmin Le Grand1-0/+9
2013-10-21remove uses of COMPARE_*Caolán McNamara1-18/+17
2013-10-21Exempler->ExemplarCaolán McNamara1-4/+4
2013-10-21drop StringCompare from vclCaolán McNamara1-10/+8
2013-10-21Simplify further after the kerning pair changesTor Lillqvist6-33/+4
2013-10-21String::GetBuffer()->OUString::getStr()Caolán McNamara1-7/+7
2013-10-21GetKernPairs() can even be private nowTor Lillqvist1-3/+4
2013-10-21No need for this to be virtual thenTor Lillqvist1-1/+1
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny11-46/+0
2013-10-21Removed unused kerning stuffKhaled Hosny11-834/+18
2013-10-21Drop support for non-Unicode fontsKhaled Hosny3-107/+5
2013-10-21post String conversion cleanupThomas Arnhold3-14/+14
2013-10-20Bin pointless #ifdef'd codeKhaled Hosny1-52/+5
2013-10-20flush out some windows-only String::AssignsCaolán McNamara1-3/+3
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-0/+16
2013-10-19older gtks don't have gtk_widget_get_windowCaolán McNamara1-3/+3
2013-10-18rework Init/Main ui-previewer post early language detectCaolán McNamara1-13/+17
2013-10-18More text selection WIP hackingTor Lillqvist1-18/+22
2013-10-18pScreen uninitializedCaolán McNamara1-1/+1
2013-10-18missing .mkCaolán McNamara1-0/+20
2013-10-18Resolves: rhbz#919070 offload set span-all-displays to a gtk3 utilityCaolán McNamara3-0/+149
2013-10-18Related: rhbz#919070 display -1 means span all displaysCaolán McNamara2-27/+59
2013-10-17Consistently use SAL_USE_VCLPLUGIN as a bootstrap variableStephan Bergmann2-8/+5
2013-10-17Tiles: Documentation of the parameters.Jan Holesovsky1-1/+1
2013-10-17added draw tile signature and select all fixptyl@cloudon.com1-0/+13
2013-10-16Improve testStephan Bergmann1-4/+9
2013-10-16cleanupThomas Arnhold3-30/+0
2013-10-15New iOS client codeptyl@cloudon.com1-4/+4
2013-10-15Avoid "<Error>: clip: empty path" messagesTor Lillqvist1-2/+2
2013-10-15Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2Julien Nabet2-0/+4
2013-10-15swap if the host endianness doesn't match the file formatsCaolán McNamara1-18/+27
2013-10-15fdo#57659: fix exif processingJulien Nabet2-10/+41
2013-10-15update pchThomas Arnhold1-0/+1
2013-10-14CID#707595 uninitialized valuesCaolán McNamara1-1/+1
2013-10-14CID#707583 uninitialized variablesCaolán McNamara1-0/+9
2013-10-14fix mangled indentCaolán McNamara1-34/+33
2013-10-14ensure message box is first child of message dialogCaolán McNamara1-0/+1
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara1-5/+5
2013-10-13Hacking on iOS keyboard handlingTor Lillqvist1-2/+8
2013-10-13Minor refactoring of iOS codeTor Lillqvist1-15/+17
2013-10-13Bin unnecessary #includeTor Lillqvist1-4/+0
2013-10-12It's whether X11 is used that is meant hereTor Lillqvist1-2/+2
2013-10-11Don't use X11 concepts on iOS or AndroidTor Lillqvist1-1/+1
2013-10-11-Werror,-Wunused-const-variableStephan Bergmann1-39/+39