aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-2/+2
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-1/+1
* *** empty log message ***Jan Djärv2013-07-071-0/+10
* * lisp/files.el (write-file): Do not display confirm dialog for NS,Jan Djärv2013-07-061-7/+14
* Fix minor problems found by static checking.Paul Eggert2013-06-031-4/+4
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-99/+107
* Sync x-server-* and x-display-* functions on NS with those on X11.YAMAMOTO Mitsuharu2013-05-201-4/+20
* * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checkingJan Djärv2013-04-071-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-14/+24
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-6/+6
* * nsmenu.m (ns_update_menubar): Correct NSTRACE.Jan Djärv2013-03-301-0/+90
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* * nsterm.m (ns_select): Don't return with result uninitialized.Jan Djärv2013-03-161-0/+5
* * nsterm.m (updateFrameSize:): Change resize increments if needed.Jan Djärv2013-03-161-0/+14
* * 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:[email protected]Glenn 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:[email protected]Paul 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:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Glenn 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