aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Only read 16 bytes of motif drag receiver infoPo Lu2022-04-011-3/+3
* | Simplify Haiku drag-and-drop implementationPo Lu2022-04-014-5/+2
* | Support Motif DND helpPo Lu2022-04-011-4/+27
* | ; * src/xterm.c: Update commentary.Po Lu2022-04-011-1/+38
* | Make dropping files on Motif programs workPo Lu2022-04-012-5/+17
* | Avoid extra sync if we didn't get the right wmstatePo Lu2022-04-011-17/+8
* | Fix a build warning on the non-XI2 buildPo Lu2022-04-011-3/+3
* | Fix a bug in configure.ac that failed the --without-x buildEli Zaretskii2022-03-311-1/+1
* | Fix Motif DND on window managers that don't support client listsPo Lu2022-03-311-1/+98
* | Implement missing parts of the Motif drag and drop protocolPo Lu2022-03-312-23/+148
* | Tweak how functions are formatted in Implementation in *Help*Lars Ingebrigtsen2022-03-311-1/+1
* | Minor fixes to treatment of `allow_current_frame'Po Lu2022-03-311-1/+5
* | ; * src/xterm.c (handle_one_xevent): Respect current window in Motif DND.Po Lu2022-03-311-51/+55
* | Implement Motif drop protocolPo Lu2022-03-314-178/+900
* | cl-generic: Use OClosures for `cl--generic-isnot-nnm-p`Stefan Monnier2022-03-303-70/+95
* | EIEIO tests: Fix failure when `eieio-core.el` is interpretedStefan Monnier2022-03-301-3/+3
* | * src/pdumper.c (dump_get_max_page_size): Rename from 'dump_get_page_size'.Andrea Corallo2022-03-301-4/+4
* | * src/pdumper.c: Remove getpagesize.h dependecy.Andrea Corallo2022-03-301-1/+0
* | Extend signal-process and proced.elMichael Albinus2022-03-306-32/+218
* | ; Extend Tramp FAQMichael Albinus2022-03-301-0/+20
* | Remove local copies of remote files created for drag-and-dropPo Lu2022-03-301-2/+21
* | Ignore mouse movement correctly on Haiku during drag and dropPo Lu2022-03-304-4/+15
* | Prevent signals when dragging nonexistent files on HaikuPo Lu2022-03-303-5/+11
* | ; * lisp/dired.el (dired-mouse-drag): Create local copy if file is remote.Po Lu2022-03-301-11/+19
* | Disallow building with non-toolkit scroll bars on non-X systemsPo Lu2022-03-301-0/+2
* | Avoid calling XGetAtomName in a loop when fetching monitor attributesPo Lu2022-03-301-0/+38
* | Add some optimizations to ShapeNotify handlingPo Lu2022-03-301-0/+14
* | Handle process property `remote-command' in TrampMichael Albinus2022-03-296-42/+120
* | ipv6 addresses aren't suspiciousLars Ingebrigtsen2022-03-292-1/+22
* | Don't use 'eshell-convert' when all we want is a numberJim Porter2022-03-292-30/+28
* | Add tests for Eshell's umask commandJim Porter2022-03-291-0/+71
* | Fix eww bookmark writingThomas Fitzsimmons2022-03-291-1/+3
* | Rewrite desktop workarea computation to avoid too many calls to XSyncPo Lu2022-03-291-0/+64
* | Fix typo in ERC DCC code in verbose modeMattias EngdegÄrd2022-03-291-1/+1
* | * lisp/emacs-lisp/oclosure.el (oclosure--define): AutoloadStefan Monnier2022-03-291-0/+1
* | Specially decode more selection types on HaikuPo Lu2022-03-293-23/+160
* | Temporarily fix the oclosure bootstrapPo Lu2022-03-291-0/+2
* | Don't loop through useless region when searching for DND toplevelPo Lu2022-03-291-0/+24
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-284-28/+82
* | Add OClosures, a cross between functions and structsStefan Monnier2022-03-287-4/+781
* | Fix doc of `gui-get-selection' as to what is really valid as `data'Po Lu2022-03-282-9/+9
* | Minor fixes to Haiku selection supportPo Lu2022-03-282-4/+46
* | Improve portability of XCB configure checksPo Lu2022-03-281-0/+8
* | Do not register Tramp file name handlers twiceMichael Albinus2022-03-282-5/+8
* | Avoid extra sync when fetching DND proxy windowPo Lu2022-03-281-1/+74
* | Clean up some uses of XInternAtomPo Lu2022-03-283-8/+67
* | ; * src/xterm.c (x_dnd_compute_toplevels): Use right enum on XCB.Po Lu2022-03-281-3/+4
* | Store latin-1 content into the Haiku clipboard as wellPo Lu2022-03-274-14/+98
* | Clean up PGTK cursor blanking codePo Lu2022-03-272-26/+9
* | Don't wait for XdndFinished messages if the target did not send statusPo Lu2022-03-271-15/+17