History log of /trunk/main/fpicker/source/ (Results 1 - 25 of 47)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

c809b0d301-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>

show more ...

Revision tags: AOO420-Dev5-m5
f667543203-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

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

Fixed mixed style (space/tabs) in indentation

4347e14003-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

Revision tags: AOO420-Dev3-m3
0a65ad1225-Jul-2021 mseidel

Fixed typo (retrievs -> retrieves), removed whitespace

443a8ccb25-Jul-2021 mseidel

Cleaned up resource files

f1c05e2120-Jul-2021 mseidel

Fixed typo (HORZ_BODER_SPACE -> HORZ_BORDER_SPACE), removed whitespace

6e9cccf426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
9f813b3011-Oct-2020 mseidel

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

cfd52e1801-Oct-2020 mseidel

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

06fea5eb22-Aug-2020 mseidel

Fixed typos (internaly -> internally) and some more

2e3a1b6e18-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

7950f2af14-Jun-2020 mseidel

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

Revision tags: 420-Dev2-m2
cce2cef216-Jan-2020 mseidel

Fixed typo (heigth -> height)

4d6aaffa14-Nov-2019 mseidel

Icons were changed to PNG long ago

Revision tags: AOO417, AOO420-Dev-m1
9fcc2f6328-Jan-2019 Matthias Seidel

Fixed typos (shuting -> shutting)

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

Revision tags: 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
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, AOO413
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 ...

851abcd931-Aug-2016 truckman

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf()

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf(). Since these strings might contain %
conversion sequences, this is a security hazard. Fix the problem
by printing the strings with a "%s" format.



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

show more ...

Revision tags: AOO4121
1aa1f6e525-Nov-2015 Damjan Jovanovic

#i96720# FilePicker: setDefaultName, setDefaultDirectory "broken"

Display the proposed filename even when the URL
specified for the file picker directory is invalid.

As the Win3

#i96720# FilePicker: setDefaultName, setDefaultDirectory "broken"

Display the proposed filename even when the URL
specified for the file picker directory is invalid.

As the Win32 file picker sadly allows both paths and URLs
for directories, users try paths on other more
restrictive platforms, and since the file picker there
shows neither the directory nor the file, they wrongly
conclude both are broken.

Patch by: me



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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
07a3d7f129-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...

12