This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a change to branch Pilot-Pirx-iconset
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 69188afeb9 Merge branch 'trunk' into Pilot-Pirx-iconset
add d7e3986169 Fixed typos
add 2fb96a1731 Replace nodrop -> notallow to unify cursor themes (#452)
new fe0d5865b0 Merge branch 'trunk' into Pilot-Pirx-iconset
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../source/ui/tabledesign/TableController.cxx | 148 ++++++-------
main/dtrans/source/os2/dnd/DropTarget.cxx | 5 +-
main/vcl/aqua/source/dtrans/DropTarget.cxx | 6 +-
main/vcl/inc/unx/x11_cursors/nodrop_curs.h | 60 -----
main/vcl/inc/unx/x11_cursors/nodrop_mask.h | 60 -----
main/vcl/inc/unx/x11_cursors/notallow_curs.h | 59 +++++
main/vcl/inc/unx/x11_cursors/notallow_mask.h | 59 +++++
main/vcl/inc/unx/x11_cursors/salcursors.h | 6 +-
main/vcl/unx/generic/app/saldisp.cxx | 194 ++++++++--------
main/vcl/unx/generic/dtrans/X11_selection.cxx | 18 +-
main/vcl/unx/generic/dtrans/copydata_curs.h | 38 ----
main/vcl/unx/generic/dtrans/copydata_mask.h | 38 ----
main/vcl/unx/generic/dtrans/linkdata_curs.h | 38 ----
main/vcl/unx/generic/dtrans/linkdata_mask.h | 38 ----
main/vcl/unx/generic/dtrans/movedata_curs.h | 38 ----
main/vcl/unx/generic/dtrans/movedata_mask.h | 38 ----
main/vcl/unx/generic/dtrans/nodrop_curs.h | 38 ----
main/vcl/unx/generic/dtrans/nodrop_mask.h | 38 ----
main/vcl/unx/gtk/app/gtkdata.cxx | 244 ++++++++++-----------
19 files changed, 428 insertions(+), 735 deletions(-)
delete mode 100644 main/vcl/inc/unx/x11_cursors/nodrop_curs.h
delete mode 100644 main/vcl/inc/unx/x11_cursors/nodrop_mask.h
create mode 100644 main/vcl/inc/unx/x11_cursors/notallow_curs.h
create mode 100644 main/vcl/inc/unx/x11_cursors/notallow_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/copydata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/copydata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/linkdata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/linkdata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/movedata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/movedata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/nodrop_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/nodrop_mask.h