aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Replace the File -> Export menu with separate:Guy Harris2012-05-221-78/+87
* We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2012-05-222-13/+41
* The GUI's state machine requires that, when reloading a capture after aGuy Harris2012-05-223-29/+25
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-2010-67/+94
* Add an 'if' test to prevent a potential null pointer dereferenceBill Meier2012-05-191-7/+8
* Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier2012-05-191-15/+16
* Free memory when create_tempfile() failed.Jakub Zawadzki2012-05-162-0/+6
* Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.Gerald Combs2012-05-162-26/+47
* Don't leak an open file handle (CID 702423).Gerald Combs2012-05-151-0/+1
* From Akos Lukovics:pascal2012-05-121-1/+3
* Fix bug #7251Jakub Zawadzki2012-05-121-2/+2
* Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris2012-05-111-628/+627
* proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris2012-05-112-0/+37
* Avoid needlessly shadowing a variable.Martin Mathieson2012-05-101-1/+0
* Avoid calling tvb_get_ptr() on 0-length TVBs.Jakub Zawadzki2012-05-072-22/+7
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-0515-60/+0
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-0585-299/+0
* Cosmetic change....Bill Meier2012-05-051-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6892 :Jeff Morriss2012-05-051-4/+14
* Clean up white space and indentation; remove tabs.Jeff Morriss2012-05-051-37/+36
* Fix opening packet window when frame has got cap_len = 0 (i.e. last frame fro...Jakub Zawadzki2012-05-041-2/+19
* Add proto_hier_tree_model.c to CMakeListsJakub Zawadzki2012-05-041-0/+1
* cleanup proto_hier_tree_model a little.Jakub Zawadzki2012-05-041-19/+17
* Fix memleak of GtkTextBufferJakub Zawadzki2012-05-041-1/+4
* From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman2012-05-044-36/+519
* From Evan Huus: - Make sure that unsupported link-layer types *always* have a...Anders Broman2012-05-042-21/+57
* From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2012-05-032-14/+16
* Test a return value to avoid an initialised warning from clang.Martin Mathieson2012-04-281-6/+5
* Fix sigsegv in filter expression dialog when user clicked on some BASE_CUSTOM...Jakub Zawadzki2012-04-271-1/+1
* Don't store protocol field names in Filter Expression dialog.Jakub Zawadzki2012-04-271-21/+40
* Get rid of tabs; make white space consistent.Guy Harris2012-04-261-53/+43
* Consistently InterCapitalize StatusBar.Guy Harris2012-04-261-8/+8
* While we're at it, add back the shortcuts, or whatever the heck theGuy Harris2012-04-261-3/+3
* Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".Anders Broman2012-04-261-4/+4
* Add missing ";"Anders Broman2012-04-241-2/+2
* Get it compiling...Michael Tüxen2012-04-231-21/+24
* Use a crosshair cursor insted of the XOR thingy.Anders Broman2012-04-231-33/+97
* Fix a compile error (missing semi-colon) when building for gtk3Bill Meier2012-04-231-1/+1
* g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman2012-04-231-1/+5
* Fix bug #7178 reported by aparanruengeler2012-04-231-0/+13
* Use GtkFontChooser if GTK >= 3.2Anders Broman2012-04-232-2/+14
* Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ...ruengeler2012-04-231-0/+12
* Add casts to make in compile on WindowsAnders Broman2012-04-221-3/+3
* Use g_object_unrefAnders Broman2012-04-221-1/+1
* Another cut-and-pasteo.Guy Harris2012-04-211-2/+2
* More GTK3 adaptationsAnders Broman2012-04-2123-36/+36
* port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman2012-04-216-8/+38
* Fix probable cut-and-pasteo.Guy Harris2012-04-211-2/+2
* Clean up indentation (get rid of 4-space tabs).Guy Harris2012-04-211-3/+3
* gtk_button_box_new() for pre GTK 3.0Anders Broman2012-04-212-0/+14