aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03fix the memory leak problem mentioned lately by adding and using ↵ulfl1-1/+2
color_filters_cleanup() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19422 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a ↵ulfl1-43/+83
hard one! It seems to be working without bugs and as designed now. As this was a huge internal change, new bugs are very probable - please report. The implementation isn't still perfect, a new dialog internal list could possibly be removed again. However, I want to check in at this condition, just in case I make things worse - again. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19413 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ↵ulfl1-3/+3
right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19399 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ↵ulfl1-2/+5
actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19392 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15227 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-27add a new checkitem "Colorize Packet List" into the View menuulfl1-0/+7
keep it's setting in the recent file git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13929 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-26move some color_filter related things from file.c to color_filters.culfl1-0/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13920 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl1-25/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13910 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-25code cleanup: the term filter_list was used with different meanings ↵ulfl1-1/+1
throughout the code, and the filter_list of the color_filters is "global". use appropriate prefixes to avoid confusion and bugs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13905 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-24"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";guy1-1/+0
anything that includes "color_filters.h" also includes "epan/dfilter/dfilter.h" either directly or indirectly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11504 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-24Move the color-filter related stuff out of "color.h" intoguy1-0/+26
"color_filters.h", as that's the appropriate place for it - "color.h" should just deal with "color_t". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11503 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,guy1-0/+79
as they're now (theoretically) toolkit-independent (modulo changes that might be required to the code to update filter lists when a new filter is read in). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11500 f5534014-38df-0310-8fa8-9805f1628bb7