root/color.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5291:3869e46f6fd4 [5291:3869e46f6fd4] 11 months Brendan Cully <brendan@…> Turn down some debug logging levels
(edit) @4951:d990dcbbf184 [4951:d990dcbbf184] 20 months Rado S <regrado@…> Increase buffer for color-command regular expressions.
(edit) @4640:a115f3ac3b62 [4640:a115f3ac3b62] 2 years Rocco Rutte <pdmef@…> Avoid safe_free() usage and add security checks Add checks to …
(edit) @4490:9855b4b114ba [4490:9855b4b114ba] 3 years Recai Oktas <roktas@…> Use ascii_str* instead of mutt_str* in several places where it's needed.
(edit) @4343:2bccf51eedac [4343:2bccf51eedac] 3 years Brendan Cully <brendan@…> Gah, forgot the zip code when updating the FSF address…
(edit) @4341:88eff1cda82a [4341:88eff1cda82a] 3 years Brendan Cully <brendan@…> Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
(edit) @3873:ac2a2dcad1ec [3873:ac2a2dcad1ec] 4 years Brendan Cully <brendan@…> Add config.h to the top of every C file that could possibly want …
(edit) @3830:bb5ea3ace922 [3830:bb5ea3ace922] 4 years Bill Nottingham <notting@…> Support for the "default" color in Slang.
(edit) @3480:caab53a59052 [3480:caab53a59052] 5 years Mads Martin Joergensen <mmj@…> As the ones of you who compile with new gcc's probably have …
(edit) @3377:ec04b0df9dec [3377:ec04b0df9dec] 6 years Thomas Roessler <roessler@…> Make sure has_colors() is only invoked when OPTNOCURSES is unset. This …
(edit) @3173:9aed3783b6f7 [3173:9aed3783b6f7] 6 years Thomas Roessler <roessler@…> Replace safe_free calls by the FREE macro.
(edit) @3045:053a4a298f32 [3045:053a4a298f32] 6 years Michael Elkins <me@…> Fix #1230.
(edit) @2766:51e9dbae6405 [2766:51e9dbae6405] 7 years Thomas Roessler <roessler@…> Bumping version numbers to 3.0, for the new unstable branch.
(edit) @2371:62965bc72607 [2371:62965bc72607] 7 years Thomas Roessler <roessler@…> Add ascii_strcasecmp() and ascii_strncasecmp() functions which …
(edit) @1780:452885954fc3 [1780:452885954fc3] 8 years Thomas Roessler <roessler@…> Fix #173. From Roland Rosenfeld.
(edit) @1612:858448bef2f1 [1612:858448bef2f1] 9 years Thomas Roessler <roessler@…> The uncolor/unmono commands weren't parsed correctly when not applicable. …
(edit) @1601:b06a65a09a4f [1601:b06a65a09a4f] 9 years Thomas Roessler <roessler@…> The FSF apparently has moved.
(edit) @1423:e3922e1ff7a1 [1423:e3922e1ff7a1] 9 years Thomas Roessler <roessler@…> Update copyright notices for unstable.
(edit) @1370:51b25c49c0c4 [1370:51b25c49c0c4] 9 years Thomas Roessler <roessler@…> Small color fix from T. E. Dickey.
(edit) @1196:b8ccf9e5e42d [1196:b8ccf9e5e42d] 9 years Thomas Roessler <roessler@…> Updat copyright notices in stable.
(edit) @1183:5e57ce3e4317 [1183:5e57ce3e4317] 9 years Thomas Roessler <roessler@…> A small patch from TE Dickey.
(edit) @1096:94b40cc4ac2e [1096:94b40cc4ac2e] 9 years Thomas Roessler <roessler@…> Fixing a string buffer problem noted by Todd Larason <jtl@…>.
(edit) @948:4d9441f2d3f2 [948:4d9441f2d3f2] 10 years Thomas Roessler <roessler@…> Fix colorN, N > 7 for Slang's curses emulation. From Vikas.
(edit) @903:1602a69ee439 [903:1602a69ee439] 9 years Thomas Roessler <roessler@…> Fix color problem noted by Todd Larson. From unstable.
(edit) @703:b8ba18772aea [703:b8ba18772aea] 10 years Thomas Roessler <roessler@…> Get rid of RCS ids in source files. They are getting in our way when …
(edit) @644:8f4a12d75b91 [644:8f4a12d75b91] 10 years Thomas Roessler <roessler@…> Fix a segfault noted by Stephan Hack. (Fix noted by Vikas.)
(edit) @636:5f0bbe7a248f [636:5f0bbe7a248f] 10 years Thomas Roessler <roessler@…> *** empty log message ***
(edit) @557:2c8523f9a1c8 [557:2c8523f9a1c8] 10 years Thomas Roessler <roessler@…> Introduce or rewrite mutt_{str*cmp,strlen} and use them all over …
(edit) @545:e842decd824f [545:e842decd824f] 10 years Thomas Roessler <roessler@…> Fix an efficiency problem with the color index features.
(edit) @465:0e88fc30c913 [465:0e88fc30c913] 10 years Thomas Roessler <roessler@…> Change "static char rcsid[]" to "static const char rcsid[]" to make gcc …
(edit) @445:bdc861d0f856 [445:bdc861d0f856] 10 years Thomas Roessler <roessler@…> Adding some necessary ifdefs to color.c, From Irving_Wolfe@….
(edit) @437:9c8238fc90d4 [437:9c8238fc90d4] 10 years Thomas Roessler <roessler@…> Add RCS $Id$ strings to (hopefully) all source files.
(edit) @300:bef815613d39 [300:bef815613d39] 10 years Thomas Roessler <roessler@…> Adding gettext support, based on the patch by Marco d'Itri.
(edit) @292:067b39095a7a [292:067b39095a7a] 10 years Thomas Roessler <roessler@…> Drop the free_rx parameter from muitt_free_color_line(), as it's always 1.
(edit) @290:fb3e20b80c9b [290:fb3e20b80c9b] 10 years Thomas Roessler <roessler@…> Adding mutt_free_color_line() and replacing varous "manual" free()s of …
(edit) @286:91f1fce680c4 [286:91f1fce680c4] 10 years Thomas Roessler <roessler@…> With SLang, init_pair is (void), so we must not check its return value.
(edit) @284:ce4dfc386968 [284:ce4dfc386968] 10 years Thomas Roessler <roessler@…> Restructuring color.c. This patch fixes the "default" problem from …
(edit) @266:ff21a5ba1b22 [266:ff21a5ba1b22] 10 years Thomas Roessler <roessler@…> Fixing a memory leak. Thanks, Liviu.
(edit) @226:7443008e5345 [226:7443008e5345] 10 years Thomas Roessler <roessler@…> The index cache should be updated even without color support.
(edit) @220:0d68814dafbf [220:0d68814dafbf] 10 years Thomas Roessler <roessler@…> This patch fixes index "color" patterns when using a non-color capable …
(edit) @214:3c9256cffd7b [214:3c9256cffd7b] 10 years Thomas Roessler <roessler@…> Guard lots of global (char *) variable deferences against NULL pointers.
(edit) @122:f4646d52471e [122:f4646d52471e] 10 years Thomas Roessler <roessler@…> This patch fixes two problems reported on mutt-users. (1) the error …
(edit) @31:a879cfe6475f [31:a879cfe6475f] 10 years Thomas Roessler <roessler@…> CVS branch clean-up.
(edit) @19:b51da8d4048a [19:b51da8d4048a] 10 years Thomas Roessler <roessler@…> Fix the "unknown color" bug reported by Vikas.
(edit) @1:5eaeb42f4f69 [1:5eaeb42f4f69] 10 years Thomas Roessler <roessler@…> *** empty log message ***
(add) @0:2257e58209df [0:2257e58209df] 10 years Thomas Roessler <roessler@…> Initial revision
Note: See TracRevisionLog for help on using the revision log.