summaryrefslogtreecommitdiffstats
path: root/src/gui_photon.c
AgeCommit message (Collapse)Author
2017-07-23patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar
Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-08-22patch 7.4.2243v7.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.1995v7.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.1890v7.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-04-26patch 7.4.1792v7.4.1792Bram Moolenaar
Problem: Color name decoding is implemented several times. Solution: Move it to term.c. (Christian Brabandt)
2016-01-30patch 7.4.1208v7.4.1208Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2012-11-20updated for version 7.3.719v7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2011-09-14updated for version 7.3.310v7.3.310Bram Moolenaar
Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
2011-09-07updated for version 7.3.299v7.3.299Bram Moolenaar
Problem: Source code not in Vim style. Solution: Adjust the style. (Elias Diem)
2011-09-07updated for version 7.3.298v7.3.298Bram Moolenaar
Problem: Built-in colors are different from rgb.txt. Solution: Adjust the color values. (Benjamin Haskell)
2011-08-10updated for version 7.3.271v7.3.271Bram Moolenaar
Problem: Code not following Vim coding style. Solution: Fix the style. (Elias Diem)
2011-07-27updated for version 7.3.262v7.3.262Bram Moolenaar
Problem: Photon code style doesn't match Vim style. Solution: Clean up some of it. (Elias Diem)
2011-01-17updated for version 7.3.102v7.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.
2009-07-01updated for version 7.2-219v7.2.219Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-04-16updated for version 7.0ev7.0eBram Moolenaar
2006-03-29updated for version 7.0c03v7.0c03Bram Moolenaar
2006-03-27updated for version 7.0c01Bram Moolenaar
2005-07-25updated for version 7.0116Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2005-01-11updated for version 7.0037Bram Moolenaar
2005-01-08updated for version 7.0035Bram Moolenaar
2004-12-31updated for version 7.0027Bram Moolenaar
2004-12-12updated for version 7.0022Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar