Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-16 | Revert "clean up" | Xisco Fauli | 12 | -186/+500 | |
This reverts commit 2c266efe9d82ebb46370b5a72d55f6c2d61c1763. | |||||
2011-07-16 | clean up | Xisco Fauli | 12 | -500/+186 | |
2011-07-14 | Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent | Caolán McNamara | 22 | -43/+58 | |
2011-07-14 | No point building xml2cmp when cross-compiling | Tor Lillqvist | 1 | -1/+1 | |
2011-07-14 | callcatcher: replace Clone() by NULL | Thomas Arnhold | 1 | -5/+5 | |
2011-07-12 | Branch libreoffice-3-4-2 | Petr Mladek | 0 | -0/+0 | |
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master. | |||||
2011-07-12 | Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1 | Petr Mladek | 0 | -0/+0 | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 47 | -221/+0 | |
2011-07-12 | fdo#37290: migrate Basic to new resource service | Xisco Fauli | 1 | -6/+10 | |
2011-07-11 | Move methods from component_getImplementationEnviron to component_getFactory | Matus Kukan | 3 | -3/+6 | |
2011-07-11 | fix wrong capitalization in case of non-standard hyphenation | Laszlo Nemeth | 1 | -1/+1 | |
Signed-off-by: Andras Timar <atimar@suse.com> | |||||
2011-07-11 | callcatcher: remove unused TpBorderRGBColor | Caolán McNamara | 1 | -15/+0 | |
2011-07-11 | callcatcher: remove unused xmlchar_to_ous | Caolán McNamara | 1 | -15/+0 | |
2011-07-09 | Remove unused test/sax | Thomas Arnhold | 5 | -1759/+0 | |
2011-07-09 | Mark this as TODO | Thomas Arnhold | 1 | -8/+2 | |
2011-07-08 | Duplicate code | Xisco Fauli | 4 | -31/+21 | |
2011-07-07 | Show wizard dialog on top | Xisco Fauli | 4 | -25/+9 | |
2011-07-07 | ByteString::CreateFromInt32->rtl::OString::valueOf | Caolán McNamara | 2 | -3/+6 | |
2011-07-07 | Remove an unused platform list. | Francois Tigeot | 1 | -57/+0 | |
2011-07-07 | Remove preload library related code | Matus Kukan | 14 | -1567/+1 | |
2011-07-06 | create file when it doesn't exist | Xisco Fauli | 7 | -182/+182 | |
2011-07-06 | fix --enable-dbgutil build | Caolán McNamara | 1 | -1/+1 | |
(cherry picked from commit 3764b31aae43883c6b13b91c6ad8d0daa59f4ba5) Signed-off-by: Thorsten Behrens <tbehrens@novell.com> | |||||
2011-07-05 | Replace ByteString with rtl::OString | Christina Rossmanith | 2 | -31/+34 | |
2011-07-04 | Merge branch 'feature/gsoc2011_wizards' | Xisco Fauli | 69 | -841/+11820 | |
2011-07-04 | Merge branch 'master' into feature/gsoc2011_wizards | Xisco Fauli | 375 | -11092/+10436 | |
Conflicts: wizards/com/sun/star/wizards/common/Resource.java | |||||
2011-07-04 | Handle the letterhead layouts properly | Xisco Fauli | 3 | -102/+106 | |
2011-07-04 | apply python style and fix some minor things | Xisco Fauli | 8 | -625/+2220 | |
2011-07-03 | callcatcher: unused MenuMENU_CLIENT | Caolán McNamara | 2 | -13/+0 | |
2011-07-03 | callcatcher: unused xmlstr_to_ous | Caolán McNamara | 1 | -15/+0 | |
2011-07-01 | small changes | Xisco Fauli | 2 | -19/+20 | |
2011-07-01 | save RadioButtons too | Xisco Fauli | 4 | -62/+7 | |
2011-07-01 | Do not include filedlg.hxx when not necessary | Francois Tigeot | 2 | -3/+0 | |
2011-06-30 | unused functions | Xisco Fauli | 1 | -155/+0 | |
2011-06-30 | Cancel button works now | Xisco Fauli | 1 | -6/+6 | |
2011-06-30 | First attempt to create the letter wizard | Xisco Fauli | 13 | -11/+1585 | |
2011-06-30 | better sizing of copyright-text | Caolán McNamara | 1 | -4/+3 | |
2011-06-30 | callcatcher: unused AdjustPosAndSize | Caolán McNamara | 1 | -9/+0 | |
2011-06-30 | center a long build string, and align normally a short one | Caolán McNamara | 1 | -11/+18 | |
2011-06-30 | Remember last template and clean ui/event/ | Xisco Fauli | 4 | -153/+20 | |
2011-06-29 | I forgot to delete it | Xisco Fauli | 1 | -172/+0 | |
2011-06-29 | Save Configuration | Xisco Fauli | 9 | -179/+65 | |
2011-06-29 | remove deprecated ByteString::CreateFromInt64 | Caolán McNamara | 2 | -2/+2 | |
2011-06-29 | Don't use the (win32) jawt_md.h as we don't have that when cross-compiling | Tor Lillqvist | 1 | -1/+22 | |
Just insert the trivial JAWT_GetAWT declaration and JAWT_Win32DrawingSurfaceInfo struct definition. | |||||
2011-06-29 | jawt_md.h is not needed in this file | Tor Lillqvist | 1 | -8/+0 | |
2011-06-28 | we won't need it | Xisco Fauli | 6 | -101/+52 | |
2011-06-28 | Load preview configuration | Xisco Fauli | 5 | -64/+37 | |
2011-06-28 | pretty this up a bit | Caolán McNamara | 1 | -4/+8 | |
2011-06-28 | break build id into multiple lines if using g log | Caolán McNamara | 1 | -3/+24 | |
2011-06-28 | add Build Id: string and fix size calculations | Caolán McNamara | 4 | -31/+39 | |
2011-06-28 | center text inside edit box | Caolán McNamara | 1 | -1/+3 | |