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