aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/goto_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-171/+0
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-10/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-251-0/+20
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-9/+3
* sort #includes by directoriesUlf Lamping2008-04-131-6/+8
* 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-3/+3
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-3/+3
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-5/+5
* 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
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-4/+4
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs2004-09-021-12/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* add details for doxygen, various code cleanups as a result of thisUlf Lamping2004-06-011-1/+34
* more code cleanup from dialog things:Ulf Lamping2004-05-261-20/+11
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-2/+2
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-12/+4
* using button compatibility macrosUlf Lamping2004-01-101-11/+3
* renamed frame to packet in all GUI elementsUlf Lamping2003-11-281-6/+6
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-021-14/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-13/+6
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-7/+21
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-9/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-4/+2
* Doesn't need #include "dfilter.h"Gilbert Ramirez2001-01-041-2/+1
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-3/+1
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-4/+4
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-2/+2
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-2/+2
* Add some utilities to:Guy Harris2000-05-021-1/+13
* Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2000-03-151-1/+4
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-2/+2
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-2/+2
* In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1999-11-301-8/+13
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-081-0/+155