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
/
main_welcome.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move gtk to ui/gtk.
Jörg Mayer
2012-01-15
1
-1469
/
+0
*
Put back paragraph break.
Guy Harris
2011-12-31
1
-2
/
+2
*
Leave more word-wrapping to the toolkit.
Guy Harris
2011-12-31
1
-4
/
+6
*
We don't have any links to activate if we don't have pcap.
Guy Harris
2011-12-30
1
-0
/
+2
*
Make the links in the "WinPcap doesn't appear to be installed" text
Guy Harris
2011-12-30
1
-2
/
+29
*
Clean up word wrapping a bit.
Guy Harris
2011-12-30
1
-2
/
+2
*
For the "don't have WinPcap" case, put up some stuff in the welcome
Guy Harris
2011-12-30
1
-3
/
+30
*
Add an additional DONT_HAVE_PCAP return value from get_interface_list()
Guy Harris
2011-12-29
1
-1
/
+2
*
Pass a GMutex * instead of a GMutex **.
Gerald Combs
2011-11-10
1
-1
/
+1
*
Try to fix the GLib thread API deprecations listed in bug 6552.
Gerald Combs
2011-11-09
1
-1
/
+11
*
Change the use of threads from "mostly always, depending on your
Gerald Combs
2011-11-07
1
-38
/
+2
*
Back out infrastructure change. We missed supporting
Michael Tüxen
2011-10-20
1
-105
/
+258
*
Use g_strdup.
Stig Bjørlykke
2011-10-20
1
-1
/
+1
*
Use a global list containing all interfaces and only change
Michael Tüxen
2011-10-20
1
-258
/
+105
*
We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code using
Jörg Mayer
2011-09-25
1
-4
/
+0
*
Use one of the new icons for remote interfaces.
Michael Tüxen
2011-09-24
1
-2
/
+5
*
No libpcap, no capturing, no interfaces on which to capture.
Guy Harris
2011-09-02
1
-1
/
+2
*
When double clicking on an interface in the main welcome menu opens the edit ...
Michael Tüxen
2011-09-01
1
-0
/
+6
*
No need to make an almost empty column extra wide.
Jörg Mayer
2011-08-30
1
-1
/
+1
*
Fix colors in GTK3
Anders Broman
2011-08-23
1
-4
/
+4
*
GTK 3.0 Typo.
Anders Broman
2011-08-18
1
-1
/
+1
*
GTK 3.0 Fix colors(?)
Anders Broman
2011-08-18
1
-5
/
+5
*
Copy-paste errors.
Anders Broman
2011-08-18
1
-3
/
+6
*
More GTK 3.0 changes.
Anders Broman
2011-08-18
1
-8
/
+47
*
Get rid of get_color() it looks like we do not need allocated collors.
Anders Broman
2011-08-17
1
-2
/
+6
*
Handle the case in the capture options dialog box
Michael Tüxen
2011-08-16
1
-2
/
+4
*
gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...
Anders Broman
2011-08-15
1
-1
/
+2
*
Replace almost all occurances of GTK_OBJECT by G_OBJECT.
Jörg Mayer
2011-08-12
1
-1
/
+1
*
Use the fix from Joerg to get the airpcap icon also for remote
Michael Tüxen
2011-08-05
1
-0
/
+2
*
Fix the compile issue reported by Joerg.
Michael Tüxen
2011-08-05
1
-50
/
+50
*
Add support for multiple interfaces to the capture options dialog.
Michael Tüxen
2011-08-05
1
-93
/
+196
*
Make sure that the interfaces listed in ifaces really exist.
Michael Tüxen
2011-07-21
1
-2
/
+2
*
Add some temporary protection code to support the current capture
Michael Tüxen
2011-07-21
1
-0
/
+1
*
strdup -> g_strdup
Anders Broman
2011-07-20
1
-3
/
+3
*
Synchronize the selection of interfaces between the main welcome
Michael Tüxen
2011-07-20
1
-4
/
+54
*
Get the interfaces list from the Capture / Interfaces list in sync
Michael Tüxen
2011-07-19
1
-114
/
+5
*
Make sure that the Capture/Start menue item will always use the
Michael Tüxen
2011-07-18
1
-9
/
+100
*
Remove redundant code.
Michael Tüxen
2011-07-16
1
-6
/
+4
*
Don't allow capturing from multiple interface when compiled with multiple thread
Michael Tüxen
2011-07-16
1
-1
/
+16
*
You can't create a mutex without initializing the thread system.
Michael Tüxen
2011-07-15
1
-2
/
+16
*
Add a missing ( in the UI_MANAGER case
Jörg Mayer
2011-07-15
1
-1
/
+1
*
On Windows enable threads everywhere instead of just in dumpcap. If
Gerald Combs
2011-07-14
1
-50
/
+156
*
Add back r37749, which was taken out by accident.
Michael Tüxen
2011-07-14
1
-1
/
+2
*
Display interface stuff only when interfaces are available.
Michael Tüxen
2011-07-12
1
-7
/
+7
*
This fixes the compile issue reported in
Michael Tüxen
2011-07-12
1
-0
/
+1
*
Fix more tooltips.
Anders Broman
2011-07-12
1
-12
/
+4
*
Try to make non-libpcap builds compiling.
Michael Tüxen
2011-07-08
1
-0
/
+2
*
Use the interfaces from the last capturing process as a starting point
Michael Tüxen
2011-07-08
1
-2
/
+30
*
Try to unbreak the Mac OS X 10.5 buildbots.
Michael Tüxen
2011-07-07
1
-1
/
+1
*
Bring back interface icons.
Michael Tüxen
2011-07-07
1
-7
/
+23
[next]