aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-14/+40
2004-01-25add syntax check and an "Add Expression" button to the filter toolbarUlf Lamping1-5/+16
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris1-13/+69
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 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-23fix assert, when failed loading zoomed font,Ulf Lamping1-6/+42
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-8/+3
2004-01-21Squelch some compiler warnings.Guy Harris1-5/+9
2004-01-21don't try to set font size <= 0Ulf Lamping1-3/+3
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-13/+415
2004-01-20minor tooltip changesUlf Lamping1-5/+5
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris1-2/+2
2004-01-19The current year is 2004Jörg Mayer1-2/+2
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-6/+8
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-128/+150
2004-01-18Output the result of -h to stdout, not stderrJörg Mayer1-16/+21
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot1-7/+19
2004-01-18no more differences, wether display filter dialog is called fromUlf Lamping1-1/+2
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-4/+5
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-1/+2
2004-01-10using button compatibility macrosUlf Lamping1-16/+4
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-375/+12
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot1-4/+13
2004-01-08If building without libpcap, exclude some stuff that builds only ifGuy Harris1-4/+7
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-4/+25
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-1/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-5/+5
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping1-3/+3
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-3/+4
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-4/+4
2003-12-13Squelch some compiler warnings.Guy Harris1-6/+6
2003-12-13added "most recently used" lists forUlf Lamping1-1/+186
2003-12-13mention the GPL license in the Help->About dialogUlf Lamping1-6/+11
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs1-2/+2
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-8/+11
2003-12-07Update various set_menu_object_data() calls to reflect recent menuOlivier Abad1-15/+16
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-10/+10
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-1/+14
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-2/+2
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping1-1/+6
2003-11-27Show the -z flag in the usage message.Guy Harris1-3/+5
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-10/+10
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs1-1/+8
2003-11-02The recent link-layer type additions broke "-r". Make it work again.Gerald Combs1-2/+2
2003-11-01Return FALSE from the configure event handler, so that anybody elseGuy Harris1-2/+2
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-44/+126
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orGuy Harris1-6/+2
2003-10-16- use stock icons in the toolbar when using GTK2Olivier Abad1-1/+2