aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)scratch/bug-55156Stefan Monnier2022-05-261-25/+53
* Handle alternate actions for Motif drop targetsPo Lu2022-05-261-33/+58
* Fix the `x_trace_wire' optionPo Lu2022-05-261-3/+6
* Use x_get_atom_name for some more thingsPo Lu2022-05-261-6/+6
* * src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu2022-05-261-2/+2
* Make X error checking more asynchronousPo Lu2022-05-261-34/+91
* Improve x_get_atom_name for some predefined atomsPo Lu2022-05-261-3/+19
* Fix 32-bit warnings againPo Lu2022-05-261-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-05-254-10/+11
|\
| * Restore the Fselect_window call in gui_consider_frame_title.Alan Mackenzie2022-05-204-10/+11
* | Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu2022-05-253-11/+83
* | Add more predefined atoms for the benefit of DND codePo Lu2022-05-251-0/+10
* | Improve atom interning in `x-change-window-property'Po Lu2022-05-253-39/+76
* | Fix cursor color adjustment on HaikuPo Lu2022-05-251-7/+1
* | Add more atoms that don't need a roundtrip to internPo Lu2022-05-251-0/+29
* | Fix compilation on GTK when Xrandr is not presentPo Lu2022-05-251-4/+7
* | Add more error checking to some X functionsPo Lu2022-05-243-136/+177
* | Prevent errors when Lisp code asks for props of invalid windowsPo Lu2022-05-241-0/+10
* | Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen2022-05-241-0/+4
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-246-23/+23
* | Allow the user to fix `x-mouse-click-focus-ignore-position' on some systemsPo Lu2022-05-241-3/+17
* | Fix use of wrong event structure handling XI_Enter eventsPo Lu2022-05-241-1/+1
* | * src/nsmenu.m (ns_menu_show): Use SAFE_ALLOCA.Po Lu2022-05-241-19/+17
* | Minor fixes to cursor color handling on HaikuPo Lu2022-05-242-62/+40
* | Only send fallback MONITORS_CHANGED_EVENT when dimensions really changedPo Lu2022-05-241-6/+10
* | Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii2022-05-231-1/+1
* | Less wrong printed circular list tail index (bug#55395)Mattias EngdegÄrd2022-05-231-15/+13
* | * src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068)Eli Zaretskii2022-05-231-4/+9
* | Adapt last change to Haiku as wellPo Lu2022-05-231-25/+40
* | Fix stack overflows with large popup menusPo Lu2022-05-231-5/+16
* | Fix default child-frame-border-width on PGTKPo Lu2022-05-231-2/+1
* | Improve command-error-function discoverabilityLars Ingebrigtsen2022-05-231-0/+8
* | Fix coding style of recent changePo Lu2022-05-231-15/+18
* | Implement monitor change functions on HaikuPo Lu2022-05-234-5/+90
* | Include development data in --version outputLars Ingebrigtsen2022-05-231-3/+18
* | Minor fixes to PGTK child framesPo Lu2022-05-234-75/+73
* | Implement monitor change functions on GNUstepPo Lu2022-05-232-28/+95
* | Handle screen size changes if the RandR library isn't availablePo Lu2022-05-231-0/+11
* | Fix `gui-backend-selection-owner-p' on HaikuPo Lu2022-05-233-18/+65
* | Use GDK for handling monitor changes when built with GTKPo Lu2022-05-232-6/+65
* | Run `minibuffer-exit-hook` in the right bufferStefan Monnier2022-05-221-3/+8
* | Clean up Haiku codePo Lu2022-05-222-55/+46
* | Implement `display-monitors-changed-functions' on MS WindowsPo Lu2022-05-221-0/+23
* | Fix uninitialized use of xm drag receiver dataPo Lu2022-05-221-3/+3
* | Fix build with --enable-check-lisp-object-typePo Lu2022-05-221-2/+2
* | Fix use-after-free in x_destroy_windowPo Lu2022-05-221-1/+1
* | Fix focus redirection to/from surrogate minibuffer frames on HaikuPo Lu2022-05-221-0/+16
* | Fix GNUstep buildPo Lu2022-05-221-0/+2
* | Fix compiler warnings on Mac OS X 10.12Po Lu2022-05-222-2/+39
* | Set display size upon RRScreenChangeNotifyPo Lu2022-05-221-1/+8