summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-09-15Prefer now-standard int width macrosPaul Eggert
2016-08-21Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman
2016-08-21Minor text-quoting-style fixesPaul Eggert
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-11Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-10Prefer NUMBERP to spelling it outPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-25format-message now curves ` and 'Paul Eggert
2015-08-18Use new q ‘format’ flag when fixing quotes in CPaul Eggert
2015-08-15Fix quoting in Fformat callsPaul Eggert
2015-06-23Fix bug that munged selection infoPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-30Don't misencode C-generated messagesPaul Eggert
2015-04-04Close a timing hole in selections.Jan D
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-26Use bool for boolean in xselect.c, xsettings.cPaul Eggert
2014-10-14Cleanup terminal handling code.Dmitry Antipov
2014-10-02Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert
2014-10-01Consolidate x-select-text.Stefan Monnier
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-16If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov
2014-09-07Adjust drag-and-drop fix when window is above top.Paul Eggert
2014-09-07* xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv
2014-07-18Prefer 'x_display_info *' to 'Display *' in X selection code.Dmitry Antipov
2014-07-07Minor fixups related to usage of the 'long' type.Paul Eggert
2014-07-04* font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-05* src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier
2013-10-29Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov
2013-10-10* keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov
2013-09-17Don't overuse 'const' in types of locals.Paul Eggert
2013-09-16Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov
2013-09-13Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov