summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-06Fix breakage in dbgutil-enabled buildfeature/pptx-export-ooxml11Tor Lillqvist1-1/+1
2010-11-06Fix typo that breaks a debug buildTor Lillqvist1-4/+4
2010-11-05rhbz#649824# this key name is wrongCaolán McNamara1-1/+1
(cherry picked from commit fa42616b7c5e03ff9967afd826a2da5e95e855c9)
2010-11-05Have Info.plist use LibO instead of OOo2 as creatorThorsten Behrens3-8/+3
This fixed fdo#30569. There were several places where mac-specific platform files had 'OOo2' hardcoded. Changed this to LibO. (cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1)
2010-11-05Adds extra credits item to help menuThorsten Behrens7-4/+69
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing.
2010-11-05Use org.libreoffice.script for Mac preferencesThorsten Behrens1-1/+1
This fixes fdo#30568 (cherry picked from commit 3399d6d1d2b9803c4a0300e7a49ea352fe2cacef)
2010-11-04#i113803# Add label specification for Tower manufacturerDwayne Bailey1-0/+340
(cherry picked from commit f38ee905dec951b6ec03706bafb80d7d0cd0f000)
2010-11-03Replace "DataForm..." to "Form..." in the menu item.Kohei Yoshida1-6/+5
2010-11-03Changing a few more strings to read "LibreOffice"Thorsten Behrens1-1/+1
(cherry picked from commit 6f7dcc750c4d9c075190c412cea7bfaf744129ab)
2010-11-03Changing a few more strings to read "LibreOffice"Thorsten Behrens1-6/+6
(cherry picked from commit f398a7b5ff69169925cdee745f8c023a3ae8d90c)
2010-11-03Fix typoTor Lillqvist1-1/+1
2010-11-03Link with SALHELPERLIBTor Lillqvist1-0/+1
2010-11-01Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-coreLIBREOFFICE_3_3_FREEZEJan Holesovsky1-2/+0
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky2-10/+24
2010-11-01WaE remove unused StringsCaolán McNamara1-2/+0
2010-11-01WaE, resolve && || warning with a small optimizationCaolán McNamara1-7/+11
2010-11-01WaE unused parameterCaolán McNamara1-1/+1
2010-11-01translation of comments to EnglishAndreas Mantke1-100/+100
2010-11-01cleanup makefileMichael Meeks1-4/+4
2010-11-01add restart requested tracingMichael Meeks1-0/+1
2010-11-01comment disabled extensions importMichael Meeks2-6/+8
2010-11-01Further simplify and trace migration codeMichael Meeks4-49/+38
2010-11-01Simplify migration API, fix typos, and add trace outputMichael Meeks4-48/+27
2010-10-31Adding extended support for additional gallery localizationsKalman Szalai - KAMI3-4/+906
2010-10-31use RTL_CONSTASCII_USTRINGPARAMJoost Eekhoorn1-33/+33
2010-10-30small startup optimizationCaolán McNamara1-29/+29
2010-10-30small startup optimizationCaolán McNamara1-42/+42
2010-10-30small startup optimizationCaolán McNamara1-7/+7
2010-10-29small startup optimizationsCaolán McNamara1-64/+64
2010-10-29small startup optimizationsCaolán McNamara1-86/+86
2010-10-29small startup optimizationCaolán McNamara1-11/+11
2010-10-29explicit X11 for Xlib callsCaolán McNamara1-1/+1
2010-10-29disable macro recording unless in experimental modeMichael Meeks1-2/+7
Macro recording is extremely buggy, and generates un-readable or debuggable macros, keep it available, but only in experimental mode.
2010-10-29libs-core: Remove emacs modelines in the middle of the fileSebastian Spaeth3-6/+0
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-28Mac OS9 Cleanup #4Joseph Powers1-10/+9
2010-10-28add experimental config optionMichael Meeks1-0/+7
2010-10-28add modelines to .hxx files as wellCaolán McNamara2901-11/+7634
2010-10-28CWS-TOOLING: integrate CWS calc61ooo/OOO330_m13obo1-9/+23
2010-10-27fdo#632229# For unx set WM_CLASSes that matches the .desktop filesCaolán McNamara2-0/+90
2010-10-27Fix typo in zipfile dependencyThorsten Behrens1-1/+1
2010-10-27calc61: #i115266# handle multiple selection for printing, return valid ↵Niklas Nebel1-9/+23
settings for invalid selection, catch exception from getRenderer
2010-10-27Fixed fdo#31075: Use "Enter Password" in all the dialogsCédric Bosdonnat3-13/+1
2010-10-27CWS-TOOLING: integrate CWS dba33lobo1-1/+1
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud25-49/+0
2010-10-26Better shading algo for customshapes, better gradientsThorsten Behrens3-2/+19
Some custom shapes can have shaded parts, like for example 3d can, the bevelled buttons etc. Those shaded colors are calculated internally, and have been way off at times. Now using HSV color space & the originally documented luminance modifications in steps of 10 percent. Compared to MSO, still no 100 percent match, but that seems due to gamma correction there. Additionally, starting with MSO12, gradients on those shaded surfaces look much better; adapted code to display gradients equally nice. Note that most of this patch also applies to ooxml import; note as well that customshapes from *all* kind of input files (including ODF docs) now look different than before; no real way of changing this in a backward-compatible way, since behaviour of custom shapes is mandated (mostly) by internal tables, and not stored in a file. Applies patches/dev300/ppt-customshape-shading-fix (much of it was accepted at OOo already, via i#102797) Applies patches/dev300/ppt-customshape-shading-fix.diff: fixed prob with line arrows - the extra-added single point polygons lead to extra arrows randomly around the custom shape. i#105654
2010-10-26Fix impress ruler behaviourThorsten Behrens1-1/+3
With 3.0, Impress numbering was modified because of the odf1.2 changes in list level handling; we differ in the way we consider paragraphs to belong to the 'same' numbering group, compared to ppt. now, as long as the para has the same outline level (and no 'restart numbering' flag), it is considered to belong to the same numbering group, i.e. numbering will mono- tonically increase. Compares favorable to PPT. Additionally, fixed a repaint bug that prevented following paragraph's numbers to change, when certain modifications were made on the current one. Applies patches/dev300/sd-ruler-fix.diff
2010-10-26Default to bigger handles in Draw/Impress.Thorsten Behrens2-2/+2
Much easier to interact with shapes - screen dpi is only getting higher these days
2010-10-26micro optimizationCaolán McNamara1-4/+1
2010-10-26micro optimizationCaolán McNamara1-25/+22
2010-10-25remove a vos:::Guard that crept up during rebase of the vos-removal branchNorbert Thiebaud1-1/+1