aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
Commit message (Expand)AuthorAgeFilesLines
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-5/+0
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-2/+2
* Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher2009-06-301-0/+2
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* In the GTK+ code, move the redefinition of "isprint()" toGuy Harris2004-07-091-14/+1
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-19/+1
* add more details for doxygenUlf Lamping2004-06-051-15/+13
* add more details for doxygenUlf Lamping2004-06-041-11/+1
* add more details for doxygenUlf Lamping2004-06-041-2/+22
* move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping2004-06-021-1/+4
* add details for doxygen, various code cleanups as a result of thisUlf Lamping2004-06-011-7/+33
* Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris2004-01-091-6/+1
* Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2003-12-241-7/+7
* From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris2003-08-011-2/+2
* Update a comment to indicate why there's a problem with printable-but-Guy Harris2002-12-311-15/+8
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-6/+12
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-5/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-111-6/+1
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-5/+3
* Undefine "isprint()" before re-defining it, to squelch a compilerGuy Harris2001-04-251-1/+8
* Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez2001-04-101-1/+15
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-2/+2
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-2/+2
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-7/+4
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-171-2/+1
* Remove the progress bar from the status line, and, instead, for anyGuy Harris2000-07-031-2/+2
* Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris2000-04-011-2/+2
* Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris2000-03-021-2/+3
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-291-5/+10
* Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1999-12-301-1/+3
* Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1999-12-291-1/+3
* Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1999-12-161-1/+3
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-3/+3
* Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1999-10-201-0/+39