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
/
prefs_dlg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define some vars & fcns as static;
Bill Meier
2010-10-12
1
-4
/
+4
*
(Minor) Cleanup signal callbak signatures and related:
Bill Meier
2010-08-23
1
-3
/
+3
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3387 (crash
Jeff Morriss
2010-04-16
1
-0
/
+12
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-29
1
-14
/
+14
*
Fixed opening correct preferences page.
Stig Bjørlykke
2009-12-02
1
-2
/
+8
*
Added an option to open the Preferences directly in the Layout or Columns page.
Stig Bjørlykke
2009-11-26
1
-7
/
+22
*
Change option menu to combo box.
Anders Broman
2009-09-23
1
-25
/
+17
*
() -> (void)
Jörg Mayer
2009-05-13
1
-2
/
+2
*
Initialize some uninitialized variables.
Stig Bjørlykke
2009-05-13
1
-3
/
+3
*
prefs_dlg: Cancel always reverts to "Last Saved" [Part 1]
Bill Meier
2009-05-05
1
-0
/
+57
*
From Didier Gautheron (bug 3126):
Stig Bjørlykke
2009-05-04
1
-4
/
+4
*
prefs_column: Rework & cleanup Column Preferences dialog code
Bill Meier
2009-05-04
1
-0
/
+1
*
prefs_dlg: Fix an inadvertant character deletion in last commit;
Bill Meier
2009-05-03
1
-1
/
+1
*
prefs_dlg: use consistent indentation
Bill Meier
2009-05-03
1
-299
/
+312
*
Turn on -Wshorten-64-to-32 by default, and fix some issues that turned
Guy Harris
2009-04-21
1
-2
/
+2
*
prefs_dlg: gtk_label_get() --> gtk_label_get_text()
Bill Meier
2009-04-11
1
-2
/
+2
*
As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...
Bill Meier
2009-03-19
1
-3
/
+3
*
From Jakub Zawadzki (bug 3331):
Stig Bjørlykke
2009-03-13
1
-4
/
+2
*
Removed an unused argument to prefs_tree_page_add().
Stig Bjørlykke
2008-11-29
1
-12
/
+10
*
Save preferences when selected from menu, unless having enabled the save button.
Stig Bjørlykke
2008-11-28
1
-1
/
+1
*
Use invisible event boxes so the preferences looks good when using themes.
Stig Bjørlykke
2008-10-20
1
-0
/
+3
*
Add filter autocomplete for more places we use filter entries.
Stig Bjørlykke
2008-10-19
1
-1
/
+1
*
Remove some obsolete comments related to GTK 1.
Bill Meier
2008-08-07
1
-11
/
+4
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-06-29
1
-8
/
+8
*
Removed the usage of topic_available() as we now have all topics.
Stig Bjørlykke
2008-06-21
1
-10
/
+3
*
Rename "Taps/Statistics" preference group to be simply "Statistics".
Martin Mathieson
2008-04-23
1
-1
/
+1
*
Rename prefs_rtp_player files to prefs_taps.
Martin Mathieson
2008-04-21
1
-1
/
+1
*
Allow configuration of tap update interval.
Martin Mathieson
2008-04-21
1
-15
/
+7
*
Added an option to display hidden protocol items.
Stig Bjørlykke
2008-04-17
1
-7
/
+12
*
From Jim Young (bug 2212):
Sake Blok
2008-04-14
1
-1
/
+1
*
change all preferences related filenames from xy_prefs to prefs_xy
Ulf Lamping
2008-04-13
1
-8
/
+8
*
sort #includes by directories
Ulf Lamping
2008-04-13
1
-21
/
+22
*
move stock icon code from toolbar.c into specific stock_icons file(s)
Ulf Lamping
2008-04-12
1
-1
/
+1
*
last round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
1
-9
/
+9
*
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...
Ulf Lamping
2008-04-11
1
-1
/
+1
*
OBECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-56
/
+56
*
Remove:
Anders Broman
2008-04-09
1
-3
/
+0
*
remove GTK1 specific font handling
Ulf Lamping
2008-04-08
1
-1
/
+1
*
remove GTK1 code
Ulf Lamping
2008-04-07
1
-149
/
+2
*
Include epan/strutil.h for gtk-1.2 builds.
Michael Tüxen
2008-03-01
1
-0
/
+1
*
Next attempt to cleanup some string functions, including:
Stig Bjørlykke
2008-02-29
1
-14
/
+16
*
Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).
Stig Bjørlykke
2008-02-01
1
-13
/
+13
*
Move libsmi settings from virtual mibs protocol page to name resolution page.
Jaap Keuter
2008-01-18
1
-7
/
+3
*
Whitespace cleanup of AIRPCAP code.
Jaap Keuter
2008-01-17
1
-59
/
+59
*
From Jim Young:
Jaap Keuter
2008-01-16
1
-1
/
+27
*
hide implementation of module list
Tomas Kukosa
2007-11-29
1
-9
/
+9
*
fix the path to include g_ascii_strcasecmp.h
Ronnie Sahlberg
2007-11-28
1
-1
/
+1
*
strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda
Guy Harris
2007-11-27
1
-4
/
+8
*
Avoid redraw hex dump windows if redissecting.
Stig Bjørlykke
2007-11-21
1
-6
/
+6
*
Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
Stephen Fisher
2007-05-16
1
-5
/
+7
[next]