summaryrefslogtreecommitdiff
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* * nsterm.m (x_free_frame_resources):Dmitry Antipov2013-12-111-3/+1
* Fix GNUStep toolbar not updating.Jan Djärv2013-12-081-0/+5
* Fix GNUStep issues with startup.Jan Djärv2013-12-071-4/+16
* Handle pixelwise resize changes in NS port.Jan Djärv2013-12-071-37/+40
* Fix some pixelwise breakage, more remain.Jan Djärv2013-12-051-3/+13
* Spelling and punctuation fixes.Paul Eggert2013-12-011-2/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-6/+34
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-261-5/+5
* * nsterm.m (init, run, stop:): Enable again. stop calls super stopJan Djärv2013-11-201-3/+4
* * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.Jan Djärv2013-11-201-0/+2
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
* Fix memory leaks in NS version.Jan Djärv2013-11-041-0/+40
* * src/nsterm.m (ns_get_color): Make selection color work for GNUStep also.Jan Djärv2013-10-201-4/+4
* Fix GNUStep specific menu items.Jan Djärv2013-10-201-0/+7
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-8/+1
* * nsterm.h (struct ns_display_info): Remove set-but-unusedDmitry Antipov2013-10-151-1/+0
* * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-141-5/+0
* * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-141-1/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-5/+1
* * nsterm.m (windowDidExitFullScreen:):Jan Djärv2013-10-081-2/+2
* * nsterm.m (windowDidEnterFullScreen:): setPresentationOptions onlyJan Djärv2013-10-071-0/+2
* Don't force auto hide dock when hide menu changes.Jan Djärv2013-10-061-5/+4
* * nsterm.m (ns_update_begin): If native fullscreen and no toolbar,Jan Djärv2013-10-061-3/+33
* * nsterm.m (check_native_fs): Remove erroneous comment.Jan Djärv2013-10-051-1/+0
* Pick up default selection color on OSX when user defaults are not set.Jan Djärv2013-09-281-11/+33
* Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-221-3/+5
* * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov2013-09-191-22/+27
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-13/+9
* * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-181-4/+6
* Fix syms_of_(mac|ms)font calls.Jan Djärv2013-09-161-0/+8
* Port the font backend from the Mac port.Jan Djärv2013-09-151-20/+46
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-11/+11
* * nsterm.m (syms_of_nsterm): Use Qns.Dmitry Antipov2013-09-111-2/+2
* Cleanup frame flushing.Dmitry Antipov2013-09-091-14/+1
* * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-021-8/+8
* * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-011-20/+2
* * nsterm.m (last_window): New variable.Jan Djärv2013-08-281-2/+31
* Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-281-5/+6
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-281-7/+3
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-2/+2
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-9/+9
* * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-26/+4
* Fix minor problems found by static checking.Paul Eggert2013-08-261-2/+2
* Minor cleanup for redisplay interface and few related functions.Dmitry Antipov2013-08-231-4/+4
* Fix NS compile breakage.Jan Djärv2013-08-131-2/+2
* * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-131-11/+2
* * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate.Jan Djärv2013-08-111-11/+8
* Omit some unnecessary casts.Paul Eggert2013-08-101-2/+2
* * nsterm.m (ns_update_begin): Don't change clip path if it would beJan Djärv2013-08-081-5/+14
* Redesign redisplay interface to drop global variable updated_window.Dmitry Antipov2013-08-081-6/+3