aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,Ulf Lamping3-21/+9
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,Ulf Lamping2-87/+2
2004-06-05cut text_page related things from help_page.c andUlf Lamping4-154/+215
2004-06-04Make the definition of "simple_dialog()" match its declaration.Guy Harris1-3/+3
2004-06-04add more details for doxygenUlf Lamping23-34/+78
2004-06-04add more details for doxygenUlf Lamping11-59/+205
2004-06-03Make static some routines and variables not used outside the source fileGuy Harris8-361/+410
2004-06-03"gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser,Guy Harris1-3/+4
2004-06-03enable chm file generation for doxygen,Ulf Lamping1-0/+7
2004-06-03add details for doxygenUlf Lamping1-1/+2
2004-06-03Make the definition of "register_tap_menu_item()" match its declaration.Guy Harris1-2/+2
2004-06-03Fix a typo.Guy Harris1-2/+2
2004-06-02add details for doxygenUlf Lamping12-45/+169
2004-06-02add details for doxygenUlf Lamping7-35/+168
2004-06-02add details for doxygenUlf Lamping11-47/+255
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping14-34/+26
2004-06-02Get rid of the #if 0'ed out "rtp_payload_type_vals[]" table - we shouldGuy Harris1-34/+1
2004-06-02fix a doxygen commentUlf Lamping1-3/+3
2004-06-01Make the definition of "add_hostlist_table_data()" match itsGuy Harris2-255/+250
2004-06-01bugfix: don't double define rtp_payload_type_valsUlf Lamping1-2/+3
2004-06-01minor bugfix from previous check inUlf Lamping1-4/+4
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping12-70/+262
2004-06-01Make the definition of "add_ett_table_data()" match its declaration.Guy Harris1-2/+2
2004-06-01minor bugfix from previous check inUlf Lamping2-3/+3
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping15-63/+299
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping23-549/+759
2004-06-01Eliminate a no-longer-used routine.Guy Harris1-8/+1
2004-05-31add details for doxygenUlf Lamping3-67/+249
2004-05-31add details for doxygenUlf Lamping1-16/+65
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping3-3/+75
2004-05-31bugfix: don't try to destroy a dialog twiceUlf Lamping1-2/+1
2004-05-31directly use the file selection dialog instead of using an additional custom ...Ulf Lamping1-122/+89
2004-05-31some more dialog redesign and code cleanupUlf Lamping1-40/+56
2004-05-31interface options preference dialog: remove confusing second interface clist,Ulf Lamping1-128/+74
2004-05-31The "key" argument to "write_recent_geom()" is required (as it's calledGuy Harris1-2/+2
2004-05-30save window position/size/maximized state into recent fileUlf Lamping5-70/+209
2004-05-27enable postcript printing if selected in prefs,Ulf Lamping1-24/+35
2004-05-27bugfixes: fixed printing on win32,Ulf Lamping1-50/+84
2004-05-27win_printer is gboolean, not an intUlf Lamping1-4/+4
2004-05-27Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenGuy Harris1-2/+7
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping16-46/+40
2004-05-27Get rid of an unused variable.Guy Harris1-3/+2
2004-05-27added a small commentUlf Lamping1-1/+2
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping1-5/+1
2004-05-27a lot of code cleanupUlf Lamping3-316/+185
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping2-4/+2
2004-05-27added some tooltipsUlf Lamping1-6/+8
2004-05-27Don't point to the manpage for the list of authors, it's in the about dialog nowUlf Lamping1-5/+2
2004-05-26Don't compile in "follow_save_as_destroy_cb()" for GTK+ 2.4 and later,Guy Harris1-1/+5
2004-05-26Change C++ style commentsJörg Mayer1-3/+3