aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-05-27Tag the "has_child" argument to "prefs_tree_page_add()" as unused whenGuy Harris1-2/+7
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping16-46/+40
2004-05-27Get rid of an unused variable.Guy Harris1-3/+2
2004-05-27added a small commentUlf Lamping1-1/+2
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping1-5/+1
2004-05-27a lot of code cleanupUlf Lamping3-316/+185
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping2-4/+2
2004-05-27added some tooltipsUlf Lamping1-6/+8
2004-05-27Don't point to the manpage for the list of authors, it's in the about dialog nowUlf Lamping1-5/+2
2004-05-26Don't compile in "follow_save_as_destroy_cb()" for GTK+ 2.4 and later,Guy Harris1-1/+5
2004-05-26Change C++ style commentsJörg Mayer1-3/+3
2004-05-26Get rid of some declarations of routines that no longer exist.Guy Harris2-12/+4
2004-05-26more code cleanup from dialog things:Ulf Lamping29-919/+552
2004-05-26Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,Guy Harris1-2/+2
2004-05-24dlg_destroy_cb() is staticUlf Lamping1-2/+2
2004-05-24Even with GTK+ 2.x the arguments to "dlg_destroy_cb()" aren't used.Guy Harris1-11/+2
2004-05-24Include <string.h> to declare "strlen()".Guy Harris1-1/+3
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris3-52/+60
2004-05-24"dlg_destroy_cb()" doesn't use its arguments when built with GTK+Guy Harris1-2/+11
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping31-750/+328
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping7-159/+412
2004-05-23add some comments about using WIDGET_SET_SIZE() macroUlf Lamping1-1/+7
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping12-42/+62
2004-05-22GTK+ 1.2[.x] doesn't handle UTF-8 text, so do the "Authors" tab onlyGuy Harris1-1/+10
2004-05-22Include "cvsversion.h" so we report the version correctly for buildsGuy Harris1-1/+3
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanGuy Harris4-11/+35
2004-05-22Don't put a newline at the end of the compiled-with version informationGuy Harris1-3/+3
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