aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bytes_view.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-1/+1
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin1-1/+1
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+0
2015-06-03G_STRUCT_OFFSET gives warnings turned errors with MSVC2015,Anders1-1/+6
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-6/+19
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-4/+2
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-1/+1
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-3/+1
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier1-0/+4
2013-06-26packet-editor: Allow focus for byteview, it should fix problems with field he...Jakub Zawadzki1-0/+3
2013-06-21One more fix for the protocol grey highlighting.Evan Huus1-2/+4
2013-06-21Yet another fix, put spaces in insensitive or normal state.Jakub Zawadzki1-6/+9
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki1-13/+27
2013-06-08Fix 'Misaligned columns in hex dump pane' [1]Jakub Zawadzki1-0/+1
2013-05-31Don't call gtk_widget_unregister_window() in bytes_view_unrealize() after GTK...Balint Reczey1-3/+1
2013-05-30Use gtk_widget_register_window() and gtk_widget_unregister_window()Balint Reczey1-0/+8
2013-03-28Follow up on bug 8416.Jaap Keuter1-5/+5
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-08Use explicit casts.Anders Broman1-8/+8
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-39/+39
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-23Fix bug #7520: Byteview related Glib-GObject-Critical msgs during GTK2 Wiresh...Jakub Zawadzki1-4/+33
2012-07-20BytesView: use "view" class (GtkTextView) instead of "entry" (GtkEntry) one.Jakub Zawadzki1-5/+5
2012-07-20Fix bug #7502Jakub Zawadzki1-0/+5
2012-07-19Remove unused variable.Anders Broman1-1/+0
2012-07-19Use define instead of string constant.Jakub Zawadzki1-1/+1
2012-07-19BytesView: use GtkStyleContext for gtk-3 (bug #7502)Jakub Zawadzki1-7/+45
2012-07-19BytesView: Support for gtk3 scrollbar.Jakub Zawadzki1-5/+93
2012-07-17Now it compiles with 2.24 - hopefuly it will even workJörg Mayer1-2/+2
2012-07-17Bring compilation with gtk 2.24 one step further (not yet working)Jörg Mayer1-0/+5
2012-07-16- Restore optimization of drawing only lines in clipping areaJakub Zawadzki1-12/+19
2012-07-16Compilation fixes for gtk-3.x + for gtk-2.x use clipping region not area.Jakub Zawadzki1-24/+47
2012-07-16- Make it compile gtk-2.24 with GSEAL_ENABLE enabledJakub Zawadzki1-63/+112
2012-07-16Some gtk-3.0 fixes.Jakub Zawadzki1-7/+49
2012-07-16<gtk/gtkmarshal.h> doesn't appear to be necessary, at least with GTK+Guy Harris1-5/+15
2012-07-16The CMake builds in the Ubuntu buildbot appear to be building with GTK+Guy Harris1-1/+3
2012-07-16For the encoding and format, use the enum types.Guy Harris1-6/+6
2012-07-15Fix some gseal warnings.Jakub Zawadzki1-18/+31
2012-07-15Get rid of unnecessary include.Guy Harris1-2/+0
2012-07-15Squelch some more warnings with explicit casts.Guy Harris1-4/+4
2012-07-15Try gdouble here, to see if it removes "gdouble to gfloat" warnings withGuy Harris1-1/+1
2012-07-15Fix bug #6690: Wireshark quite slow displaying frames with many detail pane n...Jakub Zawadzki1-0/+1156