aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18(GTKUImanger)Anders Broman1-28/+60
- Make Open file from the welocme screen work again. svn path=/trunk/; revision=34556
2010-10-14Rework "extended value strings":Bill Meier1-1/+1
- Allow direct access when a range of values begins with a value other than 0; - Provide value_string_ext_new() for creating extended value strings at runtime; - Do access to value_string_ext members via a macro (all but value_string.c); - Update documentation. svn path=/trunk/; revision=34514
2010-10-14Make variables used only in file_dlg_win32.c static.Guy Harris1-2/+2
svn path=/trunk/; revision=34512
2010-10-14Make routines unused outside file_dlg_win32.c static.Guy Harris1-2/+2
svn path=/trunk/; revision=34511
2010-10-13From Jörg Mayer:Anders Broman1-5/+6
(UIManger) Fix compilation warnings. svn path=/trunk/; revision=34502
2010-10-13(GTKUImanger)Anders Broman1-3/+19
- Open file from the welocme screen. svn path=/trunk/; revision=34498
2010-10-13(GTKUImanger)Anders Broman1-44/+90
- Make use of the new WIRESHARK_FILE_STOCK icon. - Make clearing of recent files work. - Make the recent file list in the Welcome menu work again. svn path=/trunk/; revision=34497
2010-10-13Add a wireshark file stock icon.Anders Broman2-2/+5
svn path=/trunk/; revision=34496
2010-10-13Try to get the build going again.Anders Broman1-1/+2
svn path=/trunk/; revision=34495
2010-10-12(GUIManager) Base code to get recent files to work with GUIManager.Anders Broman1-52/+101
Based on code from http://people.gnome.org/~ebassi/recent-uimanager-inline.c by Emmanuele Bassi. svn path=/trunk/; revision=34493
2010-10-12Define some vars & fcns as static;Bill Meier5-439/+454
Also: do some minor reformmating and cleanup of whitespace. svn path=/trunk/; revision=34492
2010-10-12Define some fcns & vars as static;Bill Meier10-1029/+1034
Rename g_capture_in_progress to gbl_capture_in_progress (capture_if_dlg.c) Do some whitespace cleanup. svn path=/trunk/; revision=34490
2010-10-12Minor cleanup of the global name space:Bill Meier4-380/+382
- Define some vars as static; - Rename some externs to be less generic; Also: cleanup some whitespace. svn path=/trunk/; revision=34489
2010-10-12Minor cleanup of the global namespace:Bill Meier4-236/+233
- Define some fcns and vars as static; - Use less generic names for certain externs; Also: Remove some usused #defines & cleanup some whitespace svn path=/trunk/; revision=34488
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & ↵Bill Meier7-56/+56
indentation. svn path=/trunk/; revision=34487
2010-10-12It's no longer neccesarry to set the E_DFILTER_TE_KEY on the popup_menu objects.Anders Broman1-16/+0
svn path=/trunk/; revision=34486
2010-10-12Get rid of C++-style comments; use #if 0/#endif to remove code.Guy Harris1-54/+62
svn path=/trunk/; revision=34485
2010-10-11menus.c: In function 'add_menu_recent_capture_file_absolute':Anders Broman1-1/+4
menus.c:4583: warning: unused variable 'recent_files_list' svn path=/trunk/; revision=34479
2010-10-11Get filter_te from top_level rather then from the widget.Anders Broman1-45/+171
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5288 svn path=/trunk/; revision=34478
2010-10-11We set sensitivity on the map button in ct_nb_map_switch_page_cb().Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=34469
2010-10-11Don't add a border around the main window, this looks bad in the newStig Bjørlykke1-1/+1
Ubuntu release. svn path=/trunk/; revision=34468
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier1-5/+5
svn path=/trunk/; revision=34463
2010-10-10Fix build.Guy Harris1-1/+1
svn path=/trunk/; revision=34456
2010-10-10- Fix more callbacks.Anders Broman6-51/+87
When using the GUImanager the callback signature is (GtkAction *action , gpointer user_data) which causes problems when retreiveing object data stored with the widget such as the filter box widget. Work around that problem by doing filter_cm = g_object_get_data(G_OBJECT(top_level), E_DFILTER_CM_KEY); filter_te = gtk_bin_get_child(GTK_BIN(filter_cm)); in the follow_udp/tcp/ssl_stream. svn path=/trunk/; revision=34455
2010-10-10It's now "change column", not just "rename column"; fix build.Guy Harris1-27/+25
Clean up indentation. svn path=/trunk/; revision=34454
2010-10-10Fix up a number of callbacks.Anders Broman3-291/+360
Bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5288 requires abit of reworking of the callbacks or a different aproach to setting object data. svn path=/trunk/; revision=34453
2010-10-09Fix menu entry.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34447
2010-10-09Fix menu entries.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=34446
2010-10-09Prefix window title with "Wireshark".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34445
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke5-44/+165
Removed "Rename Column Title" as this is moved to "Edit Column Details". svn path=/trunk/; revision=34444
2010-10-09From Alexander Koeppe via bug 5287:Stig Bjørlykke1-1/+1
Correct order of Window Scaling Graph in Graph control box. svn path=/trunk/; revision=34443
2010-10-08Show custom column occurrence in the packet list heading tooltips.Stig Bjørlykke1-1/+5
svn path=/trunk/; revision=34434
2010-10-08Get rid of an GUI artifact if the recent list is empty.Anders Broman1-0/+8
svn path=/trunk/; revision=34431
2010-10-08Make some routines unused outside gtk/menus.c static.Guy Harris1-5/+5
svn path=/trunk/; revision=34430
2010-10-08Fix a routine name - that menu item has nothing to do with colorization.Guy Harris1-3/+3
svn path=/trunk/; revision=34429
2010-10-08Clean up white space.Guy Harris1-75/+70
set_menu_object_data_meat_old() is only used with main_menu_factory; simplify it. Add some comments to #else's and #endif's. svn path=/trunk/; revision=34428
2010-10-08set_menu_sensitivity_old() is now only used for the main menu; simplifyGuy Harris1-136/+120
it accordingly. svn path=/trunk/; revision=34427
2010-10-08Move a comment next to the only item to which it now refers.Guy Harris1-27/+27
svn path=/trunk/; revision=34425
2010-10-08Clean up white space.Guy Harris1-284/+283
svn path=/trunk/; revision=34423
2010-10-08Move menu_items[] inside the #ifdef MAIN_MENU_USE_UIMANAGER/#else/#endifGuy Harris1-441/+439
that has the main menu stuff for when we *are* using GTKUIManager. svn path=/trunk/; revision=34422
2010-10-08Use #error to cause the build to fail for un-implemented stuff (such asGuy Harris1-3/+37
"GTKUIManager with the old packet list"). Replicate the "don't do silly stuff such as using Control+A for anything other than Select All" comment near the place where the main menu is defined if we're using GTKUIManager. svn path=/trunk/; revision=34419
2010-10-07Reinsert #ifdef's removed by mistake.Anders Broman1-8/+17
svn path=/trunk/; revision=34404
2010-10-07Remove #ifdef'ed code for MENUS_USE_UIMANAGER.Anders Broman1-676/+2
svn path=/trunk/; revision=34403
2010-10-07Add more CRC failure codes.Martin Mathieson1-20/+39
svn path=/trunk/; revision=34401
2010-10-06From Alexander Koeppe:Anders Broman1-0/+171
New TCP Graph - Window Scaling. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5276 svn path=/trunk/; revision=34393
2010-10-05Add (a copy of) glib's g_strv_length() if we have glib < 2.6Jeff Morriss1-31/+57
svn path=/trunk/; revision=34380
2010-10-05Split some texts on the welcome page to make "Interface List" andStig Bjørlykke1-2/+2
"Capture Help" smaller to make room for longer filenames in the Open Recent list. svn path=/trunk/; revision=34379
2010-10-04From Jose Pico via bug 5272:Stig Bjørlykke1-2/+4
Export Object SMB functionality fixes. svn path=/trunk/; revision=34365
2010-10-04(GUIManager)set time display format(makes file load work again).Anders Broman1-3/+8
svn path=/trunk/; revision=34364
2010-10-04Explain BPF in the tooltips for "Compile BPF".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34363