| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -2/+2 |
* | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -9/+4 |
* | Handle fullscreen parameter in initial/defult-frame-alist for NS. | Jan Djärv | 2012-10-06 | 1 | -1/+2 |
* | Add support for fullscreen in the NS port. | Jan Djärv | 2012-09-30 | 1 | -0/+18 |
* | image.c, indent.c: Use bool for booleans. | Paul Eggert | 2012-09-24 | 1 | -5/+5 |
* | * nsterm.h: Add delay parameter to updateFrameSize. | Jan Djärv | 2012-09-11 | 1 | -1/+1 |
* | * nsterm.h (EmacsView): Add updateFrameSize. | Jan Djärv | 2012-09-08 | 1 | -0/+1 |
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -25/+2 |
* | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 1 | -4/+6 |
* | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | Jan Djärv | 2012-08-27 | 1 | -0/+1 |
* | Fix average font width calculation on NS. | Chong Yidong | 2012-08-16 | 1 | -1/+4 |
* | Improve event loop on NS so that no polling is used. | Jan Djärv | 2012-08-15 | 1 | -1/+3 |
* | Define Qnone once for all platforms. | Dmitry Antipov | 2012-08-10 | 1 | -1/+0 |
* | Remove compiler warnings in objective-C files. | Jan Djärv | 2012-07-13 | 1 | -11/+14 |
* | Stop ns builds setting the EMACSLOADPATH environment variable | Glenn Morris | 2012-07-09 | 1 | -1/+1 |
* | Stop ns builds setting the EMACSPATH environment variable | Glenn Morris | 2012-07-09 | 1 | -0/+1 |
* | * src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix type, empty return. | Glenn Morris | 2012-07-09 | 1 | -1/+1 |
* | Stop ns builds polluting the environment with EMACSDATA, EMACSDOC | Glenn Morris | 2012-07-09 | 1 | -0/+1 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -2/+0 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -1/+2 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * nsterm.h (x_free_frame_resources): Declare. | Jan Djärv | 2011-12-10 | 1 | -0/+1 |
* | Don't crash on bad user input. | Jan Djärv | 2011-12-10 | 1 | -0/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -1/+1 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2011-08-14 | 1 | -0/+3 |
|\ |
|
| * | Fix that executing applescript may hang emacs uninterruptedly. | Jan Djärv | 2011-08-14 | 1 | -0/+3 |
* | | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | Fix for raise display property on NS (Bug#8913). | Alp Aker | 2011-07-28 | 1 | -1/+0 |
| * | Implement strike-through and overline on NextStep (Bug#8863). | Alp Aker | 2011-07-28 | 1 | -0/+7 |
* | | * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail): | Paul Eggert | 2011-07-28 | 1 | -2/+2 |
|/ |
|
* | Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. | Jan Djärv | 2011-07-08 | 1 | -5/+30 |
* | Fix services menu empty on OSX 1.6+. | Jan Djärv | 2011-07-08 | 1 | -0/+8 |
* | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 1 | -3/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Make Nextstep port handle multiple screens for resize and move. | Jan Djärv | 2011-01-21 | 1 | -0/+7 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | Handle negative top/left in frame parameters (Bug#7510). | Jan Djärv | 2010-12-02 | 1 | -1/+1 |
* | | Start redesigning portable mouse highlight. Not compiled. | Eli Zaretskii | 2010-10-31 | 1 | -15/+3 |
* | | Use const char* for -Wwrite_strings. | Jan D | 2010-08-11 | 1 | -3/+3 |
* | | Can't include menu.h in window.c for X targets. | Jan D | 2010-08-06 | 1 | -0/+1 |
* | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -2/+30 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -2/+2 |
* | | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. | Jan D | 2010-07-01 | 1 | -1/+1 |
|/ |
|
* | Clean up unneeded ns_set_icon_type calls. | Chong Yidong | 2010-03-29 | 1 | -0/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |