aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1766/+0
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-9/+9
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-27/+27
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.Stephen Fisher1-1/+1
2008-04-08provide gtk_tree_view_expand_to_path only for exactly GTK2.0, avoid problems ...Ulf Lamping1-1/+1
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-6/+2
2008-04-07remove GTK1 codeUlf Lamping1-476/+2
2008-03-14Fix bug #1143 - Can't read packet details....bad color scheme forcedStephen Fisher1-2/+1
2007-12-03Fix indentation.Guy Harris1-3/+3
2007-11-28Put double click on a frame link back.Stig Bjørlykke1-3/+8
2007-11-21fix crash caused with memory overwrite (flush buffer into window when we do n...Tomas Kukosa1-4/+5
2007-11-17Apply yet another set of the optimization patches:Anders Broman1-36/+47
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer1-2/+2
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-19/+29
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-10/+10
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-16/+18
2007-01-28From Douglas Pratley:Stephen Fisher1-46/+152
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2006-12-26fix unused warningsUlf Lamping1-1/+1
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).Gerald Combs1-72/+0
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs1-24/+36
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher1-5/+28
2006-11-05it is GtkText in gtk-1.x not GtkTextViewRonnie Sahlberg1-1/+1
2006-11-05Make the routines that manipulate the hex/text display window take aGuy Harris1-64/+39
2006-09-30add a missing #includeUlf Lamping1-0/+1
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt1-1/+9
2006-06-22coverity 187Ronnie Sahlberg1-0/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-11From Greg Morris:Anders Broman1-9/+34
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-20/+30
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-0/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-13/+5
2005-10-27Fix uninitialized variable errors.Guy Harris1-0/+2
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-7/+11
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-15/+51
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-0/+39
2005-08-20- Declare some functions staticJörg Mayer1-3/+3
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-09"g_locale_to_utf8()" returns a "gchar *", and the string it returns isGuy Harris1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping1-0/+2
2005-04-30removed various gcc warningsUlf Lamping1-1/+1
2005-04-19add keyboard expand/collapse in the tree view (with Left/Right keys) with GTK2Ulf Lamping1-0/+59