History log of /aoo42x/main/fpicker/ (Results 1 - 25 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d2b2672117-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

(cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a)

4200b70501-Apr-2024 John Bampton

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

Co-authored-by

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit c809b0d38055f2551e1d74a528bd818a9857f3c8)

show more ...

Revision tags: AOO420-Dev5-m5
1784980f03-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

(cherry picked from commit f667543289ac266f8a98fbe20467995f22658975)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA
97fa22ca04-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit d2f8d5a02c86551d7195d37755f661a2cf0bc4f3)

aec8d8d503-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 4347e1409c7139e78067c080895cf1d9ad59f038)

Revision tags: AOO420-Dev3-m3
b6f6e91325-Jul-2021 mseidel

Fixed typo (retrievs -> retrieves), removed whitespace

(cherry picked from commit 0a65ad12ceacfbe889644e8b3ba24050023f97a8)

c2e8c5fc25-Jul-2021 mseidel

Cleaned up resource files

(cherry picked from commit 443a8ccb990242792a9095003b3d76f6748275f3)

535d1d4a20-Jul-2021 mseidel

Fixed typo (HORZ_BODER_SPACE -> HORZ_BORDER_SPACE), removed whitespace

(cherry picked from commit f1c05e21e151fd6d3a5fec0e99070fa13f5a0cb5)

437a659426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

(cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e)

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
7a16433111-Oct-2020 mseidel

Fixed typos (wont -> won't) and some more

(cherry picked from commit 9f813b30a249a2ed1e0f5e3ff3c0b88a8924b427)

796b7e2a01-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

(cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f)

a49f191122-Aug-2020 mseidel

Fixed typos (internaly -> internally) and some more

(cherry picked from commit 06fea5eb2b9aa5023a47343a2dfc561c5943149a)

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
9a9ccb4a16-Jan-2020 mseidel

Fixed typo (heigth -> height)

(cherry picked from commit cce2cef208bfebaf840744fb58ecee51a00a1ebd)

21a95b7414-Nov-2019 mseidel

Icons were changed to PNG long ago

(cherry picked from commit 4d6aaffa9befdb323d4a4f492173aeab617127c7)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
b1bc2d9726-Aug-2018 Matthias Seidel

Fixed typo (meaningfull -> meaningful)

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

Revision tags: AOO415
7290151e27-Nov-2017 Jim Jagielski

Build and compilation changes for macOS:

o Change optimization level
o Created shared libs do not include major/minor numbers



git-svn-id: https://svn.apache.org/re

Build and compilation changes for macOS:

o Change optimization level
o Created shared libs do not include major/minor numbers



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

show more ...

e8959efd27-Nov-2017 Jim Jagielski

Force fpicker to be treated as objC and ensure we
link to the required libs


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

Revision tags: AOO414
7e75dc1a14-Oct-2017 Jim Jagielski

We actually need to build fpicker for macOS/aqua

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

Revision tags: AOO413
9dd4927d24-Dec-2016 damjan

Fix a serious fpicker regression on Windows, where
the "open file" button / menu option does nothing,
caused by the resouce file not getting linked to
fps.dll after the port to gbuild. Al

Fix a serious fpicker regression on Windows, where
the "open file" button / menu option does nothing,
caused by the resouce file not getting linked to
fps.dll after the port to gbuild. Also use "fps"
instead of "fpicker" in the WinResTarget file, since
it has to match the library name, not the module
name.

Patch by: me



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

show more ...

6ecc461523-Dec-2016 damjan

Build fixes for main/fpicker on Windows:
* add comdlg32 to the list of known libraries for Windows
* fix the postprocess/packcomponents paths to the fps and fop components
* fix the WinRe

Build fixes for main/fpicker on Windows:
* add comdlg32 to the list of known libraries for Windows
* fix the postprocess/packcomponents paths to the fps and fop components
* fix the WinResTarget name in Module_fpicker.mk
* hack for calling $(shell) (recipe before target error)
* only try to build fps_gnome on *nix
* link to the stl library where necessary
* link to the user32 DLL where necessary
* fi -> endif typos
* fix capitalization of filenames
* move fps and fop to the OOOLIBS layer where they belong

Patch by: me



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

show more ...

8d854f2322-Dec-2016 damjan

Port main/fpicker to gbuild.

Patch by: me


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

2a4fd18f21-Dec-2016 damjan

Fix build errors in the KDE file picker caused by defines
duplicated between KDE4 and AOO.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1

Fix build errors in the KDE file picker caused by defines
duplicated between KDE4 and AOO.

Patch by: me



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

show more ...

bf854bef17-Oct-2016 damjan

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache.org/ooo/show_bug.cgi?id=96720#c12)



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

show more ...

12