aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toguy1-1/+1
2004-09-04"g_string_sprintfa()" might be deprecated in GLib 2.x, but it's all GLibguy1-6/+6
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas sharpe1-0/+41
2004-07-24Include "colors.h" to define BLACK and WHITE.guy1-0/+1
2004-07-24Get rid of unneeded include of "colors.h".guy1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toguy1-1/+3
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedulfl1-6/+1
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-28/+35
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-6/+1
2004-06-01Eliminate a no-longer-used routine.guy1-8/+1
2004-05-31directly use the file selection dialog instead of using an additional custom ...ulfl1-122/+89
2004-05-26more code cleanup from dialog things:ulfl1-8/+11
2004-05-23use new functions in window API (ui_util.h),ulfl1-16/+9
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reguy1-3/+3
2004-05-18this is a hack, to workaround a bug in GTK2.x!ulfl1-3/+13
2004-05-15remove FI_LINK again,ulfl1-4/+3
2004-05-14add support to link from specially marked fields to related packets,ulfl1-15/+20
2004-05-14add support to link from specially marked fields to related packets,ulfl1-1/+77
2004-05-09make notebook tabs scrollable, if not all fits into the pane,ulfl1-1/+7
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-2/+10
2004-04-28Note that a custom widget might be the right way to speed up theguy1-1/+14
2004-04-23added a progress dialog box, while processing packet details,ulfl1-1/+66
2004-03-20From Tomas Kukosa:guy1-1/+13
2004-02-20bugfix for export selected data: win32 needs O_BINARY flag for open call,ulfl1-4/+12
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedguy1-6/+3
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aguy1-3/+3
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-15/+13
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-14/+26
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,ulfl1-7/+37
2004-01-27Make "{byte,tree}_view_select()" return "gboolean", not "gint", as theyguy1-7/+9
2004-01-27always select the current item under cursor, before showing up theulfl1-2/+49
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-14/+6
2004-01-21use stock buttons whereever possible,ulfl1-5/+5
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-17/+6
2004-01-10using button compatibility macrosulfl1-6/+2
2004-01-07Include string.h to import strerrorjmayer1-1/+3
2004-01-07added some simple_dialogs, if save of raw data fails for some reasonsulfl1-7/+11
2003-12-28removed some MSVC warnings (warning level 2)ulfl1-3/+3
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that wesharpe1-3/+4
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificulfl1-2/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+oabad1-2/+2
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andguy1-8/+6
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -guy1-8/+3
2003-11-30Not all platforms have <unistd.h> - in particular, Windows doesn't.guy1-1/+8
2003-11-30Fix some warnings in proto_draw.csharpe1-1/+2
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andsharpe1-5/+2
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedsharpe1-1/+178
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fastersahlberg1-3/+3