aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-05-26more code cleanup from dialog things:Ulf Lamping29-919/+552
2004-05-26Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,Guy Harris1-2/+2
2004-05-24dlg_destroy_cb() is staticUlf Lamping1-2/+2
2004-05-24Even with GTK+ 2.x the arguments to "dlg_destroy_cb()" aren't used.Guy Harris1-11/+2
2004-05-24Include <string.h> to declare "strlen()".Guy Harris1-1/+3
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris3-52/+60
2004-05-24"dlg_destroy_cb()" doesn't use its arguments when built with GTK+Guy Harris1-2/+11
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping31-750/+328
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping7-159/+412
2004-05-23add some comments about using WIDGET_SET_SIZE() macroUlf Lamping1-1/+7
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping12-42/+62
2004-05-22GTK+ 1.2[.x] doesn't handle UTF-8 text, so do the "Authors" tab onlyGuy Harris1-1/+10
2004-05-22Include "cvsversion.h" so we report the version correctly for buildsGuy Harris1-1/+3
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanGuy Harris4-11/+35
2004-05-22Don't put a newline at the end of the compiled-with version informationGuy Harris1-3/+3
2004-05-21WIN32 only: add an "Authors" notebook tab, to show the content ofUlf Lamping1-5/+8
2004-05-21code cleanup (e.g. removed unused function parameters),Ulf Lamping4-22/+41
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris5-5/+37
2004-05-21GCC warns about zero-length format strings, presumably either becauseGuy Harris1-17/+17
2004-05-21Include <string.h> to declare "strdup()".Guy Harris1-2/+3
2004-05-21split helper text page function into a generic and a help specific part,Ulf Lamping1-9/+25
2004-05-21gtk_window_present() new dialog windows, to be sure they get on topUlf Lamping1-1/+2
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris3-9/+10
2004-05-20complete new layout of the summary dialogUlf Lamping1-159/+184
2004-05-20simple_list_new(): hide title row, if titles == NULLUlf Lamping1-4/+8
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping3-160/+127
2004-05-20as it's difficult to create a list widget for both supported GTK versions,Ulf Lamping2-2/+95
2004-05-20separate dir functions from the plugin init,Ulf Lamping1-8/+42
2004-05-20call gtk_window_present() only on GTK2 and aboveUlf Lamping1-1/+3
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping5-136/+261
2004-05-20added a depend to ethereal-tap-register.c,Ulf Lamping1-2/+2
2004-05-20update menu check items, if name resolution prefs changedUlf Lamping3-11/+22
2004-05-19workaround for GTK2 bug: bring main window back to front,Ulf Lamping1-1/+11
2004-05-18this is a hack, to workaround a bug in GTK2.x!Ulf Lamping1-3/+13
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping2-17/+35
2004-05-17In rpc programs statistics, change RTT (RoundTripTime) to SRTRonnie Sahlberg1-5/+5
2004-05-16don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping1-1/+25
2004-05-15remove FI_LINK again,Ulf Lamping1-4/+3
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-15/+20
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+77
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping3-19/+57
2004-05-13fixed httpstat_reset, so reloading a capture file won't increase statistic va...Ulf Lamping1-4/+5
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-5/+5
2004-05-09make notebook tabs scrollable, if not all fits into the pane,Ulf Lamping2-3/+10
2004-05-07rename context menu items:Ulf Lamping4-98/+111
2004-05-07replace info field "gboolean request" by "guint8 ptype",Ulf Lamping1-2/+2
2004-05-07removed obsolete commentsUlf Lamping1-3/+1
2004-05-05various context menu related changesUlf Lamping1-187/+203
2004-05-05Note that hiding panes in the paned widgets doesn't do what we want withGuy Harris1-1/+7
2004-05-05Use an enum when initializing "prefs.gui_layout_type".Guy Harris1-2/+2