Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-05 | <fanboy>I love you Neil</fanboy> | Caolán McNamara | |
https://twitter.com/#!/neilhimself/status/197828433005395969 Don't autocorrect sidewalk to pavement or zip code to postal code for UK English. Change-Id: I4b1f895ffc0dd9c05487fcb79ebe4f3e06a46b99 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-13 | Translate <title> to English | Philipp Weissenbacher | |
2012-03-26 | Adapt arrowhead pathes to corrected svg path z hangling | Regina Henschel | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-23 | .css files don't need executable bits | Michael Stahl | |
2012-03-23 | .html files don't need executable bits | Michael Stahl | |
2012-03-23 | .stw files don't need executable bits | Michael Stahl | |
2012-03-14 | toggle on view all records in biblio.odb | Caolán McNamara | |
2012-03-09 | document how to update the damn bibliography database | Caolán McNamara | |
2012-03-09 | Resolves: fdo#45033 use LibreOffice references in bibliography | Italo Vignoli | |
2012-02-09 | Added and improved READMEs for modules in extensions, extras, postprocess | Josh Heidenreich | |
2012-01-17 | fix zh-TW translation errors reported by Cheng-Chia Tseng in e-mail | Andras Timar | |
2012-01-11 | add README to document how to bump the font version | Caolán McNamara | |
2012-01-10 | Fix for bug fdo#44110, New Math symbols issues in Windows | Olivier Hallot | |
This patch fixes the rendering issues in Windows for the new Math symbols for game theory. The precsim and succsim symbols were truncated. They have been shifted upward. File OpenSymbol.sfd with only the characters touched (at the end of the file) File opens____.ttf generated from OpenSymbol.sfd (fontforge) | |||
2012-01-06 | Revert "Fix for bug fdo#44110, New Math symbols issues in Windows" | Jan Holesovsky | |
This reverts commit 15f5d766837329baa8deff31e9da33cef87f7a98. The commit brought even unrelated changes, on the assumption that .ttf is the source, and .sfd generated; it is the other way around. | |||
2012-01-05 | Fix for bug fdo#44110, New Math symbols issues in Windows | Olivier Hallot | |
This patch fixes the rendering issues in Windows for the new Math symbols for game theory. The precsim and succsim symbols were truncated. They have been shifted upward. | |||
2011-12-06 | impress210: #i116846# adding uncommited changes from cws impressdefautls1 | Christian Lippka ORACLE | |
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1297097627 -3600 # Node ID e7f337a6055814068bdc823306bc3a3f9cac48e5 # Parent 80a255ef3468baa8b249e02aa760b0da463e1d26 impress210: #i116846# adding uncommited changes from cws impressdefautls1 | |||
2011-11-23 | added Creative Commons mark and (P) mark | Andras Timar | |
by suggestion of David Penzes | |||
2011-11-15 | Fix for fdo#42892: Add new symbols to Math | Olivier Hallot | |
2011-10-28 | Add UML line ends to palette standard.soe (AOOo #i10547#) | Regina Henschel | |
2011-09-29 | fdo 37007, Version at 102.1 + (c) for OpenSymbol.ttf | Julien Nabet | |
2011-09-17 | fdo #37007 Add Math symbol "There does not exist". | Julien Nabet | |
2011-09-01 | Resolves:fdo#40499/#i75665# remove italic from bg autotext numbered formula | Laurent BP | |
2011-08-31 | rezip bg standard.bau to get correct checksums | Caolán McNamara | |
2011-08-31 | Resolves:fdo#40499/#i75665# remove italic from autotext numbered formula | Laurent BP | |
2011-07-22 | Kill dtwm/cde | Thomas Arnhold | |
2011-06-20 | remove language attributes from styles.xml fdo#38257 | Andras Timar | |
2011-06-17 | remove url_transfer.htm | Andras Timar | |
They were used by the Insert -> Hyperlink -> Internet dialog but the contents were out of date and functionality can be explained by a tooltip as well. | |||
2011-06-16 | replace OpenOffice.org and StarOffice references with LibreOffice | Michael Muench | |
Signed-off-by: Andras Timar <atimar@suse.com> | |||
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-29 | replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229 | Andras Timar | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: extras/source/wordbook/makefile.mk extras/source/wordbook/oracle.dic | |||
2011-05-04 | Remove duplicate autocorrect files. | Jan Holesovsky | |
2011-04-26 | modify/delete wordbook files for good | Andras Timar | |
* extras/source/wordbook/lang/*/soffice.dic: deleted These files were in old binary format and almost all language files were replicas of the en-US file. There were two exceptions: German and Slovenian. André Schnabel checked the German word list and he said that they can be deleted. Martin Srebotnjak checked the Slovenian word list and he asked me to keep those words -> sl.dic * extras/source/wordbook/oracle.dic: deleted It was not used in the build. It contained Oracle brand names, etc. * extras/source/wordbook/standard.dic: deleted It was built and delivered, but not packaged. It was an empty dictionary file which would be created anyway when the user creates a new empty dictionary. * extras/source/wordbook/technical.dic: Entries were sorted so it will be easier to add new words. Some entries were added from lang/en-US/soffice.dic. * extras/source/wordbook/sl.dic: added Slovenian words * extras/source/wordbook/en-US.dic: added English words * extras/source/wordbook/en-GB.dic: added English words * scp2/source/ooo/ : These wordbook files should not depend on the UI language. They should not be in language packs but they all should be installed for every language like spell checker dictionaries. * officecfg/registry/ : Paths adjusted, so application looks for wordbook files in the right directory. I enabled all dictionaries by default in Linguistic.xcs. | |||
2011-04-25 | remove unused letter wizard targets | Andras Timar | |
2011-04-22 | Merge commit 'ooo/DEV300_m106' into libreoffice-3-4 | Jan Holesovsky | |
2011-04-16 | fix broken .ott archives | Caolán McNamara | |
(cherry picked from commit 7de0b88ce2dd932915894385b54be1897d5ee053) | |||
2011-04-16 | fix broken .ott archives | Caolán McNamara | |
2011-04-16 | Change some identifiers but above all, add 1 book about LibreOffice. | Julien Nabet | |
2011-04-16 | Updating biblio.odb | Julien Nabet | |
2011-04-01 | Improvements for custom shapes signet, puzzle and heart | Clio | |
2011-03-29 | drop bogus executable flag from odf files | Francisco Saito | |
2011-03-29 | CWS-TOOLING: integrate CWS extras340 | Ivo Hinkelmann | |
Notes: split repo tag: extras_ooo/DEV300_m105 split repo tag: extras_ooo/DEV300_m106 | |||
2011-03-26 | remove localized palettes | Andras Timar | |
they will be localized within the standard l10n framework | |||
2011-03-22 | #i116270# Clean-up oracle.dic | va | |
2011-03-22 | #i112962# Remove standard.dic | va | |
2011-03-22 | #i112962# Remove standard.dic | va | |
2011-03-22 | #i112962# Remove standard.dic | va | |