summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2013-06-11mark as constTakeshi Abe
Change-Id: I7f3d231d9f82db663a6a0977fa3f250af9dc8991
2013-06-11sal_Bool to boolTakeshi Abe
Change-Id: I5ccddcab097e820d043a41d8fbe3f900fc1079e5
2013-06-10mingw64: Don't cast to pointers from narrower integersFridrich Štrba
Change-Id: Ica7bd2d6b395d42d575660991ec74ecb2b744473
2013-06-09sal_Bool to boolTakeshi Abe
Change-Id: Ib712c9ebf8d8e6aae5e04fec19be629d3393f5d5
2013-06-08Resolves: #i121382# Corrected size handling including font size handling...Armin Le Grand
for EMF/WMF imports (cherry picked from commit 0ce59463f93b1c1fe78d18476249259bfc7e440e) Conflicts: svtools/source/filter/wmf/enhwmf.cxx svtools/source/filter/wmf/winmtf.cxx svtools/source/filter/wmf/winmtf.hxx Change-Id: Ib1ea92a1d52ea83ee7ad48a8bda2496cda9dcc53
2013-06-07further reduce GUIBASE usage; don't set it to headlessMatúš Kukan
Change-Id: I76916c15f380bd80e823845f52f32a1c444079da
2013-06-07dump more info when encountering an odd language for a scriptCaolán McNamara
Change-Id: Icd8eaae44f81c7c6eb8a73a4e567a24b46f97870
2013-06-07Fix memory leak in SelectionManager::getXdndVersion.Mark Wielaard
Release XListProperties atom properties of window after inspection. Change-Id: I89d86509babd7a9d8ec65dbabe0a062bf69fc493 Reviewed-on: https://gerrit.libreoffice.org/4186 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-06Newer mingw-w64 has gdiplus headers, though a bit buggyFridrich Štrba
Change-Id: Ibc25c621c0a97c11b617e920494cd311449c04d3
2013-06-06Remove some warnings on mingw64Fridrich Štrba
Change-Id: I4fbb543e19ecba879f9982dd4bb8442d77854526
2013-06-07sal_Bool to boolTakeshi Abe
Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111
2013-06-06fix WM_CLASSLuboš Luňák
VCLSalFrame is definitely not the name of any instance of LibreOffice. Change-Id: Iba227061c0c0541290c90876c94d1016aa1e783e
2013-06-06simplify WM_COMMANDLuboš Luňák
it's not necessary to prepend /bin/sh to WM_COMMAND, soffice itself already is executable Change-Id: Iece77f901f233c8c675f524c8c88510d0cfc1c52
2013-06-06Remove remnants of help agentCaolán McNamara
it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b but gobs of code (and UI) still existed to collect the help id and give it to the missing help agent with various UI visible options and buttons to control the help agent which isn't there Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
2013-06-06Some more movement to mingw64 portFridrich Štrba
Change-Id: I6af3cb1ac205dae20feb5a35481071bc4232680b
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard
Change-Id: I1e63727fb8d587401c72775a14e7e3572b04fff5 Reviewed-on: https://gerrit.libreoffice.org/4171 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-05CGColorCreateGenericRGB is not available on iOSTor Lillqvist
Change-Id: Id7c6077ea0e45d848be099d48ef4d7207e65a06f
2013-06-05widget layout: Introduce a way to specify MetricBox in .ui.Jan Holesovsky
Uses the same trick as MetricField - you set the units in the 'id' of GtkComboBox in form like id="something:0mm", or id="something:0 degrees" (for custom units). Change-Id: I572c653b97e75dcf47f934415139e1bfb06dc89b
2013-06-05Some clean upStephan Bergmann
Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1
2013-06-05Related: rhbz#968892 discard impossible languages for oriya script fallbackCaolán McNamara
Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1
2013-06-05Some more win64 "fixes"Fridrich Štrba
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
2013-06-05Initialise more fields, especially mfFakeDPIScaleTor Lillqvist
Now the iOS app displays the test document successfully again. Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
2013-06-05Resolves: fdo#65407 fix broken ellipse generationCaolán McNamara
regression since 0e137027fcf294b33a9c7376b17a6c4e33758c52 Change-Id: I88fbb37ae7f62d6aed37d82fba12ab213866a06c
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard
The result of gtk_widget_create_pango_layout should be unrefed when done. Change-Id: I46c220a933a2dac42ec21e9e2904938bc4649dbd Reviewed-on: https://gerrit.libreoffice.org/4157 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard
The result of g_filename_from_uri should be explicitly freed when done. Change-Id: I194a562482531aa51cf31ed1f7dbc0ee59054d8b Reviewed-on: https://gerrit.libreoffice.org/4158 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05Fix memory leak in SalGtkPicker::uritounicode.Mark Wielaard
The gchars array returned by g_filename_from_uri will be copied into the OUString sEncoded and should be freed. Change-Id: Ib610cce5848607826632c0f5e32020708dac7645 Reviewed-on: https://gerrit.libreoffice.org/4156 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05use uno::Reference#clear() method...Noel Grandin
...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-05sal_Bool to boolTakeshi Abe
Change-Id: I45bb595a40fe79a4b04096436819a6ec6200eedc
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
2013-06-04Related: rhbz#968892 discard impossible languages for glyph fallbackCaolán McNamara
Change-Id: I14f1bab09eb0be9c2c896a1dde45913b99aab6df
2013-06-04Resolves: rhbz#968892 force render full grapheme with fallback fontCaolán McNamara
Change-Id: I5bb98c61d047e69d74666261b2c489d80f344502
2013-06-04clip message box dialogs to some reasonable widthsCaolán McNamara
Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508
2013-06-04Avoid crash on iOS: We need to get a valid context hereTor Lillqvist
Change-Id: Ib3fc01213fc6bc370a6c8b774a063f6f275ba6f2
2013-06-04Some more sal_IntPtr dance, but enough for todayFridrich Štrba
Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88
2013-06-04Hopefully fix build on LinuxTor Lillqvist
Change-Id: Ia2e80b07138a552d04072f4b8d362bcc2be86edf
2013-06-04Make the iOS vcl CoreText code build againTor Lillqvist
Some refactoring was needed after the Coretext rework yesterday. It does crash at run-time, though. Also, remove the no longer used source files from our older CoreText attempt. Change-Id: I54d221ade846866d7a9457acd50219c74c68e8cf
2013-06-04Drop the trailing white space crackKhaled Hosny
Whatever this is, all it seems to do it to cause jitter when editing text. The only place where this has any use is when editing RTL text since Core Text seems to always place the trailing space on the right. Change-Id: I35726775fb2a11761d264238fe702e58bbafd7fd
2013-06-04Add Emacs and vim mode linesTor Lillqvist
Change-Id: I2ad35bfbaf40dd1a5b5c9f7f119268b8f30ca093
2013-06-04Drop "CJK extra leading" crackKhaled Hosny
It have been unused on Mac OS X since since 2008 (commit da4d070d9d2d563f6e1401496957b22b51c81ff9). Change-Id: I4b3eabe71a54021903009310a87319c9caecfd4c
2013-06-03Use Core Text font manager instead of deprecated ATSKhaled Hosny
Change-Id: I660a895a227da3d28a0b410c56f2395961a5bc4f
2013-06-03Drop ENABLE_CORETEXTKhaled Hosny
This file is Core Text only already. Change-Id: Ic4c1f44296eaae582091e515d3ca1b4aa227301e
2013-06-03fdo#34423 Allow to rotate raw uncompressed bitmaps.Tomaž Vajngerl
When using a graphic filter like blur or sharpen, a raw uncompressed bitmap is created. Until now it was not possible to rotate such bitmap but now this is allowed. Change-Id: I716fa46e37680b1111131586fad20da28391de14
2013-06-03Variable only used onceJulien Nabet
Change-Id: I01c6681da8a0ac83eaafdf86a04a187f13a05792
2013-06-03Fix dbgutil buildTor Lillqvist
Change-Id: Ife8ca88c8f558955ee006be6294bd7b233e89916
2013-06-03Fix 64-bit buildTor Lillqvist
When compiling as 64-bit code, NSRect *is* CGRect. Change-Id: Ia14db1354251bd2a2f53fd9d02dc2816ccef2b17
2013-06-03Clarify headers.Michael Meeks
Change-Id: I125e4cacd94cd33d24cf1266967eb92906600cc4
2013-06-03Drop Core Text dynamic loading stuffKhaled Hosny
Our Mac OS X baseline includes Core Text. Change-Id: Icd2f0062d172db1d4393b2dd1eac4d9f55a88495
2013-06-03Get the new Core Text code to compileKhaled Hosny
Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985
2013-06-03Cherry-pick Core Text port from AOOKhaled Hosny
Manually picked from: http://svn.apache.org/viewvc?view=revision&sortby=log&revision=1480384 Author: hdu Date: Wed May 8 18:14:34 2013 UTC (3 weeks, 2 days ago) Changed paths: 55 Log Message: #i122195# add VCL support for 64bit OSX>=10.7 Change-Id: Ia799d7fdeb257e9bfd311338dcfdf97caf9d191f