aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Implement set_window_size_and_position_hook on AndroidPo Lu2025-12-231-0/+44
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-12/+27
* Synchronize Android and Haiku terminal frontends with XPo Lu2025-05-051-3/+3
* Respond to display configuration updates on AndroidPo Lu2025-04-101-0/+21
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-84/+87
* Render Android hourglass cursor mechanics more consistent with XPo Lu2025-03-041-12/+26
* Avoid some union buffered_input_event usesPaul Eggert2025-03-031-87/+84
* ; * src/androidterm.c (android_set_offset): Apply correct frame offsets.Po Lu2025-02-171-1/+2
* Synchronize frame placement logic with XPo Lu2025-02-171-0/+76
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+1
* | Protect against GCing of last_mouse_windowPaul Eggert2025-01-261-1/+0
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Fix omission of updates to child frames on AndroidPo Lu2024-06-241-1/+6
* Reinforce bitmap reconfiguration on AndroidPo Lu2024-06-171-5/+5
* Send proper substitution character to Android IMEsPo Lu2024-06-151-3/+3
* ; * src/androidterm.c (android_term_init): Typo.Po Lu2024-06-131-1/+2
* Correctly define `select' binding on AndroidPo Lu2024-06-131-2/+13
* Communicate frame titles to the window manager on AndroidPo Lu2024-05-131-0/+20
* Complete pacification of build warnings on AndroidPo Lu2024-05-131-2/+0
* Fix offset of reported conversion regionsPo Lu2024-05-121-4/+4
* Simplify management of Android handle IDsPo Lu2024-05-041-23/+23
* Port visible bell to AndroidPo Lu2024-05-021-8/+2
* Take fields into account during text conversionPo Lu2024-04-291-13/+26
* Implement dots and dashes on AndroidPo Lu2024-04-281-16/+84
* Fix Android buildPo Lu2024-04-281-1/+1
* Port double-line underlines to GUI systemsPo Lu2024-04-281-24/+42
* Followup changes for styled underline supportEli Zaretskii2024-04-271-3/+3
* Enable customization of the quit key on AndroidPo Lu2024-04-271-0/+16
* Enable configuring Emacs for "pseudo-grayscale" systems on AndroidPo Lu2024-04-231-7/+41
* Prevent passwords from being recorded during text conversionPo Lu2024-03-261-0/+2
* Respond to default action from Gnus notificationsPo Lu2024-03-161-10/+10
* Support x-*-keysym on AndroidPo Lu2024-03-161-10/+71
* Implement notification callbacks on AndroidPo Lu2024-03-111-1/+21
* Implement dead key combination on AndroidPo Lu2024-03-021-1/+18
* Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu2024-02-111-2/+2
* Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-281-3/+3
* ; * src/androidterm.c (handle_one_android_event): Fix typo.Po Lu2024-01-181-2/+2
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-1/+6
* Add new `swap` macro and use itStefan Kangas2024-01-061-6/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-101-2/+2
* Register ``pinch to zoom'' touch screen gesturesPo Lu2023-11-151-2/+2
* Implement more Android text editing controlsPo Lu2023-11-051-1/+12
* Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-5/+5
* Substitute eassert for assert throughout Android codePo Lu2023-10-271-10/+9
* Implement multi-window drag-and-drop under AndroidPo Lu2023-10-141-0/+43
* Try harder to generate tombstones upon emacs_abortPo Lu2023-10-131-1/+2
* Introduce an input method callback required by Android 34Po Lu2023-10-051-0/+47