aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Gtk3 package byte highlighter colour fix.Anders Broman1-16/+23
2011-08-23Make the byte highlighting work in GTK3Anders Broman1-2/+12
2011-08-18GTK 3.0 fix a couple of gtk_style_context_get().Anders Broman1-1/+1
2011-08-18More GTK 3.0 changes.Anders Broman1-12/+12
2011-08-17Use gtk_widget_override_font() in GTK 3.0 ( Untested on GTK 3.0)Anders Broman1-3/+14
2011-08-17More GTK 3.0 changes:Anders Broman1-4/+24
2011-08-17Get rid of get_color() it looks like we do not need allocated collors.Anders Broman1-3/+6
2011-08-16An option to autoscroll the expanded item in the details view to a fixed Graeme Lunt1-0/+6
2011-07-29Remove remaining direct access to GTK structs in Windows.Anders Broman1-1/+1
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs1-5/+3
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-04-26Add new function packet_hex_editor_print.Jakub Zawadzki1-2/+45
2011-03-29Grab URL from frame info value instead of from tvb. Fixes bug 5780.Chris Maynard1-3/+5
2011-03-22Added a sanity check for finfo->hfinfo.Stig Bjørlykke1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-4/+0
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