aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaksJan Djärv2014-06-111-21/+31
* Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-041-0/+1
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-1/+2
* Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-24/+2
* * nsfns.m (ns_do_applescript): Surround executeAndReturnErrorJan Djärv2014-05-261-6/+18
* Simplify NS font driver draw, merge from Macport.Jan Djärv2014-05-251-4/+10
* Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-12/+2
* Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* Clean up array size calculationsDaniel Colascione2014-04-031-2/+1
* Avoid flickering on frame creation with tool bar on OSX.Jan Djärv2014-03-301-0/+14
* * nsterm.h (MAC_OS_X_VERSION_10_9): Add.Jan Djärv2014-03-081-1/+27
* * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMaskAnders Lindgren2014-02-161-3/+11
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1
* * src/nsterm.m (syms_of_nsterm): Doc fix.Glenn Morris2014-02-061-2/+2
* * nsterm.m (toggleFullScreen:): Hide menubar on secondary monitorJan Djärv2014-02-061-2/+10
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-4/+4
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Spelling fixes.Paul Eggert2014-01-041-4/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* * nsterm.m (windowDidResignKey:): Set mouse_moved to 0.Jan Djärv2013-12-311-0/+1
* Enable ns-use-srgb-colorspace by defaultJulien Danjou2013-12-271-2/+2
* Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB.Jan Djärv2013-12-211-10/+53
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-1/+0
* Make NS port use the normal dnd functions.Jan Djärv2013-12-191-74/+53
* Redo size constraint for NS so frames can span screens.Jan Djärv2013-12-191-14/+60
* Generate HORIZ_WHEEL_EVENT.Jan Djärv2013-12-191-2/+12
* * 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