aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow holding down scroll bar buttons on Haiku when overscrollingPo Lu2022-03-241-7/+38
* Fix an infinite loop if the window manager pings Emacs during DNDPo Lu2022-03-241-1/+13
* Fix copying font names around on HaikuPo Lu2022-03-243-1/+14
* Allow dragging and dropping multiple actionsPo Lu2022-03-243-8/+99
* Improvements to Haiku selection handlingPo Lu2022-03-234-44/+139
* Allow retrieving some more kinds of clipboard data on HaikuPo Lu2022-03-233-28/+114
* Fix crash in haiku_message_to_lispPo Lu2022-03-231-0/+3
* * src/xterm.c (x_dnd_begin_drag_and_drop): Fix test against DND frame.Po Lu2022-03-231-3/+4
* Don't allocate duplicate cursors for each frame on HaikuPo Lu2022-03-233-51/+88
* Improve DND documentationPo Lu2022-03-231-0/+3
* ; * src/xterm.c (x_free_frame_resources): Fix typo in last change.Po Lu2022-03-231-1/+1
* Reported taken action correctly when dragging to another frame on XPo Lu2022-03-231-178/+205
* Mention highlight-confusing-reorderings in doc stringLars Ingebrigtsen2022-03-221-1/+4
* Mention the other-window-scroll-default user optionLars Ingebrigtsen2022-03-221-1/+3
* Fix a keyboard.c no-X compilation warningLars Ingebrigtsen2022-03-221-1/+1
* Simplify fullscreen management on HaikuPo Lu2022-03-225-75/+94
* * src/comp.c: Few improvements following 71b8f1fc635.Andrea Corallo2022-03-221-7/+3
* * src/xterm.c (x_dnd_get_window_proto): Don't return huge protocols.Po Lu2022-03-221-1/+1
* Fix starting Emacs with -mm or -fs on HaikuPo Lu2022-03-221-0/+16
* Fix leak of saved menu event and output dataPo Lu2022-03-221-4/+6
* ; * src/comp.c: Update a comment.Andrea Corallo2022-03-211-1/+0
* Minor fixes to Haiku DND supportPo Lu2022-03-213-10/+30
* Improve handling of input methods during drag-and-dropPo Lu2022-03-211-23/+26
* Make quitting work while DND is waitng for finishPo Lu2022-03-211-2/+7
* Remove duplicate INLINE_HEADER_BEGINPaul Eggert2022-03-201-2/+0
* Fix confusion of wanted action with actual action on XPo Lu2022-03-201-16/+35
* Make DND between frames work properlyPo Lu2022-03-201-2/+6
* Improve compliance with version 5 of the XDND specificationPo Lu2022-03-201-7/+106
* Fix some crashes in shut_down_emacs on HaikuPo Lu2022-03-201-3/+0
* Implement `haiku_delete_terminal'Po Lu2022-03-201-1/+19
* Check list tail properly in x-begin-dragPo Lu2022-03-202-3/+4
* Fix crash on some compositing managersPo Lu2022-03-201-9/+16
* Improve behaviour of drag-n-drop during window manager operationsPo Lu2022-03-202-1/+108
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2022-03-1925-262/+129
|\
| * Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert2022-03-193-0/+14
| * valid_sp inline fixPaul Eggert2022-03-191-1/+1
| * Simplify alloc.c static function declsPaul Eggert2022-03-191-20/+5
| * Make native helper functions staticPaul Eggert2022-03-191-10/+11
| * Remove unused fns/data and make fns staticPaul Eggert2022-03-1914-95/+72
| * Use filenvercmp instead of doing it by handPaul Eggert2022-03-192-32/+3
| * Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-193-4/+14
| * Remove internal_condition_case_[345]Paul Eggert2022-03-193-90/+9
| * Remove sanitize_window_sizesPaul Eggert2022-03-192-10/+0
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2022-03-196-5/+31
|\ \ | |/
| * Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-195-5/+23
| * Improve protection against faulty clients during DNDPo Lu2022-03-191-0/+8
* | Merge from origin/emacs-28Eli Zaretskii2022-03-191-1/+4
|\ \ | |/ |/|
| * Fix region highlight in non-selected windowsEli Zaretskii2022-03-191-1/+4
* | Ignore drag source frame on Haiku in line with documentationPo Lu2022-03-191-1/+10
* | * src/xterm.c (XTread_socket): Don't filter GenericEvents.Po Lu2022-03-191-2/+11