aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/export_object.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Fix memory leak.Jakub Zawadzki1-0/+1
2011-05-03From Jose Pico via bug #5884: Corrected export_object smb segmentationStephen Fisher1-1/+11
2010-11-08Make maxlen a gsize instead of a guint.Chris Maynard1-1/+1
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid charactersChris Maynard1-3/+90
2010-06-16Cast bytes_left down to an int once we've established it will fit.Guy Harris1-1/+1
2010-06-16Handle WTAP_ERR_SHORT_WRITE in file_write_error_message().Guy Harris1-7/+39
2010-06-15From David Perez & Jose Pico from Taddong S.L. via bug 4451:Stig Bjørlykke1-2/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-06-03Correct error dialog with correct tap name.Jaap Keuter1-15/+15
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2008-07-25From David Aggeler:Anders Broman1-0/+8
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-5/+5
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-4/+0
2008-04-16add "Save As" and "Save All" buttons to the dialog / stock_icons utilsUlf Lamping1-18/+15
2008-04-13sort #includes by directoriesUlf Lamping1-14/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-8/+7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-05Remove GTK1 references and code (other than our packet list clist).Stephen Fisher1-2/+0
2008-01-31Add missing g_object_unref for treeview models;Bill Meier1-0/+1
2007-08-04Change the export object/export object http code to only be includedStephen Fisher1-3/+4
2007-06-27If we have problems with "Save All" in the HTTP object list, show a singleGerald Combs1-16/+26
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-1/+1
2007-03-29Change mnemonic on Save All button from A to L to avoid overlappingStephen Fisher1-1/+1
2007-03-13HTTP Export Object updates:Stephen Fisher1-23/+13
2007-03-06Export Object code/documentation updates:Stephen Fisher1-34/+29
2007-03-03Update object export code:Stephen Fisher1-16/+253
2007-02-28Sync up my changes so far to the content list (now called objectStephen Fisher1-0/+195