summaryrefslogtreecommitdiff
path: root/src/gui_mac.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1207v7.4.1207Bram Moolenaar2016-01-301-6/+3
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.731v7.4.731Bram Moolenaar2015-06-091-1/+2
| | | | | Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott)
* updated for version 7.4.212v7.4.212Bram Moolenaar2014-03-231-6/+2
| | | | | | Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-15/+15
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.723v7.3.723Bram Moolenaar2012-11-201-1/+1
| | | | | Problem: Various tiny problems. Solution: Various tiny fixes.
* updated for version 7.3.375v7.3.375Bram Moolenaar2011-12-141-2/+1
| | | | | Problem: Duplicate return statement. Solution: Remove the superfluous one. (Dominique Pelle)
* updated for version 7.3.221v7.3.221Bram Moolenaar2011-06-191-1/+1
| | | | | | Problem: Text from the clipboard is sometimes handled as linewise, but not consistently. Solution: Assume the text is linewise when it ends in a CR or NL.
* updated for version 7.3.208v7.3.208Bram Moolenaar2011-06-121-1/+1
| | | | | Problem: Early terminated if statement. Solution: Remove the semicolon. (Lech Lorens)
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+2
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* updated for version 7.3.010v7.3.010Bram Moolenaar2010-09-211-13/+13
| | | | | Problem: Mac GUI: Missing break statements. Solution: Add the break statements. (Dominique Pelle)
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-141-0/+6
|
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-181-12/+2
|
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-171-0/+19
|
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-1/+1
| | | | A few minor changes.
* updated for version 7.2-074v7.2.074Bram Moolenaar2008-12-241-1/+1
|
* updated for version 7.2-000v7.2.000v7.2Bram Moolenaar2008-08-091-0/+1
|
* updated for version 7.2b-000v7.2b.000Bram Moolenaar2008-07-131-11/+3
|
* updated for version 7.2aBram Moolenaar2008-06-241-3/+3
|
* updated for version 7.1-285v7.1.285Bram Moolenaar2008-03-201-1/+77
|
* updated for version 7.1-278v7.1.278Bram Moolenaar2008-03-121-5/+3
|
* updated for version 7.1-275v7.1.275Bram Moolenaar2008-03-121-226/+588
|
* updated for version 7.1-124v7.1.124Bram Moolenaar2007-09-291-1/+13
|
* updated for version 7.1-092v7.1.092Bram Moolenaar2007-08-301-3/+3
|
* updated for version 7.1-088v7.1.088Bram Moolenaar2007-08-301-2/+2
|
* updated for version 7.1-007v7.1.007Bram Moolenaar2007-06-191-47/+25
|
* updated for version 7.1bBram Moolenaar2007-05-101-12/+13
|
* updated for version 7.0-233v7.0.233Bram Moolenaar2007-04-261-64/+25
|
* updated for version 7.0-232v7.0.232Bram Moolenaar2007-04-261-2/+424
|
* updated for version 7.0-215v7.0.215Bram Moolenaar2007-03-081-4/+2
|
* updated for version 7.0-138v7.0.138Bram Moolenaar2006-10-171-143/+124
|
* updated for version 7.0-065v7.0.065Bram Moolenaar2006-08-221-0/+6
|
* updated for version 7.0g01Bram Moolenaar2006-05-021-2/+18
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-6/+6
|
* updated for version 7.0fv7.0fBram Moolenaar2006-04-241-12/+12
|
* updated for version 7.0e04v7.0e04Bram Moolenaar2006-04-201-41/+40
|
* updated for version 7.0ev7.0eBram Moolenaar2006-04-161-0/+16
|
* updated for version 7.0c03v7.0c03Bram Moolenaar2006-03-291-0/+2
|
* updated for version 7.0c02v7.0c02Bram Moolenaar2006-03-281-0/+5
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-3/+4
|
* updated for version 7.0225Bram Moolenaar2006-03-151-10/+10
|
* updated for version 7.0219Bram Moolenaar2006-03-091-4/+0
|
* updated for version 7.0208Bram Moolenaar2006-02-271-3/+0
|
* updated for version 7.0168Bram Moolenaar2005-12-121-989/+328
|
* updated for version 7.0160Bram Moolenaar2005-11-261-1/+32
|
* updated for version 7.0140v7.0140Bram Moolenaar2005-09-011-10/+11
|
* updated for version 7.0139v7.0139Bram Moolenaar2005-08-301-8/+4
|
* updated for version 7.0116Bram Moolenaar2005-07-251-21/+6
|
* updated for version 7.0109Bram Moolenaar2005-07-181-10/+5
|
* updated for version 7.0081v7.0081Bram Moolenaar2005-06-061-0/+1
|
* updated for version 7.0073Bram Moolenaar2005-05-191-1/+1
|