aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-01From Richard Urwin: ensure that the initial colour is appropriate in allOlivier Biot2-5/+7
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping1-2/+10
2004-04-30GCC warning removed. (ANSI C says it's "implementation-defined" whatGuy Harris1-3/+4
2004-04-30removed warnings of GTK1 compilationUlf Lamping1-2/+2
2004-04-30MVSC warning removedUlf Lamping1-2/+2
2004-04-30The layout types and pane types don't depend on GTK+, so move theirGuy Harris2-21/+3
2004-04-30Squelch some compiler warnings.Guy Harris2-44/+45
2004-04-29added selection of different main window pane layouts,Ulf Lamping6-53/+600
2004-04-29fixed a typoUlf Lamping1-2/+2
2004-04-28Note that a custom widget might be the right way to speed up theGuy Harris1-1/+14
2004-04-28Change the punctuation in one tooltip (I think "select the desired one"Guy Harris1-2/+17
2004-04-28Minor wording changes in tooltips.Gilbert Ramirez1-7/+7
2004-04-28added tooltips for various input fieldsUlf Lamping1-1/+73
2004-04-27Freely adjustable status line separations.Ulf Lamping3-31/+56
2004-04-25save the position of the main window panes in the recent file,Ulf Lamping3-3/+29
2004-04-25removed some labelsUlf Lamping1-26/+6
2004-04-25changed the export dialog menu item names (added some descriptions)Ulf Lamping1-4/+4
2004-04-25Squelch a compiler warning.Guy Harris1-2/+3
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping3-86/+335
2004-04-25put all required data into the print_args,Ulf Lamping1-25/+21
2004-04-25changed the print dialog, so it will keep the user settings after reopening t...Ulf Lamping2-123/+108
2004-04-24some code cleanup of the printing systemUlf Lamping1-15/+23
2004-04-23added a progress dialog box, while processing packet details,Ulf Lamping1-1/+66
2004-04-23Mark some parameters as unused (the GTK+ signal calling sequenceGuy Harris1-3/+3
2004-04-23Get rid of static forward declaration of "toggle_captured_cb()", as it'sGuy Harris1-2/+1
2004-04-23Add gsm_map_stat.h and mtp3_stat.h to the distribution.Gerald Combs1-1/+3
2004-04-22oops, forgotten to test with GTK1...Ulf Lamping2-4/+12