aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-04Use "main_widgets_show_or_hide()" to control the visibility of all theGuy Harris2-51/+77
2004-05-04If all we're doing is changing the visibility of a pane, we don't haveGuy Harris3-28/+54
2004-05-04Display "main_second_pane" if, and only if, both widgets in it areGuy Harris1-1/+7
2004-05-04Put the coloring rules back under View.Guy Harris1-3/+4
2004-05-03The GNOME HIG calls the View menu item for the status bar "Statusbar",Guy Harris1-3/+3
2004-05-03Move "Coloring Rules" from "View" to "Edit" - you're editing the set ofGuy Harris1-26/+24
2004-05-03add name resolution to both endpoint and conversation listsUlf Lamping4-22/+245
2004-05-02build a endpoints (aka hostlist) dialog,Ulf Lamping11-53/+241
2004-05-02slightly changed to prevent naming conflict with hostlist_table.cUlf Lamping1-5/+5
2004-05-02build a conversation (aka endpoint_talkers) dialog,Ulf Lamping11-50/+237
2004-05-02after retapping, immediately redraw table to avoidUlf Lamping1-1/+3
2004-05-02move function xpm_to_widget() from layout_prefs to ui_util,Ulf Lamping3-28/+30
2004-05-01The display filter engine can return an error message that is not safeOlivier Biot1-1/+20
2004-05-01bugfix: remove all elements on "tree reset", don't keep the first entry in th...Ulf Lamping2-4/+4
2004-05-01GTK2: expand all tree elements when opening dialogUlf Lamping1-1/+2