aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris4-19/+119
2004-01-23Do the font loading code as two larger sections of code, one for GTK+Guy Harris1-43/+42
2004-01-23Include the AddStyleName information in the zoomed font name.Guy Harris1-7/+8
2004-01-23If we call "font_apply()", we don't need to callGuy Harris1-7/+9
2004-01-23If the zoom factor is zero, don't construct a new font name - theGuy Harris1-12/+14
2004-01-23Clean up indentation.Guy Harris1-54/+60
2004-01-23fixed various things in "View" menuUlf Lamping1-20/+20
2004-01-23added a commentUlf Lamping1-1/+3
2004-01-23fix assert, when failed loading zoomed font,Ulf Lamping1-6/+42
2004-01-23Improve some comments.Guy Harris1-6/+12
2004-01-23gtk_font_selection_set_filter doesn't work when run before appendingUlf Lamping1-1/+22
2004-01-23code cleanupUlf Lamping1-2/+1
2004-01-23make some of the new menuitems insensitive,Ulf Lamping1-2/+13
2004-01-23From Lars Roland:Guy Harris1-131/+288
2004-01-22Slight formatting changeJörg Mayer1-43/+43
2004-01-22Fix the RCS ID.Guy Harris1-1/+1
2004-01-22We can't save "child_process" as a HANDLE on UNIX - save it as an "int",Guy Harris1-4/+5
2004-01-22Fix a typo.Guy Harris1-2/+2
2004-01-22Move the list of headers to "Makefile.am" (it's not used byGuy Harris2-52/+50
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping3-31/+155
2004-01-22added new Makefile.common just like in root,Ulf Lamping3-298/+179
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping2-24/+16
2004-01-21this dialog isn't used any longer.Ulf Lamping2-234/+0
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping37-644/+559
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsUlf Lamping3-9/+3
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad2-11/+6
2004-01-21Don't include some xpm's when built with GTK+ 1.2[.x] - the icons theyGuy Harris1-1/+7
2004-01-21Squelch some compiler warnings.Guy Harris1-5/+9
2004-01-21moved remaining display options dialog settings to menuitems,Ulf Lamping1-9/+59
2004-01-21redesign of capture/display filter dialog.Ulf Lamping1-33/+51
2004-01-21use stock buttons whereever possible,Ulf Lamping28-110/+145
2004-01-21don't try to set font size <= 0Ulf Lamping1-3/+3
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -Guy Harris1-3/+3
2004-01-20prevented GTK-warning, as the column index was too highUlf Lamping1-3/+3
2004-01-20commented out refresh_bt, as it's currently unusedUlf Lamping1-2/+2
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping8-85/+507
2004-01-20Get rid of declaration of no-longer-extant routine.Guy Harris1-5/+1
2004-01-20Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].Guy Harris1-1/+2
2004-01-20minor tooltip changesUlf Lamping1-5/+5
2004-01-20code cleanup and added some moreUlf Lamping6-374/+135
2004-01-19DCE RPC statistics are maintained only by major version, not by majorGuy Harris1-11/+22
2004-01-19From Lars Ruoff: temporarily comment out the code for the "refresh" button;Olivier Biot1-3/+16
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris3-15/+12
2004-01-19Make the signatures of "dcerpcstat_reset()", "dcerpcstat_packet()", andGuy Harris1-4/+11
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer1-3/+3
2004-01-19The current year is 2004Jörg Mayer1-2/+2
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping6-124/+147
2004-01-19Include <string.h> to declare "strcasecmp()".Guy Harris1-5/+2
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping15-206/+613
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer2-6/+6