summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19prefer first visible label when presented by multiple onesCaolán McNamara1-4/+11
Change-Id: Ie3e5e3b8a68fdfa7b5a0c985b49f69fc87449ee0
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist2-0/+6
It is not completely clear to me whether we really still might be leaving such files around. After all, we now in *two* places (at least in current master) tell our NSWindows to not be restorable... Norbert's code in AquaSalFrame::initWindowAndView() *and* Herbert Dürr's code in -[SalFrameWindow initWithSalFrame:]. On the other hand, Cocoa does seem to create the file and keep it around for a short while before removing it (in responce to our setRestorable:NO calls?), so there is a slight time window where if LO crashes, the file will be left around. Such a file might also be around from an older LO version, or manually planted there by somebody wanting to reproduce the bug... Of course, the *real* fix for this problem would be to make LO a *proper* Cocoa document centric application, that would use NSDocument, NSApplication etc like native applications are supposed to, and that *would* handle window restoration the Cocoa way. I.e., work with the system instead of against it. Change-Id: I9ed058130ddddf49cf0221d899bef3e2654589c7
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist10-15/+16
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist10-19/+36
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18add some a11y relations and enable translation of msCaolán McNamara3-1/+6
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
2013-08-18callcatcher: update unused codeCaolán McNamara2-11/+0
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
2013-08-17fix DBG_ASSERT post String->OUString conversionCaolán McNamara1-1/+4
Change-Id: I9ade42e97218449f7fef7d2582fbbe8d1063c2f6
2013-08-17defer GetBreakIterator as long as possibleCaolán McNamara1-4/+8
Change-Id: Ib149c5cfd20e63b60c997eaa8ae2e6fa2c172beb
2013-08-16Fix build breakage for 64-bit where NSPoint == CGPointTor Lillqvist1-0/+6
Change-Id: I2dc86331cd1ddf3a9b9ea28dcd881d23789d60d6
2013-08-16callcatcher: newly unused ResId related methodsCaolán McNamara1-9/+0
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
2013-08-15Related: fdo#65546 sort PACK_END into visual order for tabbingCaolán McNamara2-15/+27
and then reverse them for layout packing Change-Id: I417bb3f6667ddc10103623867fea1a9b8061f5eb
2013-08-15Resolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flagCaolán McNamara1-1/+1
Change-Id: I6ab0007f232994a0ca55df817b3dbba06e6e7f9c
2013-08-15calculate outliers before apply min button sizeCaolán McNamara1-7/+13
this is more gtk-alike and gives a better balance in e.g. insert->envelope/file->new->label and hopefully helps reduce the Polish "standard" button width problem in paragraph style dialog Change-Id: Ibe3b93d45d867f95fd2f6550a3ee954143f690aa
2013-08-14make ESC dtrt for toolboxes inside containers inside dialogsCaolán McNamara1-4/+8
Change-Id: I08cfdffa27b856c258b55f31f6b5116bec114fb3
2013-08-14set helpid for toolbuttonsCaolán McNamara1-0/+1
Change-Id: I4cc2d199ed94444a056134359cbe2674a2885555
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand2-14/+71
do not use them where not needed (cherry picked from commit 4ccb1eb7d58005ab3b501b7c6ff128fadbcd5066) Conflicts: basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/tuple/b2dtuple.hxx basegfx/inc/basegfx/tuple/b3dtuple.hxx sc/source/ui/inc/output.hxx sc/source/ui/view/gridwin.cxx sc/source/ui/view/output.cxx vcl/win/source/gdi/salgdi.cxx Change-Id: Ie265814a51180bffe3c821a3f2148cb3bb54ecad
2013-08-14don't cycle tab if toolbar is inside a containerCaolán McNamara1-5/+9
Change-Id: I275013be9e3587a73bd9bd6b20a2d42f850a83ef
2013-08-14convert envelope printer page to .uiCaolán McNamara1-5/+15
Change-Id: I0d57f816abd05d8bb190fe47804b5a8db07ca6b5
2013-08-13add support for gtk-media-play symbolCaolán McNamara1-0/+2
Change-Id: I6d615112fd80999597eac9470eca10b6bc1d16d4
2013-08-13add a seconds unitCaolán McNamara3-0/+6
Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
2013-08-13add a stock 'Play' buttonCaolán McNamara3-0/+8
Change-Id: Iaf48ce921eb92486e22bb76070fc0fa29f248570
2013-08-13downgrade Unknown type: GailWindow warning to infoCaolán McNamara2-4/+1
a11y definitely works, so lets de-noise startup Change-Id: Ibea41248955442e062700d07fbe9a70e11479fe3
2013-08-12Typo: controling => controllingJulien Nabet2-2/+2
Change-Id: Ie5bb34d2000be74bad7f18808f49f389ab9373d8
2013-08-12Revert "Removed unused file"Caolán McNamara2-0/+18
This reverts commit 7ed89ac22d704907471a0e8b5b8cb6135a82d3f4 in order to fix the gtk3 build
2013-08-12Removed unused fileSrijan Choudhary2-18/+0
Was added with gtk3 support, but unused since the beginning. Found when searching for pass-through header files (fdo#62699). Change-Id: Iaa7746b8650671529ea40a5da6c8ec59916032e7 Reviewed-on: https://gerrit.libreoffice.org/5337 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12drop intermediate UniStringCaolán McNamara2-2/+2
Change-Id: Ie9a964c19110967ebd4e5480ef35d4ff10928746
2013-08-12fix for "signed overflow is undefined" warningNoel Grandin1-3/+3
introduced by my String->OUString conversions Change-Id: I237c8fcf655d6f39f04512d1a386d0b6631f53c3
2013-08-12remove dead variableNoel Grandin1-3/+0
Change-Id: I5129c1df5a5525824ec4b3cf941c9270b50b2441
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara2-2/+2
Change-Id: Id04301261c100cb122d63fe75324967cf95b23ab
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara1-2/+2
Change-Id: I828609edb8e4c740771634d4af97928f73b46408
2013-08-12Erase(foo) erased from foo to end of stringCaolán McNamara1-1/+1
Change-Id: Id65f3964fe41a0645bb3109d830297a2945836f6
2013-08-12ignored return value of replaceAtCaolán McNamara1-1/+1
Change-Id: I65945c6a30603f3cb001bf44b6490d9e0f7ad642
2013-08-12remove unused local static variableNoel Grandin1-2/+0
introduced by myself when doing String->OUString conversions Change-Id: I5402c1025ee571c965f852e7b2d191e6f7bae819
2013-08-12fix android build after my XubString->OUString changesNoel Grandin1-21/+21
Change-Id: Ifeb2d948cd28cb46e209442efb19d71bae4b4490
2013-08-12-WaE remove unused variablesNoel Grandin1-2/+0
Change-Id: I30f8175e35d15c8cce0b2e05de7741bb8feba410
2013-08-12convert String to OUString in VCLNoel Grandin12-57/+57
Change-Id: Ib5640b2db7963a7a8e8dabb2a8f5e5dc0410edec
2013-08-12convert String to OUString in VCLNoel Grandin24-112/+112
Change-Id: Ie5c6874298641dc6fc1b6b4e2206a704acd7cc10
2013-08-12convert XubString to OUString in VCLNoel Grandin6-15/+15
Change-Id: I5002b4c237dd919210cb7edfef9f552688735154
2013-08-12fix an OUString conversion bugNoel Grandin1-1/+1
that was introduced in commit 8905062428705cd9a321ec225ac32547712e3787 "Replace XubString with OUString (dbggui.cxx)" Change-Id: Ica3ce4209ac23950aa46017c324160abccf03017
2013-08-12convert vcl/source/filter/wmf/wmfhr.hxx from String to OUStringNoel Grandin2-20/+20
Change-Id: I125eb51d27164791d79ef4364b68096ec5f4c1d4
2013-08-12convert vcl/source/filter/wmf/winmtf.hxx from String to OUStringNoel Grandin4-25/+26
Change-Id: I4c670e53f83af7a0d99ec4135cb614d30811a3b8
2013-08-12convert vcl/source/filter/wmg/emfwr.hxx from String to OUStringNoel Grandin2-11/+11
Change-Id: I5eb1c4dbccec0da5ebbef5fe15e03c368a32cfdd
2013-08-12convert vcl/source/filter/sgvmain.hxx from String to OUStringNoel Grandin2-7/+7
Change-Id: I9cca6e7d5f2849c8b180aa99021e964ebfc34dd1
2013-08-12convert vcl/source/filter/FilterConfigCache.hxx from String to OUStringNoel Grandin3-89/+89
Change-Id: Ic5f30901033d65ddcdcd6dddc11a80c4dcdb0f25
2013-08-12convert vcl/source/edit/textdoc.hxx from String to OUStringNoel Grandin5-101/+102
Change-Id: Ie53f89d3112edb75d69d04777df1406ea4f980fa
2013-08-12convert vcl/inc/unx/wmadaptor.hxx from String to OUStringNoel Grandin4-21/+21
Change-Id: I1396e75f1d52005339101d568eb36e5d7051014b
2013-08-12convert vcl/inc/unx/i18n_status.hxx from String to OUStringNoel Grandin2-23/+22
Change-Id: Ia528c2c05663b848f822ae3b47ee5f35dc56c0c1
2013-08-12convert vcl/inc/printdlg.hxx from String to OUStringNoel Grandin2-9/+9
Change-Id: Ib12fc400afe0974a5af37298e77e3816c17e5387
2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin3-51/+51
Change-Id: I6b9b5f0cd51412ad14f1a07f2ad3a03bd17bb5d3
2013-08-12convert vcl/inc/fontsubset.hxx from String to OUStringNoel Grandin1-1/+1
Change-Id: I0b57858a4a63a6e53883f053c6a3a8a494a422dc