aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-18GTK 3.0 fix a couple of gtk_style_context_get().Anders Broman1-1/+1
2011-08-17Get further with compiling with GTK 3.0Anders Broman1-3/+6
2011-08-17Get rid of get_color() it looks like we do not need allocated collors.Anders Broman1-2/+19
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-70/+0
2011-07-01Renamed "___tmp_color_filter___" to "___conversation_color_filter___"Stig Bjørlykke1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-06-26Changed adding a new coloring rule to put the new rule at the top of the list.Stig Bjørlykke1-10/+18
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-7/+66
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-10/+0
2010-10-12Minor cleanup of the global name space:Bill Meier1-125/+126
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-2/+2
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-3/+3
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-2/+0
2009-09-23Small indent fix.Stig Bjørlykke1-1/+1
2009-09-02Adding new color rules should work now.Anders Broman1-0/+4
2009-09-02Prepare abillity to add color filters with new packet list.Anders Broman1-13/+8
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-1/+12
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-10color filters dialog: Remove use of deprecated gtk_button_box_set_child_size().Bill Meier1-79/+78
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-2/+2
2009-02-18Indentation changes.Anders Broman1-22/+38
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-11/+5
2008-04-16flip the import and export button "sequence", that the import button comes fi...Ulf Lamping1-17/+17
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-18/+20
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-3/+3
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-18/+18
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-10/+10
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-49/+49
2008-04-06remove GTK1 codeUlf Lamping1-305/+0
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok1-6/+4
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-46/+55
2007-11-11Open the coloring rule edit dialog when the coloring rule is Sake Blok1-1/+15
2007-11-10Make the enable/disable buttons on the coloring rule list followSake Blok1-5/+15
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok1-20/+139
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above aGerald Combs1-46/+46
2006-10-10Get rid of declarations of functions that are no longer defined or usedGuy Harris1-4/+0
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping1-0/+7
2006-10-03fix a bug in the export functionUlf Lamping1-1/+1
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-0/+13
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-83/+129
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ...Ulf Lamping1-26/+26
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ac...Ulf Lamping1-664/+121
2006-08-25ugly workaround for bug #699 (Up/Down buttons don't work properly)Ulf Lamping1-9/+25
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-4/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1