aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-02From Jakub Zawadzki:etxrab1-17/+29
2010-04-20From Jakub Zawadzki:etxrab1-13/+62
2010-04-20From Jakub Zawadzki:etxrab1-107/+205
2010-04-13Include (horizontal) tabs in the Copy (Printable Text Only) output. Thismorriss1-37/+41
2010-03-22Initialise a couple of variables to prevent gcc warnings.martinm1-1/+1
2010-02-04Fix a typo....wmeier1-1/+1
2010-02-04Fix a crash which occurs if a progress bar is displayed while generating a he...wmeier1-3/+21
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-12/+12
2010-01-25From Jakub Zawadzki:etxrab1-17/+15
2010-01-19Use more unique names for certain enum constants.wmeier1-2/+2
2010-01-19From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH andguy1-7/+3
2010-01-19From Jakub Zawadzki: fix the return type of hex_view_get_byte().guy1-1/+1
2010-01-07Clean up indentation.guy1-55/+55
2009-11-05Make each level color and the light gradient color in the statusbar match.gerald1-5/+9
2009-11-05Simplified printing of bits in packet bytes view.stig1-13/+16
2009-11-05Restore text_end_1 vs. text_start_2 handling.stig1-3/+7
2009-11-05Introduce packet bytes bit view.stig1-59/+187
2009-11-05Select the previous byte in the packet bytes hex view when clicking instig1-13/+6
2009-11-04Add a convenience routine to convert pixbuf data generated bygerald1-1/+1
2009-10-01Added check for valid pointers (to avoid warnings).stig1-13/+15
2009-09-01Typoetxrab1-1/+1
2009-09-01Don't bother with a progress dialog for small Hex windows.etxrab1-9/+18
2009-08-26From Didier Gautheron:etxrab1-0/+12
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...krj1-0/+2
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...krj1-1/+1
2009-07-28From Kovarththanan Rajaratnam:etxrab1-2/+0
2009-07-12From Kovarththanan Rajaratnam via bug 3702:stig1-1/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-0/+8
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-1/+1
2009-06-01proto_main_draw: rework packet bytes "save as" slightly:wmeier1-12/+59
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2009-02-23Show generated hidden protocol items as <[Element: value]>stig1-2/+8
2008-11-24Invalidate cfile.current_row when forcing byte view update.stig1-1/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-3/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-16/+16
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-4/+4
2008-05-01Force foreground when background is forced in expert info dialogs.stig1-0/+2
2008-05-01While playing with a dark theme I found it much nicer to use the stig1-1/+1
2008-05-01From Frederic Peters (bug 1735):stig1-0/+4
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-62/+0
2008-04-17Added an option to display hidden protocol items.stig1-3/+10
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...gal1-5/+1
2008-04-13move all code from color.c into color_utils.culfl1-1/+2
2008-04-13use the ending "_win32" for every windows specific fileulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-23/+18
2008-04-12proto_draw -> main_proto_drawulfl1-0/+1767