aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/range_utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13sort #includes by directoriesUlf Lamping1-6/+6
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-9/+9
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-5/+5
2008-04-11replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonicUlf Lamping1-2/+2
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-77/+77
2008-04-07remove GTK1 codeUlf Lamping1-5/+2
2007-01-22Fix various compiler warningsStephen Fisher1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris1-58/+86
2005-11-26fix #568: disable event "activate" handler for the range entry field. see the...Ulf Lamping1-1/+13
2005-08-20- Declare some functions staticJörg Mayer1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-0/+23
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-1/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-25changed the print dialog, so it will keep the user settings after reopening t...Ulf Lamping1-4/+23
2004-04-23Mark some parameters as unused (the GTK+ signal calling sequenceGuy Harris1-3/+3
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping1-0/+467