summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-3/+4
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-3/+4
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+2
* | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-211-12/+47
* | Minor text-quoting-style fixesPaul Eggert2016-08-211-2/+2
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-3/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-8/+8
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+3
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-3/+3
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-6/+6
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-14/+3
* format-message now curves ` and 'Paul Eggert2015-08-251-1/+1
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-7/+6
* Fix quoting in Fformat callsPaul Eggert2015-08-151-2/+4
* Fix bug that munged selection infoPaul Eggert2015-06-231-23/+31
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Don't misencode C-generated messagesPaul Eggert2015-05-301-2/+1
* Close a timing hole in selections.Jan D2015-04-041-5/+23
* Count MANY function args more reliablyPaul Eggert2015-01-251-23/+8
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-13/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-261-49/+46
* Cleanup terminal handling code.Dmitry Antipov2014-10-141-1/+1
* Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert2014-10-021-22/+13
* Consolidate x-select-text.Stefan Monnier2014-10-011-1/+3
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-7/+5
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+2
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+2
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-9/+7
* Adjust drag-and-drop fix when window is above top.Paul Eggert2014-09-071-11/+9
* * xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv2014-09-071-1/+18
* Prefer 'x_display_info *' to 'Display *' in X selection code.Dmitry Antipov2014-07-181-85/+74
* Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-071-5/+5
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-12/+4
* * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-38/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-051-1/+0
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-3/+3
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-3/+3
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-3/+3