summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* * lisp/cus-start.el (all): Add ns-use-native-fullscreen.Jan Djärv2013-02-051-73/+168
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-14/+16
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * nsterm.m (keyDown:): Set processingCompose to NO if an emacs keyJan Djärv2013-01-131-0/+2
* Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-6/+7
|\
| * Don't use previous underline thickness or position if previous underline type...YAMAMOTO Mitsuharu2013-01-041-0/+1
| * Make underwave look more triangular and also degrade gracefully for small fon...YAMAMOTO Mitsuharu2013-01-041-6/+6
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-1/+1
|\ \ | |/
| * * nsterm.m (fd_handler:): FD_ZERO fds.Jan Djärv2012-12-081-1/+1
* | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-1/+0
* | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-15/+10
* | * nsterm.m (ns_select): Send SIGIO only to self, not to process group.Paul Eggert2012-11-171-2/+2
* | Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris2012-11-171-0/+9
|\ \ | |/
| * * nsterm.m (hold_event): Set send_appdefined to YES.Jan Djärv2012-11-171-0/+9
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-4/+1
* | Fix problems in ns port found by static checking.Paul Eggert2012-11-171-12/+10
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-161-0/+2
|\ \ | |/
| * * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket isJan Djärv2012-11-131-0/+2
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-2/+0
* | * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMaskJan Djärv2012-11-061-17/+17
* | * nsterm.m: Add NSClearLineFunctionKey and keypad keys.Michael Marchionna2012-11-041-3/+23
|/
* * nsterm.m (NO_APPDEFINED_DATA): New define.Jan Djärv2012-10-281-12/+7
* * nsterm.m (ns_select): Check writefds before call toJan Djärv2012-10-181-3/+3
* * nsterm.m (ns_select): Count fd:s in writefs also.Jan Djärv2012-10-141-1/+4
* * nsterm.m (hold_event_q): New static variable.Jan Djärv2012-10-121-2/+37
* Clean out old termopts cruft.Paul Eggert2012-10-101-4/+3
* * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506).Jan Djärv2012-10-071-1/+3
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-4/+1
* * nsfns.m (ns_in_resize): Remove.Jan Djärv2012-10-071-134/+2
* Handle fullscreen parameter in initial/defult-frame-alist for NS.Jan Djärv2012-10-061-18/+69
* * nsterm.m (windowDidEnterFullScreen): Remove fprintf.Jan Djärv2012-10-021-1/+0
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Add support for fullscreen in the NS port.Jan Djärv2012-09-301-15/+281
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-5/+5
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-69/+59
* * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,Jan Djärv2012-09-231-1/+2
* Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-3/+2
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-7/+2
* Try to fix crashes introduced by 2012-09-10T21:01:45Z!jan.h.d@swipnet.se.Jan Djärv2012-09-161-19/+36
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv2012-09-111-4/+4
* * nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv2012-09-101-0/+9
* Remove debug printsJan Djärv2012-09-091-14/+0
* * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv2012-09-081-4/+35
* * nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv2012-09-081-0/+2
* * nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv2012-09-081-190/+142
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-19/+19
* * nsterm.m (insertText:): Don't clear modifiers if code is space.Jan Djärv2012-08-221-1/+2