History log of /aoo42x/main/shell/source/ (Results 1 - 25 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
4953989926-Oct-2023 mseidel

Fixed typo

(cherry picked from commit 322e2bd2157ce1083f89bed3da09403321810b72)

60773b3e26-Oct-2023 mseidel

Maintenance cleanup

(cherry picked from commit fe5d43d9f07528b759454a4b85b1b3ca9335ba40)

721a7f1525-Oct-2023 mseidel

Cleanup, fixed typo

(cherry picked from commit 9e91e3f547760e00502c39d5bb429558959bb7b7)

0ed88c1e31-Jul-2023 mseidel

Another small change for Windows thumbnail creation

(cherry picked from commit ef262ace31d54a12a0f6837a99949f50be48d02e)

1a5878b325-Jul-2023 mseidel

Make thumbnail border less dominant

(cherry picked from commit 2fc0df20f134da6e393a075c1c8884834a205c7d)

17facfbe23-Jul-2023 mseidel

Make Windows thumbnails more visible, fixed typo, removed whitespace

(cherry picked from commit d9fc6b3ad8d4d8524dbefbf35eeb507a4fd1559c)

a6cd7a7230-Jun-2023 mseidel

Maintenance cleanup. fixed typos

(cherry picked from commit 0ba0bc4aae3d6774eb9ed9cba4036e1ea29e2025)

5da75f4329-Jun-2023 mseidel

Maintenance cleanup

(cherry picked from commit 48fbb5446f9ac8885b31e7389f29c9f354dcdedc)

c826527927-Jun-2023 mseidel

Maintenance cleanup

(cherry picked from commit fff73a02105133bddf756e68809d7ed9031aa468)

b6a5f44b25-Jun-2023 mseidel

Maintenance cleanup

(cherry picked from commit 7ed02bbb1fdafc26a1c6b8509e195439d410cee9)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
c9b9bde416-Jun-2022 mseidel

Removed whitespace

(cherry picked from commit aa93e1fb1bbbfae99a07e8483e1c32d000bca7c3)

Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
b7d99f7729-Mar-2021 mseidel

Add claws-mail to senddoc script

(cherry picked from commit 14c7d0b58688bab6da803aa150471d9ea1fe2cbd)

657ff7db13-Mar-2021 mseidel

Fixed typo (retrive -> retrieve)

(cherry picked from commit 8cc42d09d618e539d9b7e6d3909e41c02dffea8f)

Revision tags: AOO419-GA, AOO418-GA
e9faf1d918-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

(cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209)

fb0b81f514-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)

Revision tags: 420-Dev2-m2
23e7785629-Mar-2020 mseidel

Added missing License Header

(cherry picked from commit 16894688ac1d546dacb2739d7fa9f54108688abb)

0127f52c21-Mar-2020 mseidel

Removed whitespace, fixed typo

(cherry picked from commit 19f732cbc26742d4e48bf464b01118d7625d57f7)

17328fcd20-Mar-2020 mseidel

Added missing space to filesize, removed whitespace

(cherry picked from commit 03967368f796a2d0399cc8a54e30c87660da0582)

b5ef616130-Oct-2019 mseidel

Removed invisible Unicode character U+FEFF from files

(cherry picked from commit d10a96d7cf8b3897bae2f3c23b9e0a11e29915c7)

d083909022-Oct-2019 mseidel

Fixed date/time conversion, removed whitespace, fixed typos

(cherry picked from commit b1ac0f2df4aac3ede7945662108313b588d58777)

ce766fa820-Oct-2019 mseidel

Fixed typos in comments

(cherry picked from commit ae083ccbcb54fe75fa4f9b431d65fae934198b57)

Revision tags: AOO417
940681c711-Jun-2019 Matthias Seidel

Merged r1860845 and r1860851 from trunk

Fixed typos (wether -> whether)
Fixed typos (determins-> determines)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO

Merged r1860845 and r1860851 from trunk

Fixed typos (wether -> whether)
Fixed typos (determins-> determines)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414
6b1c0a0721-Oct-2017 Damjan Jovanovic

Don't require ORbit to compile. We never really needed it:
GConf makes its own CORBA connection if it needs to, and
the only reason we included orbit.h is to check whether
the problematic

Don't require ORbit to compile. We never really needed it:
GConf makes its own CORBA connection if it needs to, and
the only reason we included orbit.h is to check whether
the problematic version < 2.8 was present, as it deadlocks
the GTK VCL plugin.

But ORbit 2.8 was released in 2003, and GConf doesn't
even use CORBA connections any more. So drop the check
and stop needing ORBit altogether.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812807 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO413, AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0dd690dd11-Dec-2015 Pedro Giffuni

Do not assume time_t is long.

time_t is long on some platforms but not on all.
This plagues a warning on FreeBSD.

Taken from: Jung-uk Kim


git-svn-id: https://svn.a

Do not assume time_t is long.

time_t is long on some platforms but not on all.
This plagues a warning on FreeBSD.

Taken from: Jung-uk Kim


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1719244 13f79535-47bb-0310-9956-ffa450edef68

show more ...

123