summaryrefslogtreecommitdiff
path: root/gtk/main_proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-2/+2
2011-01-31From Cal Turney:Anders Broman1-17/+25
2011-01-30Don't compile non-used (unreachable) code on Windows.Bill Meier1-6/+10
2011-01-19Cast the returned value from strlen() to an int to make the Windows 64-bitStephen Fisher1-2/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher1-2/+27
2011-01-19From Cal Turney via bug #5585: When searching in packet bytes, the field andStephen Fisher1-0/+3
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...Stephen Fisher1-1/+1
2010-11-21From Jakub Zawadzki via Alexander Koeppe.Anders Broman1-2/+5
2010-11-09Added check for valid finfo->ds_tvb in packet_hex_print(), as we do notStig Bjørlykke1-2/+2
2010-11-06From Alexander Koeppe:Anders Broman1-0/+2
2010-10-12Define some fcns & vars as static;Bill Meier1-884/+885
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