index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gtk
/
capture_file_dlg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.
Bill Meier
2010-03-22
1
-1
/
+1
*
Rework code so File ! Merge file_type selection works and to remove use of gl...
Bill Meier
2010-03-21
1
-34
/
+51
*
Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.
Bill Meier
2010-03-20
1
-1
/
+1
*
GtkOptionMenu --> GtkComboBox
Bill Meier
2010-02-22
1
-50
/
+39
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-29
1
-4
/
+4
*
From Valerio Messina:
Jaap Keuter
2009-12-14
1
-2
/
+2
*
Removed some unused variables and unused assignments.
Stig Bjørlykke
2009-11-10
1
-4
/
+0
*
Removed an unneeded cast.
Stig Bjørlykke
2009-10-27
1
-1
/
+1
*
Move cfselect_cb to avoid variable shadowing.
Stig Bjørlykke
2009-09-28
1
-1
/
+1
*
Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
Michael Tüxen
2009-07-02
1
-1
/
+1
*
Added NEW_PACKET_LIST guard for new_packet_list.h
Stig Bjørlykke
2009-07-01
1
-0
/
+2
*
Make it possible to configure use of NEW_PACKET_LIST and fix
Anders Broman
2009-07-01
1
-0
/
+1
*
Introduce experimental new feature: GTK2 tree view based packet list
Stephen Fisher
2009-06-30
1
-0
/
+11
*
"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but
Guy Harris
2009-06-21
1
-1
/
+1
*
*nix color_filters import/export: fix minor bug: failure to close dialog if a...
Bill Meier
2009-06-10
1
-6
/
+2
*
Fix some small memory leaks.
Bill Meier
2009-06-02
1
-8
/
+11
*
Turn on -Wshorten-64-to-32 by default, and fix some issues that turned
Guy Harris
2009-04-21
1
-2
/
+2
*
From Jakub Zawadzki:
Stig Bjørlykke
2009-03-12
1
-1
/
+1
*
Minor rewording of a few comments; fix a few typos.
Bill Meier
2009-01-04
1
-1
/
+1
*
Check for preview timeout only every 1000 frames
Bill Meier
2008-12-24
1
-1
/
+1
*
Add filter autocomplete for filter in file->open and file->merge windows.
Stig Bjørlykke
2008-10-19
1
-0
/
+7
*
Ensure we initialize all colorized filter text entries before we show the
Stig Bjørlykke
2008-10-11
1
-0
/
+2
*
Merge files chronologically by default which:
Jeff Morriss
2008-08-06
1
-2
/
+0
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-06-29
1
-8
/
+8
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-3
/
+3
*
Remove all GTK+ < 2.4 code and minimum version checks.
Stephen Fisher
2008-04-27
1
-214
/
+10
*
don't mark a used parameter as unused
Ulf Lamping
2008-04-15
1
-1
/
+1
*
use the ending "_win32" for every windows specific file
Ulf Lamping
2008-04-13
1
-1
/
+1
*
sort #includes by directories
Ulf Lamping
2008-04-13
1
-28
/
+30
*
rename menu -> main_menu
Ulf Lamping
2008-04-12
1
-1
/
+1
*
move drag_and_drop declarations into it's own file
Ulf Lamping
2008-04-12
1
-0
/
+1
*
Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.
Guy Harris
2008-04-12
1
-0
/
+1
*
compat_macros.h is gone now!!!
Ulf Lamping
2008-04-12
1
-10
/
+12
*
Wrap the callback function pointer for g_signal_connect() in
Guy Harris
2008-04-11
1
-28
/
+47
*
first round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
1
-29
/
+29
*
replace WIDGET_SET_SIZE with gtk_widget_set_size_request
Ulf Lamping
2008-04-11
1
-3
/
+3
*
replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...
Ulf Lamping
2008-04-11
1
-3
/
+4
*
replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic
Ulf Lamping
2008-04-11
1
-3
/
+3
*
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...
Ulf Lamping
2008-04-11
1
-2
/
+2
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-60
/
+60
*
some minor GTK1 related code fixes
Ulf Lamping
2008-04-09
1
-1
/
+1
*
replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...
Ulf Lamping
2008-04-06
1
-44
/
+44
*
remove GTK1 code
Ulf Lamping
2008-04-06
1
-63
/
+17
*
Add tooltips for the filter button and text entry in the open and merge
Gerald Combs
2008-03-27
1
-4
/
+10
*
Also destroy the window when failure to export/import color filters.
Stig Bjørlykke
2008-01-26
1
-1
/
+14
*
Destroy the open window after open failure to avoid having an unusable
Stig Bjørlykke
2008-01-26
1
-0
/
+14
*
Destroy the save window after canceling a save to an existing file, so
Stig Bjørlykke
2008-01-26
1
-0
/
+9
*
Revert SVN #23728 since change (to fix a Windows issue) is in code not used o...
Bill Meier
2007-12-08
1
-8
/
+1
*
If we're using the native Windows file dialog, don't bother to see if the
Gerald Combs
2007-12-04
1
-1
/
+8
*
s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...
Jeff Morriss
2007-11-26
1
-1
/
+2
[next]