summaryrefslogtreecommitdiff
path: root/ui/gtk/old-gtk-compat.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31lbm_uimflow_dlg.c: Pacify another GTK checkAPIs.pl warning.Michael Mann1-0/+1
Add another "Wireshark" macros to old-gtk-compat.h for GTK API that has been deprecated. Change-Id: Icae4ebae365329fad076324c23d5cee4c89893b5 Reviewed-on: https://code.wireshark.org/review/16803 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-0/+15
Add "Wireshark" macros to old-gtk-compat.h for GTK APIs that have been deprecated. The macros are setup by version number to limit their proliferation (not that I suspect much development will really be done there since GTK is deprecated). Just want to make buildbots happy for the time being. Change-Id: I095f850065166a0bc2e2456fb2e886ab64fdd97d Reviewed-on: https://code.wireshark.org/review/16635 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2013-11-07Try to fix Mac OS 10.5 Buildbot (with old Glib...)Alexis La Goutte1-1/+2
gtk_dialog_get_action_area is available only Glib 2.14 svn path=/trunk/; revision=53137
2013-08-05Added gtk_adjustment_get_step_increment compat.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=51147
2012-09-16(trivial) fix a typoBill Meier1-1/+1
svn path=/trunk/; revision=44929
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-0/+2
svn path=/trunk/; revision=44186
2012-07-15Get rid of probably-unnecessary parentheses around the expansion ofGuy Harris1-2/+2
gtk_widget_get_allocation() (gtk_widget_set_window() doesn't have them), but *do* put parentheses around its "x" argument. Fix gtk_widget_set_allocation() to set the allocation. svn path=/trunk/; revision=43735
2012-07-15Fix some gseal warnings.Jakub Zawadzki1-0/+2
svn path=/trunk/; revision=43734
2012-07-15Fix bug #6690: Wireshark quite slow displaying frames with many detail pane ↵Jakub Zawadzki1-0/+3
nodes and large byteviews Add custom widget to render hexdump or bitsdump. svn path=/trunk/; revision=43728
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+98
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518