aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fileset_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13sort #includes by directoriesUlf Lamping1-14/+10
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-4/+4
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...Ulf Lamping1-1/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2008-04-06remove GTK1 codeUlf Lamping1-11/+0
2006-08-29fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 f...Ulf Lamping1-9/+28
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+0
2005-09-21fix a copy/paste error inside of a comment Ulf Lamping1-1/+1
2005-09-02don't crash if the file_set dialog is opened and a "none fileset" file is alr...Ulf Lamping1-5/+11
2005-08-20- Declare some functions staticJörg Mayer1-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-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-9/+0
2005-08-19Include <string.h> to declare "strrchr()".Guy Harris1-16/+18
2005-08-18fix #305: don't get file creation date/time of the file but just use the file...Ulf Lamping1-2/+34
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+373