ceb51a8e | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl -----
Fix spelling in code comments and descriptions only (#207) * Fix spelling in code comments and descriptions only * Update IllegalAccessibleComponentStateException.idl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
65872474 | 01-Dec-2023 |
John Bampton |
misc: fix spelling (#188) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA |
|
27b8d3b4 | 07-Jun-2022 |
mseidel |
Make FadeIn/Out arrow on splitwindow better visible |
805551cc | 17-Mar-2022 |
mseidel |
Fixed typos, removed whitespace |
4893698d | 15-Mar-2022 |
mseidel |
Fixed typo (menue -> menu) and some more |
ca7c0c6e | 10-Mar-2022 |
mseidel |
Fixed my own typo |
649f2b9f | 10-Mar-2022 |
mseidel |
Make grip in split window more visible, minor cleanup |
323a7b1d | 09-Mar-2022 |
mseidel |
Revert changes to menu button |
ece403fc | 07-Mar-2022 |
mseidel |
Draw rectangle around menu button in toolbar for better visibility on e.g. Linux) |
d5a030a5 | 06-Mar-2022 |
mseidel |
Remove gradient from menu button in toolbar |
16b83164 | 23-Feb-2022 |
mseidel |
Simplified code, removed whitespace |
8c545591 | 22-Feb-2022 |
mseidel |
Make grip in toolbar more visible |
Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
6e9cccf4 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA |
|
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416 |
|
52d63d7e | 06-Nov-2018 |
Matthias Seidel |
Fixed typo (curently -> currently) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845943 13f79535-47bb-0310-9956-ffa450edef68 |
a404096b | 06-Nov-2018 |
Mechtilde Stehmann |
remove whitespaces main/vcl/source/window/dockingarea.cxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845931 13f79535-47bb-0310-9956-ffa450edef68 |
af27b5be | 06-Nov-2018 |
Mechtilde Stehmann |
correct typo in main/vcl/source/window git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845915 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
464d271f | 02-Jun-2018 |
Matthias Seidel |
Fixed typos: sensisitive -> sensitive git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832730 13f79535-47bb-0310-9956-ffa450edef68 |
cc13e73e | 28-Mar-2018 |
Yuri Dario |
#i127729# Add full drag&drop support for the OS/2 platform. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827936 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. 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 r* - z*. 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@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
0b232e2d | 18-Jan-2014 |
Tsutomu Uchino |
#i56998# add space separator between value and unit in fixed line around the preview on print dialog git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559330 13f79535-47bb-0310-
#i56998# add space separator between value and unit in fixed line around the preview on print dialog git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559330 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bde8a4bd | 02-Dec-2013 |
Herbert Dürr |
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
526a327c | 02-Dec-2013 |
Armin Le Grand |
i123765 reset buffered DropTarget when undocking git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547026 13f79535-47bb-0310-9956-ffa450edef68 |
ae642d40 | 02-Dec-2013 |
Herbert Dürr |
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/re
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546977 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|