aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-09Part 2 of the "unmarking a packet matching a color filter does not applyOlivier Biot1-3/+3
2004-01-02Tweak the name of the Coloring Rules dialog box to be more consistent ...Richard Sharpe1-3/+3
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-1/+2
2003-10-07Update to endpoint talkers,Ronnie Sahlberg1-6/+34
2003-08-27From Richard Urwin:Guy Harris1-44/+25
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue toRonnie Sahlberg1-170/+401
2003-05-15From Richard Urwin:Guy Harris1-57/+104
2003-02-17In gtk2, the "changed" signal is sent by the GtkTreeSelection, not theOlivier Abad1-2/+2
2003-01-08Separate the routines to allocate colors from the routines to handleGuy Harris1-1/+3
2002-11-09Helper macros fro gtk1.2/gtk2 compatibility.Olivier Abad1-627/+151
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-492/+1179
2002-09-26From Ulf Lamping: Prettyfied Colorization dialogRonnie Sahlberg1-138/+214
2002-09-23Change to color filters :Olivier Abad1-11/+15
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris1-133/+158
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-20/+20
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-03Get rid of an unused variable, and fix a comment.Guy Harris1-3/+2
2001-12-02From John McDermott:Guy Harris1-22/+46
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-5/+5
2000-08-24Add some dlg_set_cancel().Laurent Deniel1-13/+18
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-5/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+4
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-5/+5
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-3/+4
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-8/+8