aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss180-505/+145
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-5/+7
2012-09-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7731 :Jeff Morriss1-3/+3
2012-09-18Fix format string.Guy Harris1-1/+1
2012-09-18Fix call to g_filename_to_uri(), and do error checking.Guy Harris1-2/+11
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs1-4/+0
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs6-445/+40
2012-09-18Add python cache and temporary files to the list of files to clean up.Jeff Morriss2-2/+5
2012-09-18If we have PYTHON use make-tap-reg.py (like we do on Windows): it's slightlyJeff Morriss1-3/+8
2012-09-17callsinfo->stop_fd not set in all branches for UNISTIM.Anders Broman1-5/+7
2012-09-17Minor cleanup:Bill Meier1-28/+14
2012-09-17Minor cleanup:Bill Meier1-57/+51
2012-09-16Cleanup:Bill Meier1-50/+38
2012-09-16Trivial cleanup:Bill Meier1-120/+122
2012-09-16(trivial) fix a typoBill Meier1-1/+1
2012-09-15Trivial whitespace formatting cleanup;Bill Meier1-122/+128
2012-09-15Minor cleanup:Bill Meier1-48/+10
2012-09-15Trivial cleanup;Bill Meier1-65/+67
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+5
2012-09-15text_import_scanner_lex.h and text_import_scanner.c are now part ofGuy Harris1-7/+0
2012-09-15DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,Guy Harris2-6/+2
2012-09-14libgtkui_dirty → libui_dirty.Gerald Combs1-7/+1
2012-09-14More fixes for the text import move.Gerald Combs2-9/+2
2012-09-14Deletions from the last commit didn't make it for some reason.Gerald Combs4-1215/+0
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs3-29/+10
2012-09-14Use consistent indentation and formatting style;Bill Meier1-132/+134
2012-09-14Use consistent indentation and formatting.Bill Meier1-274/+343
2012-09-12Also disable the resize grip on the profile bar (as it is on the info andJeff Morriss1-0/+3
2012-09-10Fix breakage from r44859.Gerald Combs1-16/+16
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs1-154/+179
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser3-0/+9
2012-09-10From Rick Krull:Anders Broman1-0/+1
2012-09-06Don't use a variable after we've freed it.Gerald Combs1-1/+2
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus4-4/+8
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer18-215/+215
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer17-20/+20
2012-09-03LIBGCRYPT_CFLAGS and LIBGNUTLS_CFLAGS don't seem to be necessary here.Jeff Morriss1-1/+1
2012-09-03add a vertical scrollbar to the text input windows for capture commentMartin Kaiser1-4/+18
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
2012-09-03new_packet_list: cleanup show_cell_data_funcJakub Zawadzki1-25/+25
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki4-14/+14
2012-09-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7688 :Pascal Quantin1-5/+5
2012-09-01Clean up mgcpDialedDigits and add modelines.Evan Huus1-8/+29
2012-09-01Remove a bunch of unused variables.Evan Huus1-18/+6
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-1/+1
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs1-0/+145
2012-08-23Move the pipe input routines to the common UI directory.Gerald Combs1-145/+0
2012-08-23Remove commented out rulesJörg Mayer1-6/+0
2012-08-23Rationalise the way lists/elements are allocated.Martin Mathieson1-4/+6
2012-08-19Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus1-10/+24