aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-20/+30
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-0/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-13/+5
2005-10-27Fix uninitialized variable errors.Guy Harris1-0/+2
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-7/+11
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-15/+51
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-0/+39
2005-08-20- Declare some functions staticJörg Mayer1-3/+3
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-09"g_locale_to_utf8()" returns a "gchar *", and the string it returns isGuy Harris1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping1-0/+2
2005-04-30removed various gcc warningsUlf Lamping1-1/+1
2005-04-19add keyboard expand/collapse in the tree view (with Left/Right keys) with GTK2Ulf Lamping1-0/+59
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris1-1/+1
2004-09-04"g_string_sprintfa()" might be deprecated in GLib 2.x, but it's all GLibGuy Harris1-6/+6
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe1-0/+41
2004-07-24Include "colors.h" to define BLACK and WHITE.Guy Harris1-0/+1
2004-07-24Get rid of unneeded include of "colors.h".Guy Harris1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toGuy Harris1-1/+3
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-6/+1
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-28/+35
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-6/+1
2004-06-01Eliminate a no-longer-used routine.Guy Harris1-8/+1
2004-05-31directly use the file selection dialog instead of using an additional custom ...Ulf Lamping1-122/+89
2004-05-26more code cleanup from dialog things:Ulf Lamping1-8/+11
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-16/+9
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris1-3/+3
2004-05-18this is a hack, to workaround a bug in GTK2.x!Ulf Lamping1-3/+13
2004-05-15remove FI_LINK again,Ulf Lamping1-4/+3
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-15/+20
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+77
2004-05-09make notebook tabs scrollable, if not all fits into the pane,Ulf Lamping1-1/+7
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping1-2/+10
2004-04-28Note that a custom widget might be the right way to speed up theGuy Harris1-1/+14
2004-04-23added a progress dialog box, while processing packet details,Ulf Lamping1-1/+66
2004-03-20From Tomas Kukosa:Guy Harris1-1/+13
2004-02-20bugfix for export selected data: win32 needs O_BINARY flag for open call,Ulf Lamping1-4/+12
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-6/+3
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-3/+3
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-15/+13
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-14/+26