aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-04-13sort #includes by directoriesUlf Lamping79-726/+852
2008-04-13sort #includes by directoriesUlf Lamping38-424/+457
2008-04-13sort #includes by directoriesUlf Lamping41-446/+518
2008-04-12List tap_dfilter_dlg.h here, as it's in the gtk directory.Guy Harris1-0/+1
2008-04-12various code cleanupUlf Lamping7-130/+114
2008-04-12Include string.hStig Bjørlykke1-0/+2
2008-04-12move "airpcap toolbar" code from main.c into new file(s) main_airpcap_toolbarUlf Lamping4-463/+561
2008-04-12move "filter toolbar" code from main.c into new file(s) main_filter_toolbarUlf Lamping4-296/+384
2008-04-12Add a stub set_capture_if_dialog_for_capture_in_progress() routine whenGuy Harris1-0/+6
2008-04-12Clean up indentation.Guy Harris1-1/+1
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping20-18/+95
2008-04-12proto_draw -> main_proto_drawUlf Lamping11-22/+23
2008-04-12Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke7-7/+7
2008-04-12Reintroduced save of column width in main_packet_list.[ch],Stig Bjørlykke2-14/+55
2008-04-12Clean up indentation.Guy Harris1-1/+1
2008-04-12rename packet_list to main_packet_listUlf Lamping7-91/+50
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke8-32/+212
2008-04-12move noinst_HEADERS and EXTRA_DIST settings from Makefile.am to Makefile.comm...Ulf Lamping2-101/+102
2008-04-12rename menu -> main_menuUlf Lamping19-30/+51
2008-04-12various code cleanup, e.g. replace specific callback functions by "compounds"...Ulf Lamping1-281/+106
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...Ulf Lamping4-16/+14
2008-04-12Include unistd.h, fix prototyping of static functions and mark someStig Bjørlykke1-8/+12
2008-04-12rename toolbar to main_toolbarUlf Lamping9-16/+15
2008-04-12Mark some unused arguments.Stig Bjørlykke1-2/+2
2008-04-12remove unrequired "references" to gtkglobals.hUlf Lamping5-6/+1
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping10-614/+864
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping8-11/+49
2008-04-12PRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; useGuy Harris1-6/+6
2008-04-12Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.Guy Harris1-0/+1
2008-04-12compat_macros.h is gone now!!!Ulf Lamping10-105/+69
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping89-99/+0
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping30-258/+339
2008-04-12as we no longer need to have the stock icon label strings in two places (GTK2...Ulf Lamping2-99/+47
2008-04-11Add a cast to fix compilation on Unix.Stephen Fisher1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping62-475/+471
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg6-1069/+1067
2008-04-11Wrap the callback function pointer for g_signal_connect() inGuy Harris1-28/+47
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping19-161/+160
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping11-40/+38
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping12-128/+126
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping4-20/+17
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping24-56/+50
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping7-1092/+1087
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping8-54/+45
2008-04-11replace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_button_new_with_label_from...Ulf Lamping2-5/+2
2008-04-11replace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle_button_new_with_mnemonicUlf Lamping2-5/+2
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping8-20/+16
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping38-86/+83
2008-04-11at least remove the "done" parts from this old fileUlf Lamping1-32/+2
2008-04-11explain, why we should keep PRIMARY_TEXT_START/PRIMARY_TEXT_END Ulf Lamping1-0/+4