aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-3/+3
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-6/+6
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping1-6/+6
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris1-0/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-3/+3
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-1/+13
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris1-1/+0
2004-07-24Make "new_color_filter()" GUI-independent - have it take two "color_t"Guy Harris1-2/+4
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17From Martin Mathieson: if you create a new filter and cancel the "EditGuy Harris1-11/+32
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,Ulf Lamping1-67/+1
2004-05-31bugfix: don't try to destroy a dialog twiceUlf Lamping1-2/+1
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-2/+3
2004-05-26more code cleanup from dialog things:Ulf Lamping1-36/+22
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-2/+1
2004-05-01From Richard Urwin: ensure that the initial colour is appropriate in allOlivier Biot1-2/+6
2004-04-17Confirmation dialogs should be marked as such.Guy Harris1-2/+2
2004-04-16Make "new_color_filter()" take the background and foreground colors, asGuy Harris1-2/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+5
2004-03-13replaced gtk_widget_show() by a single gtk_widget_show_all(),Ulf Lamping1-55/+8
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-3/+2
2004-02-09minor changesUlf Lamping1-6/+7
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+4
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-2/+32
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-9/+11
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-6/+6
2004-01-25added/changed some tooltipsUlf Lamping1-6/+10
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-56/+22
2004-01-21use stock buttons whereever possible,Ulf Lamping1-7/+7
2004-01-18complete redesign of color dialogUlf Lamping1-136/+157
2004-01-10using button compatibility macrosUlf Lamping1-10/+10
2004-01-10using button compatibility macrosUlf Lamping1-38/+10