aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki7-20/+20
2012-07-20BytesView: use "view" class (GtkTextView) instead of "entry" (GtkEntry) one.Jakub Zawadzki1-5/+5
2012-07-20Order alphabeticallyJörg Mayer1-1/+1
2012-07-20Add qtshark_de.tsJörg Mayer1-0/+1
2012-07-20Fix bug #7502Jakub Zawadzki1-0/+5
2012-07-20Beginnings of a German translation (review/improvements welcome)Jörg Mayer4-0/+217
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki10-27/+30
2012-07-20progress_dialog.* -> progress_bar.*Jörg Mayer1-2/+2
2012-07-19Need old-gtk-compat.h for gtk_widget_get_window() in older versions ofGuy Harris1-0/+2
2012-07-19Try to fix compilation on non-Windows systems.Gerald Combs3-86/+104
2012-07-19Reflect the name change of progress_dialog.{cpp,h} to progress_bar.{cpp,h}.Guy Harris1-2/+2
2012-07-19Remove some debugging statements. Fix the fade-in animation.Gerald Combs2-10/+10
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs15-248/+244
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman11-39/+42
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman9-46/+46
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19Remove unused variable.Anders Broman1-1/+0
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman9-47/+49
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-19Fix bug #7377 for 'Protocol Hierarchy' and 'Endpoints'Jakub Zawadzki2-2/+2
2012-07-19BytesView: Support for gtk3 scrollbar.Jakub Zawadzki1-5/+93
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-5/+8
2012-07-18From Jakub Zawadzki use gtk_box_pack_start isof gtk_container_add fixes https...Anders Broman1-6/+3
2012-07-18Get rid of the problems described in bug7377Jörg Mayer1-0/+4
2012-07-18Update qtshark to match the recent file dialog changes.Gerald Combs6-42/+97
2012-07-18Fill in our display filter after we open a file.Gerald Combs1-0/+1
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus4-4/+4
2012-07-17Set the folder to the containing directory of the file name in question,Guy Harris1-1/+4
2012-07-17Fix comments, from r43729 we don't load bold font.Jakub Zawadzki1-2/+2
2012-07-17Fix Coverity CID 709722: Logically dead code.Chris Maynard1-3/+0
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-16Pass the correct widget to gtk_open_file. If we're filling in a displayGerald Combs1-12/+13
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs4-168/+217
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-16Don't create and destroy a cairo context for each line and ellipse whenMartin Mathieson1-30/+10
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-15Get rid of probably-unnecessary parentheses around the expansion ofGuy Harris1-2/+2
2012-07-15Fix some gseal warnings.Jakub Zawadzki2-18/+33
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 win* buildbot warnings:Jakub Zawadzki1-1/+1
2012-07-15user_font_get_bold() is no longer needed, remove it.Jakub Zawadzki2-66/+12