summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-6/+6
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-7/+7
* * nsfns.m (ns_get_name_from_ioreg): New function.Jan Djärv2013-11-051-13/+71
* Fix memory leaks in NS version.Jan Djärv2013-11-041-0/+1
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-14/+7
* * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv2013-10-091-5/+16
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-1/+3
* * dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov2013-09-171-11/+7
* Fix compilation for GNUStep due to font changes.Jan Djärv2013-09-151-5/+4
* Port the font backend from the Mac port.Jan Djärv2013-09-151-4/+28
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-9/+2
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-13/+13
* Do not populate pure Xism x_sync to other ports.Dmitry Antipov2013-09-091-9/+0
* * nsfns.m (x_set_cursor_type):Dmitry Antipov2013-08-131-4/+0
* Fix memory leak warning.Jan Djärv2013-08-111-3/+7
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-5/+5
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-15/+0
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-311-1/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-5/+2
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
* Space between "defined" and "(".Paul Eggert2013-07-081-3/+3
* * lisp/files.el (write-file): Do not display confirm dialog for NS,Jan Djärv2013-07-061-59/+62
* * nsfns.m (handlePanelKeys): Don't process Command+Function keys.Jan Djärv2013-06-301-2/+8
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-48/+23
* Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS.Jan Djärv2013-05-251-59/+4
* Sync x-server-* and x-display-* functions on NS with those on X11.YAMAMOTO Mitsuharu2013-05-201-153/+154
* Implement display-monitor-attributes-list for NS.Jan Djärv2013-05-091-23/+220
* Spelling fixes (or remove unnecessary and unusually-spelled words).Paul Eggert2013-05-041-4/+4
* * src/nsfns.m (ns_tooltip): Initialize.David Reitter2013-05-011-1/+1
* * nsfns.m (handlePanelKeys): New function.Jan Djärv2013-04-281-2/+86
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-106/+36
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-34/+31
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-3/+0
* * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): NewJan Djärv2013-03-161-4/+62
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-11/+7
* Spelling fixes.Paul Eggert2013-01-091-4/+4
* 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
* | * nsfns.m (Fns_do_applescript): Run event loop until script hasJan Djärv2012-12-231-3/+8
* | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-14/+0
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-1/+0
|/
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-19/+16
* * nsfns.m (ns_in_resize): Remove.Jan Djärv2012-10-071-9/+1
* Handle fullscreen parameter in initial/defult-frame-alist for NS.Jan Djärv2012-10-061-0/+2
* Support file name dialog on NS.Jan Djärv2012-09-301-9/+27
* Add support for fullscreen in the NS port.Jan Djärv2012-09-301-1/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-21/+21
* * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-191-10/+3