aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bytes_view.c
AgeCommit message (Expand)AuthorFilesLines
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