summaryrefslogtreecommitdiff
path: root/src/proto/gui_mac.pro
AgeCommit message (Collapse)Author
2016-08-22patch 7.4.2243Bram Moolenaar
Problem: Warning for assigning negative value to unsigned. (Danek Duvall) Solution: Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u only when an unsigned is needed.
2016-07-07patch 7.4.1995Bram Moolenaar
Problem: GUI: cursor drawn in wrong place if a timer callback causes a screen update. (David Samvelyan) Solution: Also redraw the cursor when it's blinking and on.
2016-06-04patch 7.4.1890Bram Moolenaar
Problem: GUI: When channel data is received the cursor blinking is interrupted. (Ramel Eshed) Solution: Don't update the cursor when it is blinking.
2016-01-30patch 7.4.1203Bram Moolenaar
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
2011-01-17updated for version 7.3.102Bram Moolenaar
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.
2010-08-14Fix building the Mac version with GUI.Bram Moolenaar
2007-04-26updated for version 7.0-232Bram Moolenaar
2006-03-28updated for version 7.0c02Bram Moolenaar
2005-08-30updated for version 7.0139Bram Moolenaar
2005-07-25updated for version 7.0116Bram Moolenaar
2005-02-22updated for version 7.0051Bram Moolenaar
2005-01-08updated for version 7.0035Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar