summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-10/+10
* * xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv2013-08-071-4/+6
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-7/+7
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-41/+12
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-4/+4
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-1/+1
* * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-1/+1
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-6/+6
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-4/+3
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-11/+10
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-50/+50
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-4/+5
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-5/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-17/+28
* Cleanup xmalloc.Dmitry Antipov2012-07-051-15/+10
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-10/+12
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-9/+8
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1