aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-07-05We have no first and second block when dumping bits view, so no adjustments.Stig Bjørlykke1-2/+3
2010-06-22Highlight correct number of bytes when highlighted hex dump ends at the endStig Bjørlykke1-2/+2
2010-06-13Rename some variables; At least one ('end') seemed to confuse the Windows deb...Bill Meier1-14/+15
2010-05-02From Jakub Zawadzki:Anders Broman1-17/+29
2010-04-20From Jakub Zawadzki:Anders Broman1-13/+62
2010-04-20From Jakub Zawadzki:Anders Broman1-107/+205
2010-04-13Include (horizontal) tabs in the Copy (Printable Text Only) output. ThisJeff Morriss1-37/+41
2010-03-22Initialise a couple of variables to prevent gcc warnings.Martin Mathieson1-1/+1
2010-02-04Fix a typo....Bill Meier1-1/+1
2010-02-04Fix a crash which occurs if a progress bar is displayed while generating a he...Bill Meier1-3/+21
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-12/+12
2010-01-25From Jakub Zawadzki:Anders Broman1-17/+15
2010-01-19Use more unique names for certain enum constants.Bill Meier1-2/+2
2010-01-19From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH andGuy Harris1-7/+3
2010-01-19From Jakub Zawadzki: fix the return type of hex_view_get_byte().Guy Harris1-1/+1
2010-01-07Clean up indentation.Guy Harris1-55/+55
2009-11-05Make each level color and the light gradient color in the statusbar match.Gerald Combs1-5/+9
2009-11-05Simplified printing of bits in packet bytes view.Stig Bjørlykke1-13/+16
2009-11-05Restore text_end_1 vs. text_start_2 handling.Stig Bjørlykke1-3/+7
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-59/+187
2009-11-05Select the previous byte in the packet bytes hex view when clicking inStig Bjørlykke1-13/+6
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs1-1/+1
2009-10-01Added check for valid pointers (to avoid warnings).Stig Bjørlykke1-13/+15
2009-09-01TypoAnders Broman1-1/+1
2009-09-01Don't bother with a progress dialog for small Hex windows.Anders Broman1-9/+18
2009-08-26From Didier Gautheron:Anders Broman1-0/+12
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+2
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-1/+1
2009-07-28From Kovarththanan Rajaratnam:Anders Broman1-2/+0
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-1/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+8
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
2009-06-01proto_main_draw: rework packet bytes "save as" slightly:Bill Meier1-12/+59
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2009-02-23Show generated hidden protocol items as <[Element: value]>Stig Bjørlykke1-2/+8
2008-11-24Invalidate cfile.current_row when forcing byte view update.Stig Bjørlykke1-1/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+4
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke1-0/+2
2008-05-01While playing with a dark theme I found it much nicer to use the Stig Bjørlykke1-1/+1
2008-05-01From Frederic Peters (bug 1735):Stig Bjørlykke1-0/+4
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-62/+0
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke1-3/+10
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...Graeme Lunt1-5/+1
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+2
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-23/+18