aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2010-07-20All use of deprecated GtkOptionMenu functions fixed: Error if any usage found.wmeier1-15/+15
2010-06-18Add a few deprecated GObject fcns;wmeier1-6/+10
2010-06-17Add deprecated from GLib 2.24wmeier1-2/+7
2010-06-17Add GTK deprecated from GTK 2.20.wmeier1-3/+48
2010-05-24Fix the value_string regexp so it doesn't match value_string_ext (which we do...morriss1-22/+22
2010-05-02Run deprecated-gtk-todoon all files in the gtk dir.etxrab1-2/+2
2010-03-25(Minor): Improve an output message.wmeier1-2/+2
2009-12-29gtk_entry_append_text no longer used by Wireshark: Mark as deprecated-gtk ('W...wmeier1-1/+1
2009-12-29gtk_progress_bar_update no longer used by Wireshark: Mark as deprecated ('W" ...wmeier1-1/+1
2009-12-29Mark certain GTK functions now unused by Wireshark as deprecated ("W" ==> 'E');wmeier1-276/+276
2009-12-28Update GLib/GTK deprecated lists to match current stable Glib/GTK;wmeier1-27/+38
2009-12-08Following bug 4302 added ctime() to the deprecated list.jake1-0/+1
2009-10-12Add some comments about GMemChunk usage;wmeier1-17/+24
2009-10-07Fix indentation.wmeier1-1/+1
2009-10-04Use gtk_image_new_from_pixmap().etxrab1-1/+1
2009-10-04Remove #if 0'ed code.etxrab1-8/+8
2009-10-04From GTK docs:etxrab1-1/+1
2009-10-04Get rid of deprecated symblol gtk_widget_draw().etxrab1-4/+6
2009-06-30Add assert and assert_perror to the 'abort' list.gerald1-0/+2
2009-06-15It appears Wireshark now has only ASCII in its source files; Treat non-ASCII ...morriss1-3/+2
2009-05-22gtk_exit(): deprecated and no longer used in Wireshark: 'W' ==> 'E'wmeier1-1/+1
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.wmeier1-6/+6
2009-05-05Change W->E for now removed functions.etxrab1-7/+7
2009-04-21checkAPIs: check for 'const' in value_string definition.wmeier1-0/+5
2009-04-14checkAPIs: Add additional GLib deprecated functions;wmeier1-10/+51
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;wmeier1-4/+4
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.etxrab1-2/+2
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();wmeier1-3/+3
2009-04-10gtk_widget_ref: 'W' --> 'E';wmeier1-14/+27
2009-04-09gtk_set_usize: W --> E;wmeier1-1/+4
2009-04-09gtk_widget_ref() -> g_object_ref()etxrab1-1/+1
2009-03-15Treat any usage of functions in the 'deprecated' group an an Error.wmeier1-1/+5
2009-03-15Add complete list of deprecated GTK API's (as of GTK 2.14.7).wmeier1-72/+736
2009-02-27Add GTK deprecated functions.etxrab1-1/+16
2009-02-22Update CheckApi with:etxrab1-0/+5
2008-08-14Search for "(static const|static|const) value_string" whenwmeier1-5/+7
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsmorriss1-16/+0
2008-07-23(Minor) Disable un-needed 'capture' in regexpwmeier1-1/+1
2008-07-23Fix double-quoted string regexp to match strings with "line continuation";wmeier1-4/+8
2008-07-23Disable value_string check for now.wmeier1-1/+1
2008-07-22Add test to check if value_string arrays are NULL terminated;wmeier1-3/+40
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-3/+7
2008-06-27Have checkAPIs.pl print to stderr, so that its output is colored red ingerald1-5/+5
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald1-120/+152
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-1/+1
2008-05-21Check for a few addt'l functions...wmeier1-1/+8
2008-05-13Update comments.morriss1-4/+5
2008-05-08Run checkAPI in plugins dir.etxrab1-6/+24
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-2/+3
2008-05-05Add depreceated glib API:setxrab1-0/+10