aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsjmayer1-3/+3
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl1-6/+6
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...ulfl1-6/+6
2005-03-24GtkStyles are reference-counted, and a style returned byguy1-0/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-3/+3
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-1/+13
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,guy1-1/+0
2004-07-24Make "new_color_filter()" GUI-independent - have it take two "color_t"guy1-2/+4
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...ulfl1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-17From Martin Mathieson: if you create a new filter and cancel the "Editguy1-11/+32
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,ulfl1-67/+1
2004-05-31bugfix: don't try to destroy a dialog twiceulfl1-2/+1
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,ulfl1-2/+3
2004-05-26more code cleanup from dialog things:ulfl1-36/+22
2004-05-22going to have a standard behaviour of the dialogsulfl1-2/+1
2004-05-01From Richard Urwin: ensure that the initial colour is appropriate in allobiot1-2/+6
2004-04-17Confirmation dialogs should be marked as such.guy1-2/+2
2004-04-16Make "new_color_filter()" take the background and foreground colors, asguy1-2/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-5/+5
2004-03-13replaced gtk_widget_show() by a single gtk_widget_show_all(),ulfl1-55/+8
2004-02-12The HIG's and/or GUI toolkit documentation for:guy1-3/+2
2004-02-09minor changesulfl1-6/+7
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-4/+4
2004-01-31cleanup of new "question dialogs",ulfl1-2/+32
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-9/+11
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-6/+6
2004-01-25added/changed some tooltipsulfl1-6/+10
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-56/+22
2004-01-21use stock buttons whereever possible,ulfl1-7/+7
2004-01-18complete redesign of color dialogulfl1-136/+157
2004-01-10using button compatibility macrosulfl1-10/+10
2004-01-10using button compatibility macrosulfl1-38/+10
2004-01-09Part 2 of the "unmarking a packet matching a color filter does not applyobiot1-3/+3
2004-01-02Tweak the name of the Coloring Rules dialog box to be more consistent ...sharpe1-3/+3
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andsharpe1-1/+2
2003-10-07Update to endpoint talkers,sahlberg1-6/+34
2003-08-27From Richard Urwin:guy1-44/+25
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue tosahlberg1-170/+401
2003-05-15From Richard Urwin:guy1-57/+104
2003-02-17In gtk2, the "changed" signal is sent by the GtkTreeSelection, not theoabad1-2/+2
2003-01-08Separate the routines to allocate colors from the routines to handleguy1-1/+3
2002-11-09Helper macros fro gtk1.2/gtk2 compatibility.oabad1-627/+151
2002-11-03Merge gtk and gtk2 directories.oabad1-492/+1179
2002-09-26From Ulf Lamping: Prettyfied Colorization dialogsahlberg1-138/+214