aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Warningfix:Jörg Mayer1-1/+1
2009-04-29Add the ability to push and pop messages in to and out of the welcomeGerald Combs1-24/+65
2009-04-22More float-constant-not-double-constant fixes.Guy Harris1-1/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-7/+7
2009-04-09gtk_widget_ref() -> g_object_ref()Anders Broman1-12/+12
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-4/+4
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-0/+1
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris1-13/+16
2009-01-30Windows only: for some typical capture interface names (with a "built in" heu...Ulf Lamping1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-11-03Always show version in black.Stig Bjørlykke1-1/+1
2008-10-15If we click on an interface in the welcome screen, correctly enable/disableGerald Combs1-0/+11
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-23/+14
2008-10-07Fix printing of version in welcome page.Stig Bjørlykke1-1/+1
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-7/+7
2008-09-02Fix typo in #define.Guy Harris1-4/+4
2008-09-02Make it easy to put the version on the Welcom page if wanted.Anders Broman1-2/+21
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs1-1/+1
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-10/+11
2008-06-18Encase another variable used only if we support capture in #ifdefGuy Harris1-0/+2
2008-06-18Put a variable inside a ifdef HAVE_LIBPCAPStig Bjørlykke1-0/+2
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke1-30/+52
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-14Force foreground when background is forced on welcome page.Stig Bjørlykke1-12/+25
2008-04-19I'v fixed the bug reported by Stig that no items appear and also ..Ulf Lamping1-8/+11
2008-04-19add a way to place the capture interfaces and recent files list into a scroll...Ulf Lamping1-15/+126
2008-04-18Display the interface comment if defined.Stig Bjørlykke1-5/+17
2008-04-18Change an assignment-in-an-if to a comparison.Jeff Morriss1-1/+1
2008-04-17Minor banner tweaks.Gerald Combs1-8/+13
2008-04-17as the welcome page seems generally accepted, remove #ifdef SHOW_WELCOME_PAGE...Ulf Lamping1-33/+0
2008-04-17Infos --> InformationBill Meier1-1/+1
2008-04-17set_sensitive(FALSE) for recent files that are currently not availableUlf Lamping1-3/+8
2008-04-17cut filenames in the middle (not just at the start) and add tooltips for itUlf Lamping1-3/+7
2008-04-17add tooltips for the welcome page buttonsUlf Lamping1-2/+18
2008-04-17A GtkImage doesn't take any input, so it doesn't support the "clicked"Guy Harris1-3/+1
2008-04-17Put a space between the number of bytes (for a file < 1024 bytes) andGuy Harris1-7/+6
2008-04-17Oh, what the heck, go for it - do the size calculations in 64 bits, justGuy Harris1-3/+3
2008-04-17Mark a paramter as unusedStephen Fisher1-1/+1
2008-04-17try to fix the buildbotUlf Lamping1-3/+3
2008-04-17enable welcome pageUlf Lamping1-82/+60
2008-04-16add #include <sys/types.h>Ulf Lamping1-0/+5
2008-04-15further work on the yet to come welcome page ...Ulf Lamping1-148/+127
2008-04-15further improve the welcome page, still incomplete so still "commented out"Ulf Lamping1-166/+396
2008-04-13sort #includes by directoriesUlf Lamping1-3/+3
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-4/+4
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-3/+3