aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fileset_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Define some fcns & vars as static;wmeier1-7/+7
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-8/+7
2009-12-14From Valerio Messina:jake1-1/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-04-15size_t fixes.gerald1-1/+1
2009-04-10gtk_widget_ref() --> g_object_ref()wmeier1-2/+3
2009-02-26gtk_label_set -> gtk_label_set_textetxrab1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-10/+4
2008-04-13sort #includes by directoriesulfl1-14/+10
2008-04-12rename menu -> main_menuulfl1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-4/+4
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...ulfl1-1/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-2/+2
2008-04-06remove GTK1 codeulfl1-11/+0
2006-08-29fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 f...ulfl1-9/+28
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-4/+0
2005-09-21fix a copy/paste error inside of a comment ulfl1-1/+1
2005-09-02don't crash if the file_set dialog is opened and a "none fileset" file is alr...ulfl1-5/+11
2005-08-20- Declare some functions staticjmayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-9/+0
2005-08-19Include <string.h> to declare "strrchr()".guy1-16/+18
2005-08-18fix #305: don't get file creation date/time of the file but just use the file...ulfl1-2/+34
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...ulfl1-0/+373