summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
2015-05-19tdf#90830 Add Tango help iconsAdolfo Jayme Barrientos
Change-Id: I9f213cc2d356da40f92ca96bf0ac584c3c5a89dc
2015-05-20libetonyek: fix windows buildMichael Stahl
Putting source files into sub-directories is not really supported by autotools apparently. Change-Id: I6f0ff7e0ee0c2c4b59fb670a3cbaa9723b655d1f
2015-05-19Updated coreChristian Lohmaier
Project: translations f7efc4ecf69cba536cd0391d4673e31226b1fe86 update translations for 5.0.0 beta1 and force-fix errors using pocheck Change-Id: I295e6d2e6b47a06165cdf8900e2775b7157af809
2015-05-19tdf#91382 UI: Crash after visiting Sidebar Properties PagePhilippe Jung
When a popup is displayed, no cleaning / disposing is performed. Change-Id: Ibae0f977360f8862f2d7ff4c753356975dec3771 Reviewed-on: https://gerrit.libreoffice.org/15817 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
- time() is used to seed the RNG but since it only has second resolution, the same values will be generated if it's called multiple times like in the bug report - BASIC using the global rng would be fine except that BASIC Randomize takes an optional parameter to set the seed, which should continue to be supported, but should not affect the RNG state for non-BASIC users of comphelper::random (regression from df466d79cb126667cc9d5c108367bfa4f5ce76c8, but the old implementation was even more delightfully absurd, where Randomize was essentially srand((sal_uInt16)rand()) ...) Change-Id: I0f30e509de08f933c02ac77c5d932b20e79586c5
2015-05-19tdf#91185 - appearance settings lifecycle fix.Michael Meeks
Change-Id: I4efe8e68419a3d878acf3c4eb741239794b26d85
2015-05-19TypoJulien Nabet
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara
Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7
2015-05-19That was totally pointlessZsolt Bölöny
Change-Id: I6046461b2e26a8506249c4a2fdd783bbd2ec223f Reviewed-on: https://gerrit.libreoffice.org/15810 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-19hopefully better fix for windowsDavid Tardon
Change-Id: I196853f0efbaab48e5e09b2728df0a8e5152dc9e
2015-05-19blind fix for windowsDavid Tardon
Change-Id: Ia042bbb7845a6de4769949230e3f1bc90099c9aa
2015-05-19gtk3: checkmarks slightly clipped on left sideCaolán McNamara
Change-Id: If10822b64e0a9a28c45fd8a1c0e9e44bdbfb054b
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard
the cell content is now drawn over the cell note rectangle Change-Id: Idce05497b7a9f67e5e315f5bc2f9c59e53898131 Reviewed-on: https://gerrit.libreoffice.org/15802 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-19use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.Michael Meeks
Change-Id: I42a1b3d133b32ff29eb02fbc262e6ec0aa941b9c
2015-05-19restore windows build fixDavid Tardon
Change-Id: I1269be7ab26a4f7ba30a70eb8aef3023384a7de2
2015-05-19SwPaM::Find: search in shapes anchored to the rangeMiklos Vajna
Change-Id: I028f95029deaebddcacf2730d429ad53abbc79fa
2015-05-19Add sw::DocumentDrawModelManager::Search()Miklos Vajna
Change-Id: Idcbbb9e049f0fbc5d6503b86fd506df9fb2ad3c5
2015-05-19Add SwView::EnterShapeDrawTextMode()Miklos Vajna
Change-Id: Ic19519ee727bd4b6c18d14dc3eb21b2eeb4395c9
2015-05-19move setting of GLM_CFLAGS to configureDavid Tardon
Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara
otherwise with SAL_DISABLE_NATIVE_ALPHA=1/SAL_USE_VCLPLUGIN=gtk3 the 8 bit page icons in the status bar lose their bottom rows Change-Id: Id9d9ba1a6fb74784a0a4c29bf3d13ebf8476c376
2015-05-19quick & dirty fix for build with bundled glmDavid Tardon
Change-Id: I4ffff140f24f4b96c930c3f651cf592966534ef7
2015-05-19tdf#67421: Prevent unloading objects due to cache fullMike Kaganski
When an object is added to OLE objects cache, when cache is full, old objects are tried to be unloaded. This triggers notifications that cause all loaded objects to become active, and to be added to cache (moved to front). As the new object already was added to front of the cache, later activity pushes it to back, until it is the last object in cache. The cache in this process is overfilled, so each next refresh tries to unload current last OLE object. So, in the end, this effectively unloads all cached OLE objects. This patch prevents this by first unloading last object, and then adding new object to front of cache. Also, removed needless creation of reference (makes at least 200 function calls for no reason). Change-Id: Ia903f4df101971df1b0b0148320fc8e45ac1e79c Reviewed-on: https://gerrit.libreoffice.org/15772 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky
Change-Id: Ib4c11d3f1ec793e66cd47c1f7bb4f7d06820d58f
2015-05-19fix external project nameDavid Tardon
Change-Id: I8c2277384537b78255bb2115126d5b2f2812f7df
2015-05-19glm is only needed for libetonyek buildDavid Tardon
Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
2015-05-19upload libetonyek 0.1.2David Tardon
Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e
2015-05-19avoid the need to touch the Package makefile on updatesDavid Tardon
Change-Id: I4c9d3e8cf9e5635c848c165d4eda44ad3798ae38
2015-05-19rendercontext: Double-buffer an entire hierarchy.Jan Holesovsky
This finally allows real double-buffering. Also with the per-widget setting, no need to be experimental any more. Change-Id: I405b3b2ce084cb8176b761e7113d3c3c87a6febf
2015-05-19update creditsChristian Lohmaier
Change-Id: I9c6a3a2a06bb398a8477e1d95f3975eb21ba1e55
2015-05-19remove setup of painting for help windows (done in ApplySettings)Tomaž Vajngerl
Change-Id: Idc243ec7083602c639ce5769b8e18a3bac2f773f
2015-05-19external/harfbuzz: work around -fsanitize=functionStephan Bergmann
Change-Id: I8e107c155a99fd68b0aa054435bc85246444b3c6
2015-05-19Accomodate gcc 4.2's inabilities to cope with complex templates.Thorsten Behrens
Change-Id: I0a35849a02e3f185783c261a369052594583b082
2015-05-19update solenv READNEBjoern Michaelsen
- gbuild is not "shiny new" anymore -- its the default - hint at solenv/doc/gbuild Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0
2015-05-19SwPaM::Find: when no more result in the shape, unmark itMiklos Vajna
So that when the next result is found in the normal Writer text, only that will be selected. Having both shape selection + Writer text selection is confusing. Change-Id: I52d399e7224b472f76d39d93ffc394c2e3107a86
2015-05-19tdf#90905 fix for url encoding in internal urlsVasily Melenchuk
Do not try to use INetURLObject class for encoding of internal document links. External URLs are encoded as before. Change-Id: I90621819ed21c3f793171ac4ab3fc7d49ac69f56 Reviewed-on: https://gerrit.libreoffice.org/15625 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-19check for and handle missing base in mail merge (related: fdo#33266)Bjoern Michaelsen
Change-Id: I3e362a873c28026cbecf005c07def1295aa920e0
2015-05-19add linkNoel Grandin
Change-Id: I75ffd1e1f877e0d23fdd21370a795fa11bf83f9f
2015-05-19An attempt to fix xcode-ide-integrationYurii Kolesnykov
Added more Xcode specific files to .gitignore. Made some properties common in gbuil-to-ide to avoid code duplication/bugs. Xcode projects are broken for now. Change-Id: I9530435ffe54158ae68ddae0581ac68f968af235 Reviewed-on: https://gerrit.libreoffice.org/15694 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-19tdf#91261: DOCX import: snapGrid property of paragraphs are ignoredMark Hung
Fix the situation for OOXML import filter: a) While handling DocGrid type, SnapToChars was treated as None. Now it is implemented as described in the article: http://linpeifeng.blogspot.tw/2007/02/text-grid-enhancement.html Both LinesAndChars and SnapToChars will be translated to Writer grid type "lines and characters", and set SnapToGrid property to false or true accordingly. b) All the imported paragraphs snap to grid because SnapToGrid was appended to grabbag, now it allows SnapToGrid property in paragraph and paragraph styles to be imported properly. Change-Id: I446b4c64c0ed86960896bcd61a1006c9173a757a Reviewed-on: https://gerrit.libreoffice.org/15732 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-05-19very very basic README for gbuildNoel Grandin
Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853
2015-05-19Related tdf#88056: Use different placeholders for Impress and DrawKatarina Behrens
Change-Id: Ib087baada3660bf0d31e1295cbac322dada53d2d
2015-05-19vcl: handle NULL pCursor in Edit::ImplShowCursor()Miklos Vajna
I saw this happening on Writer shutdown. Change-Id: Ib357d070f53ce0728a5b89f895b87fc42628834c
2015-05-19vclwidget plugin: check for memcpy of VclPtrNoel Grandin
Change-Id: I873d3efbb7b78d0efe5d586b378d024ee22ac77e
2015-05-19downgrade remaining nwf spew to infoCaolán McNamara
Change-Id: I9b6a86ecf12c274d027a0484dd4c12c424e2761f
2015-05-19LOKit callback for search not foundMihai Varga
Needed for signaling the user when no match was found for the searched input Change-Id: I171ee956d94d6fd83036ae34102c2f1bdd5661de Reviewed-on: https://gerrit.libreoffice.org/15798 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-05-19tools: check for data loss in WriteFractionMichael Stahl
Currently it's only used in VCL's MapMode. Change-Id: Ib8ce09fadc704bc4d592d333d4cf3bddc9185036
2015-05-19remove ImplInitMenuWindow as ApplySettings set it up insteadTomaž Vajngerl
Change-Id: I9086d36e254d3705bfc60ad9f01c09943f915c09
2015-05-19gtk3: nwf for list node expandersCaolán McNamara
Change-Id: I710e4feca188836f6572e55132fd6c5941ad06e6