summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-26Fix 32-bit warnings againPo Lu
2022-05-25Merge from origin/emacs-28Eli Zaretskii
2022-05-25Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu
2022-05-25Add more predefined atoms for the benefit of DND codePo Lu
2022-05-25Improve atom interning in `x-change-window-property'Po Lu
2022-05-25Fix cursor color adjustment on HaikuPo Lu
2022-05-25Add more atoms that don't need a roundtrip to internPo Lu
2022-05-25Fix compilation on GTK when Xrandr is not presentPo Lu
2022-05-24Add more error checking to some X functionsPo Lu
2022-05-24Prevent errors when Lisp code asks for props of invalid windowsPo Lu
2022-05-24Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen
2022-05-24Audit quoting symbols in C doc stringsLars Ingebrigtsen
2022-05-24Allow the user to fix `x-mouse-click-focus-ignore-position' on some systemsPo Lu
2022-05-24Fix use of wrong event structure handling XI_Enter eventsPo Lu
2022-05-24* src/nsmenu.m (ns_menu_show): Use SAFE_ALLOCA.Po Lu
2022-05-24Minor fixes to cursor color handling on HaikuPo Lu
2022-05-24Only send fallback MONITORS_CHANGED_EVENT when dimensions really changedPo Lu
2022-05-23Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii
2022-05-23Less wrong printed circular list tail index (bug#55395)Mattias EngdegÄrd
2022-05-23* src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068)Eli Zaretskii
2022-05-23Adapt last change to Haiku as wellPo Lu
2022-05-23Fix stack overflows with large popup menusPo Lu
2022-05-23Fix default child-frame-border-width on PGTKPo Lu
2022-05-23Improve command-error-function discoverabilityLars Ingebrigtsen
2022-05-23Fix coding style of recent changePo Lu
2022-05-23Implement monitor change functions on HaikuPo Lu
2022-05-23Include development data in --version outputLars Ingebrigtsen
2022-05-23Minor fixes to PGTK child framesPo Lu
2022-05-23Implement monitor change functions on GNUstepPo Lu
2022-05-23Handle screen size changes if the RandR library isn't availablePo Lu
2022-05-23Fix `gui-backend-selection-owner-p' on HaikuPo Lu
2022-05-23Use GDK for handling monitor changes when built with GTKPo Lu
2022-05-22Run `minibuffer-exit-hook` in the right bufferStefan Monnier
2022-05-22Clean up Haiku codePo Lu
2022-05-22Implement `display-monitors-changed-functions' on MS WindowsPo Lu
2022-05-22Fix uninitialized use of xm drag receiver dataPo Lu
2022-05-22Fix build with --enable-check-lisp-object-typePo Lu
2022-05-22Fix use-after-free in x_destroy_windowPo Lu
2022-05-22Fix focus redirection to/from surrogate minibuffer frames on HaikuPo Lu
2022-05-22Fix GNUstep buildPo Lu
2022-05-22Fix compiler warnings on Mac OS X 10.12Po Lu
2022-05-22Set display size upon RRScreenChangeNotifyPo Lu
2022-05-22Don't unnecessarily call monitor change functionsPo Lu
2022-05-21Fix compiler warnings in printer code on 32-bit systemsPo Lu
2022-05-21Compute frame workareas on HaikuPo Lu
2022-05-21Implement monitor change hooks on NSPo Lu
2022-05-21Call XRRUpdateConfiguration when the root window geometry changesPo Lu
2022-05-21Implement `display-monitors-changed-hook' on PGTKPo Lu
2022-05-21Add a hook run upon monitor configuration changesPo Lu
2022-05-20Restore the Fselect_window call in gui_consider_frame_title.Alan Mackenzie