summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman16-152/+2
2012-08-01Adjust the text size on OS X. This introduces an artifact that affectsGerald Combs3-8/+18
2012-07-31(Attempt to) reflect the file moves from r44165.Jeff Morriss2-18/+0
2012-07-31Don't overwrite preview item labels.Gerald Combs1-0/+6
2012-07-31Add icon to QtShark.exe for WindowsAlexis La Goutte1-1/+1
2012-07-31Add icon to QtShark.exe for WindowsAlexis La Goutte1-1/+1
2012-07-31Make sure splitter handles are visible on Windows.Gerald Combs1-0/+11
2012-07-31Add icon to QtShark.exe for WindowsAlexis La Goutte2-0/+3
2012-07-31Add icon to Help Menu (Help, Wiki, About)Alexis La Goutte1-5/+29
2012-07-31Add an expert level indicator. Move a bunch of resources to image/.Gerald Combs21-31/+71
2012-07-31Fixup the progress bar spacing.Gerald Combs1-6/+7
2012-07-31Add another cast that should have been part of r44025 to fully resolve Coveri...Chris Maynard1-1/+1
2012-07-31From Michael Mann:Anders Broman3-11/+21
2012-07-31Font size + hint updates for Windows.Gerald Combs1-4/+15
2012-07-31Try to choose a better default font. Fix a runtime warning in the statusGerald Combs2-13/+39
2012-07-30Get rid of a couple of focus halos.Gerald Combs2-0/+6
2012-07-30Zoom in/out more slowly, and don't redefine zoom struct.Martin Mathieson1-21/+15
2012-07-30Rename "Files" to "Recent Files". Add space between each recent item.Gerald Combs1-5/+22
2012-07-30Grow the dialog to account for our added widgets.Gerald Combs1-0/+3
2012-07-30Put back the configure_event() handler - it is needed for handlingMartin Mathieson1-0/+61
2012-07-30Try to unbreak the build.Martin Mathieson1-2/+2
2012-07-30Remove yet more unneeded remnants from tcp_graph.cMartin Mathieson1-133/+27
2012-07-29Don't try to clip the line to the outside of the visible area - letMartin Mathieson1-10/+10
2012-07-29Just let cairo clip lines to the edge of the visible graph area.Martin Mathieson1-19/+7
2012-07-29Add link to Ask Wireshark Website ( http://ask.wireshark.org )in Help Menu fo...Alexis La Goutte3-0/+12
2012-07-29It is link Tshark Help not Wireshark (already in bottom !)Alexis La Goutte1-1/+1
2012-07-29Tidy up help window, and get rid of a compile-time option to preserveMartin Mathieson1-60/+33
2012-07-29Set maximum zoom on Y axis based upon bounds, so works better if thereMartin Mathieson1-15/+16
2012-07-28Simply #ifdefs slightly in the graph code.Evan Huus2-7/+4
2012-07-28Further speed up drawing of the element list by:Martin Mathieson1-8/+31
2012-07-27More cleaning up of unused remnants from tcp_graph.c.Martin Mathieson1-81/+17
2012-07-27Add a preview to the common file dialog. Adjust the win32 file dialogGerald Combs3-12/+200
2012-07-27Fix reference counting of GdkPixbuf, unref after creating GtkImage (aka fix m...Jakub Zawadzki1-2/+10
2012-07-26Limit zoom vertically to around 90 pixels / sequence number.Martin Mathieson1-11/+28
2012-07-26Fix memleak in window_icon_realize_cb()Jakub Zawadzki1-1/+5
2012-07-26Try to make the buildbot without libpcap happy...Michael Tüxen1-2/+8
2012-07-26Don't mark used parameters as unused.Anders Broman1-2/+2
2012-07-26Separate the Capture menu actions from main_menu_bar_entries.Anders Broman1-35/+26
2012-07-26Make columnized and colorized bit field.Jakub Zawadzki1-5/+5
2012-07-26Add checks if stamp values matches. Remove packet_list_visible_recordJakub Zawadzki2-32/+25
2012-07-26physical_pos is now used only for checks, ifdef it in PACKET_PARANOID_CHECKS ...Jakub Zawadzki1-0/+12
2012-07-26Exploit short-circuit evaluation, so first check variable, later call functionJakub Zawadzki1-2/+2
2012-07-26Move checks outside loopJakub Zawadzki1-5/+5
2012-07-26Pass record to packet_list_change_record() not physical_pos Jakub Zawadzki1-10/+3
2012-07-26Fix Coverity CID's 703862-703863: Unintentional integer overflow.Chris Maynard1-2/+2
2012-07-25Fix buildbot warning: variable `fdata' set but not used [-Werror=unused-but-s...Jakub Zawadzki1-2/+0
2012-07-25Allocate col_text & col_text_len only for columns not based on frame_dataJakub Zawadzki2-47/+61
2012-07-25Remove packet_list->column_typesJakub Zawadzki2-48/+34
2012-07-25Make PacketListRecord structure private.Jakub Zawadzki3-108/+73
2012-07-25Remove handlers for a couple of events we're not interested in.Martin Mathieson1-24/+5