aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2011-08-07Expand summary column. Fixed bug 6209.cmaynard1-3/+7
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6209 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38385 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06- Resolve a GTK_CHECK_VERSION(2,6,0) check. It's always true.jmayer1-10/+6
- Fix defined but not used warnings (turned errors) by surrounding the code with HAVE_PCAP_REMOTE_NEVERTRUE. Let's see what breaks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38379 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06Some whitespace cleanups.tuexen1-49/+48
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38377 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06Take out unused functions as reported by Joerg.tuexen1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38376 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06This should fix the "else without previous if" error reported by Joerg.tuexen1-8/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38375 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06Whitespace fixes:jmayer1-49/+49
- Remove trailing whitespace - Remove leading space then tab git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38374 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Set the activate signal for the capture filter to the ok button.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38373 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Try to make the clang buildbot happy...tuexen1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38370 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Use the fix from Joerg to get the airpcap icon also for remotetuexen1-0/+2
interface. This is a misuse of the icon, but we don't have an icon for remote interfaces yet and I'm the wrong one for creating one... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38369 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Fix the compile issue reported by Joerg.tuexen1-50/+50
This does not fix the icon issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38368 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Try to make the Mac OS X PPC builder happy.tuexen1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38367 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Fix one instance of strdup() -> g_strdup().tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38363 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Try to make the Mac OS PPC builder happy.tuexen1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38362 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Fix typojmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38358 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Replace the deprecated call to gtk_tree_view_column_get_cell_renderers byjmayer2-5/+1
gtk_cell_layout_get_cells, which is available since 2.12 (according to docs) and not 2.18 as one guard indicated. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38356 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Fix API issues.tuexen1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38355 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Fix the Mac OS buildbot.tuexen1-3/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38354 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Whitespace changes.tuexen1-19/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38353 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Add support for multiple interfaces to the capture options dialog.tuexen8-1179/+2134
Obtained from Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38350 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Typoetxrab1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38347 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05Free the PangoLayout.etxrab3-0/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38346 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04Replace almost all uses of GtkObject (which no longer existsjmayer10-15/+15
in GTK3) by GObject (which does). These were the trivial cases, the two remaining uses in packet_win.c are left for someone who understands the code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38344 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04Remove usage of GDK_DRAWABLE macro.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38343 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04The macros GDK_DRAWABLE, GDK_IS_DRAWABLE, GTK_OBJECT are no longerjmayer1-0/+5
present and can probably just be removed without any ill effects or, if there are problems, these should be solvable by using casts. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38342 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04Put src and dst ports in the option of "Both" decorate with arrows.etxrab1-3/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38336 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04- Get rid of some deprecated functions.etxrab1-75/+87
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38334 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04Change the default to "Both"etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38333 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04gtkvumeter.[ch] seems to be used only on Windows. So only build it there...tuexen3-5/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38332 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-04Corrected position of FBAR and DOT.stig1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38330 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-03Get rid of gdk_draw_layout().etxrab5-142/+209
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38325 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-03From Jim Young via bug 3196: Enhancement to Expert Info Composite Tab Labelscmaynard1-3/+23
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3196 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38324 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-03Fix compiler warning turned error:sfisher1-1/+1
graph_analysis.c:1363: warning: unused parameter 'widget' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38320 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-03Try to make the builbot happyetxrab1-0/+1
# define gtk_widget_is_drawable(x) GDK_IS_DRAWABLE(x) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38319 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-03- Get rid of deprecated functions.etxrab1-236/+190
- Include pangocairo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38317 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-01Update documentation to reflect configure option being "--with-gtk3" notsfisher1-1/+1
"--enable-gtk3" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38302 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-01gtk_widget_get_sensitive() seems to be available on gtk 2.18tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38300 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-01Another fix for building with MSVC2005.stig1-0/+4
The previous fixes in r37728 and r37730 did build a wireshark which was unable to use the native windows file dialog (GetOpenFileName). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38299 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31Try to fix:etxrab1-3/+3
cc1: warnings being treated as errors ../../gtk/sctp_graph_dlg.c: In function ‘draw_tsn_graph’: ../../gtk/sctp_graph_dlg.c:511: error: ‘cr’ may be used uninitialized in this function ../../gtk/sctp_graph_dlg.c: In function ‘draw_sack_graph’: ../../gtk/sctp_graph_dlg.c:163: error: ‘cr’ may be used uninitialized in this function ../../gtk/sctp_graph_dlg.c: In function ‘draw_nr_sack_graph’: ../../gtk/sctp_graph_dlg.c:341: error: ‘cr’ may be used uninitialized in this function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38296 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31This circle should not be filled.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38294 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31Code cleanup.etxrab1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38292 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31Use Cairo for drawing.etxrab1-145/+245
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38291 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31GdkDrawable is also used in one place.jmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38285 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-31Update status file. Special mention is given to removed structs in GDK3.jmayer1-13/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38284 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-30Fix the problem in the .c file.jmayer1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38267 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-30The last commit contained a change too much. Revert it.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38266 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-30Macros aren't functions: Back out rev 38264 and wait for someone who knows ↵jmayer3-13/+14
what he is doing to fix this git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38265 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-30- Put gtk_table_get_size into old-gtk-compat.hjmayer2-13/+12
- Shorten comment about sealing bug. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38264 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-29Looks like ->column was sealed during the gtk 2.13 development cycle.jmayer1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38263 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-29Looks like button was deprecated with version 20, not 22jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38260 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-29Remove remaining direct access to GTK structs in Windows.etxrab6-18/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38251 f5534014-38df-0310-8fa8-9805f1628bb7