mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* java/org/gnu/emacs/EmacsActivity.java (attachWindow): Guarantee that child windows promoted to toplevels receive layout parameters that direct them to receive their parents' dimensions. Otherwise, the size of the window as a child is retained on Huawei HarmonyOS 4.2 and possibly other Android distributions. * java/org/gnu/emacs/EmacsService.java (updateCursorAnchorInfo): Run anchor updates on the UI thread, as `InputMethodManager#updateCursorAnchorInfo' is liable to call `View#requestLayout'. * java/org/gnu/emacs/EmacsView.java (onMeasure): Always call `measureChildren', or child frames' onLayout handlers might not be invoked after they request a layout cycle and are duly processed in `onLayout'. (swapBuffers): Delete erroneous commentary. * java/org/gnu/emacs/EmacsWindow.java (viewLayout): If overrideRedirect, don't inadvertently clear rect.left and rect.top by recording the window's WM window-relative position. Fix typos. (reparentTo): Invalidate focus after transferring frame. (translateCoordinates): Account for override-redirect windows. Mostly important for mouse-drag-and-drop-region. |
||
|---|---|---|
| .. | ||
| EmacsActivity.java | ||
| EmacsApplication.java | ||
| EmacsClipboard.java | ||
| EmacsContextMenu.java | ||
| EmacsCursor.java | ||
| EmacsDesktopNotification.java | ||
| EmacsDialog.java | ||
| EmacsDialogButtonLayout.java | ||
| EmacsDirectoryEntry.java | ||
| EmacsDocumentsProvider.java | ||
| EmacsDrawable.java | ||
| EmacsDrawLine.java | ||
| EmacsDrawPoint.java | ||
| EmacsDrawRectangle.java | ||
| EmacsFillPolygon.java | ||
| EmacsFillRectangle.java | ||
| EmacsFontDriver.java | ||
| EmacsGC.java | ||
| EmacsHandleObject.java | ||
| EmacsHolder.java | ||
| EmacsInputConnection.java | ||
| EmacsLauncherPreferencesActivity.java | ||
| EmacsMultitaskActivity.java | ||
| EmacsNative.java | ||
| EmacsNoninteractive.java | ||
| EmacsOpenActivity.java | ||
| EmacsPixmap.java | ||
| EmacsPreferencesActivity.java | ||
| EmacsSafThread.java | ||
| EmacsSdk7FontDriver.java | ||
| EmacsSdk8Clipboard.java | ||
| EmacsSdk11Clipboard.java | ||
| EmacsSdk23FontDriver.java | ||
| EmacsService.java | ||
| EmacsSurfaceView.java | ||
| EmacsThread.java | ||
| EmacsTileObject.java | ||
| EmacsView.java | ||
| EmacsWindow.java | ||
| EmacsWindowManager.java | ||