Commit Graph

  • 7981dac51d Create the Normal highlight if it doesn't exist master Matt Wozniski 2013-07-26 23:41:55 -0400
  • 7f0186d6bc Refactor color string to RGB code into autoloads Matt Wozniski 2013-03-09 01:52:55 -0500
  • e0a472238c Fix handling of pre-OS X Mac color names Matt Wozniski 2013-03-09 02:21:06 -0500
  • af90b27f8a Add fbterm as a known 256-color terminal Matt Wozniski 2013-03-07 23:57:38 -0500
  • 38460da0f9 removing pipes around help csapprox-changelog for user David West 2013-02-13 22:23:28 -0500
  • d3c277b73e Update docs, etc for 4.00 release 4.00 Matt Wozniski 2012-09-14 01:27:21 -0400
  • f98bf4acef Vim 7.3 doesn't need +gui for CSApprox Matt Wozniski 2010-07-20 01:48:07 -0400
  • 96e7aebcb7 Little bit of refactoring Matt Wozniski 2010-07-19 23:50:05 -0400
  • 63e636157a Translate gui=reverse to cterm=reverse Matt Wozniski 2010-07-19 22:27:31 -0400
  • 88df3d0093 Prevent CSApprox from trashing 'background' Matt Wozniski 2010-07-17 20:48:53 -0400
  • 4b6b1648d0 Konsole now supports the xterm color palette Matt Wozniski 2010-07-17 20:24:15 -0400
  • 6890d1ecf0 Fix up colors in an after/plugin instead of plugin Matt Wozniski 2010-05-02 21:41:17 -0400
  • 5ea9ec2169 Change the test for complaining about t_Co != 256 Matt Wozniski 2010-05-02 21:38:35 -0400
  • 80b1bd5863 Kludge around inability to reference autoloads Matt Wozniski 2009-11-07 11:46:48 -0500
  • cdde3b6ade Make g:CSApprox_loaded prevent warning when -gui Matt Wozniski 2009-11-02 22:07:09 -0500
  • 347cc66837 Provide a command to re-run approximation manually Matt Wozniski 2009-07-12 17:15:48 -0400
  • d2c9063179 Break some code into autoloads. Matt Wozniski 2009-05-30 00:01:52 -0400
  • ca9745614e Clean up comments, docs, and timestamps for 3.50 3.50 Matt Wozniski 2009-04-02 03:46:43 -0400
  • 6e73754fc7 Don't unnecessarily copy the rgb.txt list Matt Wozniski 2009-03-31 23:16:27 -0400
  • 20ccdd4810 Avoid loading rgb list for color names used by vim Matt Wozniski 2009-03-31 23:19:46 -0400
  • af6d70e7f4 Validate the attr map only once per run Matt Wozniski 2009-03-28 02:25:15 -0400
  • b0bab84bfe Process Normal first without sorting Matt Wozniski 2009-03-28 02:23:44 -0400
  • 7171f7976c Default to using builtin rgb.txt maps Matt Wozniski 2009-03-28 02:20:27 -0400
  • b5ea2fa88d Move guisp retrieval into a separate function. Matt Wozniski 2009-03-27 16:22:37 -0400
  • 7522e9b3d7 Limit calls to synIDattr() in s:Highlights() Matt Wozniski 2009-03-27 15:42:35 -0400
  • df73d5e798 Calculate colors_name for snapshots at runtime Matt Wozniski 2009-03-28 03:29:41 -0400
  • fe8d4e6acf Fix another regression Matt Wozniski 2009-03-28 02:55:20 -0400
  • 4eb86232c6 Fix major regression in CSApproxSnapshot Matt Wozniski 2009-03-27 13:50:15 -0400
  • 9babf1dfd3 First try showrgb, then our own (cooked) rgb.txt Matt Wozniski 2009-02-28 18:29:12 -0500
  • eee8d8dab0 Use 'showrgb' instead of searching for rgb.txt Matt Wozniski 2009-02-27 18:38:11 -0500
  • 4e35c3dcc9 Fix up some documentation Matt Wozniski 2009-02-26 01:13:27 -0500
  • a55012c758 Fix a silly mistake. Matt Wozniski 2009-02-06 02:26:17 -0500
  • 148a307714 Changelog + timestamp updates for 3.05 3.05 Matt Wozniski 2009-01-31 04:18:43 -0500
  • 4091aca090 Fix a bug dumping colors not set in the scheme Matt Wozniski 2009-01-31 04:10:20 -0500
  • 25191dfdf4 Fix a (harmless) E121 in CSApprox.vim Matt Wozniski 2009-01-31 04:08:38 -0500
  • 5b57902f3c Finalize 3.0 release. 3.00 Matt Wozniski 2009-01-21 19:39:41 -0500
  • 5e1e7f076e Make snapshots not error in vim built with -eval Matt Wozniski 2009-01-21 19:29:57 -0500
  • 33f33f8378 Fix bugs when using CSApproxSnapshot in gvim Matt Wozniski 2009-01-21 19:25:15 -0500
  • 5988674c15 Fix broken eterm/konsole detection on TERM=screen Matt Wozniski 2009-01-21 19:32:31 -0500
  • ba187f34ef Add docs on how to skip CSApprox for a scheme Matt Wozniski 2009-01-17 02:07:21 -0500
  • 6ae5bdc943 Make snapshots work on vim6, eterm, konsole Matt Wozniski 2009-01-17 01:36:04 -0500
  • e5ebdd692f Skip "abort if high color set" logic for snapshots Matt Wozniski 2009-01-17 01:26:57 -0500
  • f8019878d0 Don't run CSApproxImpl unless t_Co is sane. Matt Wozniski 2009-01-17 01:22:39 -0500
  • 8a50ea7462 add a .gitignore file Matt Wozniski 2009-01-17 01:18:00 -0500
  • 98a75481a7 Clarify some CSApprox docs Matt Wozniski 2009-01-15 14:08:20 -0500
  • 450d37a373 Add support for hooks, finalize 2.0 release info 2.00 Matt Wozniski 2008-12-14 06:31:00 -0500
  • 5418f85ed0 Fix a bug handling high-color themes Matt Wozniski 2008-12-14 06:23:07 -0500
  • 7e4ffb4b2a Rewrite of CSApproxSnapshot Matt Wozniski 2008-12-02 04:42:54 -0500
  • 147d3c9f71 Update CSApprox now that synIDattr supports guisp Matt Wozniski 2008-12-02 04:36:11 -0500
  • e7db246c9d Add a tweak to CSApprox Matt Wozniski 2008-11-19 13:16:00 -0500
  • 28bc8de86c CSApprox version 1.50 released. 1.50 Matt Wozniski 2008-11-19 12:37:47 -0500
  • 084ad4cc01 Initial support for creating 88/256 color schemes Matt Wozniski 2008-11-10 05:38:11 -0500
  • cb1d299c94 Update changelogs/timestamps for 1.10 release 1.10 Matt Wozniski 2008-10-28 01:43:43 -0400
  • ddb4da57bc Distribute an rgb.txt with CSApprox. Matt Wozniski 2008-10-28 01:18:32 -0400
  • 5703a98365 Finish CSApprox 1.0 release 1.00 Matt Wozniski 2008-10-05 01:13:03 -0400
  • c0bd88e741 Fix an important bug in CSApprox. Matt Wozniski 2008-10-04 22:32:04 -0400
  • 09e4f32e67 Fix minor typo in CSApprox help Matt Wozniski 2008-10-04 22:02:28 -0400
  • 6643594d33 Updated docs for speed improvements Matt Wozniski 2008-09-17 13:34:55 -0400
  • ea294285a1 Fix a stupid bug - recalculating highlight groups Matt Wozniski 2008-09-17 13:28:08 -0400
  • c3e7c42207 Clean up some ugly code in s:Highlights() Matt Wozniski 2008-09-17 13:26:33 -0400
  • 94d110f5a5 Fix some broken logic gathering highlights Matt Wozniski 2008-09-17 13:09:43 -0400
  • 7b00efcb8f Speed tweak - reorganize a loop Matt Wozniski 2008-09-17 12:39:59 -0400
  • 46f20b0782 CSApprox speedup - caching in approximator Matt Wozniski 2008-09-17 12:32:57 -0400
  • 60e43e82d0 Fix broken behavior in compatible mode. Matt Wozniski 2008-09-16 15:40:51 -0400
  • c1a258526b Work around another vim bug. Matt Wozniski 2008-09-15 07:50:16 -0400
  • fa556ebcd8 Completed beta release of CSApprox.vim Matt Wozniski 2008-09-15 07:30:35 -0400
  • 48ce53f0d4 Initial commit Matt Wozniski 2009-01-15 13:17:50 -0500