remove MSVC compiler warning (required a type cast)
[obnox/wireshark/wip.git] / gtk / proto_draw.c
2004-07-24 guyInclude "colors.h" to define BLACK and WHITE.
2004-07-24 guyGet rid of unneeded include of "colors.h".
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-09 guyIn the GTK+ code, move the redefinition of "isprint...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulfldefine of O_BINARY not needed, if fcntl.h is included
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-06-01 guyEliminate a no-longer-used routine.
2004-05-31 ulfldirectly use the file selection dialog instead of using...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-21 guyTag unused parameters with _U_ to squelch GCC compiler...
2004-05-18 ulflthis is a hack, to workaround a bug in GTK2.x!
2004-05-15 ulflremove FI_LINK again,
2004-05-14 ulfladd support to link from specially marked fields to...
2004-05-14 ulfladd support to link from specially marked fields to...
2004-05-09 ulflmake notebook tabs scrollable, if not all fits into...
2004-05-01 ulfladd PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
2004-04-28 guyNote that a custom widget might be the right way to...
2004-04-23 ulfladded a progress dialog box, while processing packet...
2004-03-20 guyFrom Tomas Kukosa:
2004-02-20 ulflbugfix for export selected data: win32 needs O_BINARY...
2004-02-11 guyAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 guyAdd an "open_failure_alert_box()" routine to pop up...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-27 ulfl"Export Selected Packet Bytes" -> change all appearance...
2004-01-27 guyMake "{byte,tree}_view_select()" return "gboolean"...
2004-01-27 ulflalways select the current item under cursor, before...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-19 ulfladded some menuitems "View->Show" including show/hide...
2004-01-10 ulflusing button compatibility macros
2004-01-07 jmayerInclude string.h to import strerror
2004-01-07 ulfladded some simple_dialogs, if save of raw data fails...
2003-12-28 ulflremoved some MSVC warnings (warning level 2)
2003-12-18 sharpeA small patch from Kai Krueger <kai@kruegernetz.de...
2003-12-17 ulflremoved some more MSVC warnings (type casting), GTK2...
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-12-04 guyDon't use GNodes for the protocol tree, put the sibling...
2003-12-01 guy"select_file_cb()" only needs a title, not a "construct...
2003-11-30 guyNot all platforms have <unistd.h> - in particular,...
2003-11-30 sharpeFix some warnings in proto_draw.c
2003-11-30 sharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-11-29 sharpeAdd an entry in the byte_view pane that allows the...
2003-11-25 sahlbergremove another slow GMemChunk from ethereal making...
2003-11-03 guyFrom Olivier Abad: Insert the GTK+ 2.2.4
2003-10-17 oabadUse gtk_tree_view_expand_to_path() in gtk2 code to...
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-21 oabadRemoved all gtk calls in file.c :
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyFrom Joerg Mayer:
2002-06-24 guyAs we've done with the hex dump output for printing...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-04-23 guyUse the value of "bv_size" as the size of a byte view...
2002-04-08 guy"expand_tree()" and "collapse_tree()" can be called...
2002-04-01 guyStart assigning ett_ values at 0, rather than 1; get...
2002-03-31 guyGet rid of unused arguments.
2002-03-05 guyFrom Joerg Mayer: remove unused variables.
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-11-20 guyHave a routine to add all the hex dump tabs to the...
2001-11-20 guyIf bytes in a hex dump view are selected, the field...
2001-11-20 guyAllow the tvbuff pointer to various "proto_tree_add...
2001-08-31 guyFrom Frank Singleton: add some missing includes of...
2001-07-20 guyGet rid of some unused variables.
2001-07-09 guySupport for {Enter,Return} keys toggling expansion...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-05-27 guyGive protocol tree windows a horizontal scrollbar ...
2001-04-10 gramCheck in isprint() hack for Win32 so that Ethereal...
2001-03-24 guyGet rid of extra definition of "byte_nb_ptr"; it's...
2001-03-23 guyPut back some of Gilbert's changes lost by recent checkins.
2001-03-23 jfosterFix last minute edit mistake in add_byte_tab.
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-07 gramIn the code that handles finding a field after a user...
2001-03-02 gramCalculate the height and width of m_r_font globally...
2001-02-01 gramAlways show the scrollbar in the tree view panel, so...
2001-01-11 gramGet rid of the magic "+4" and properly calculate the...
2001-01-02 guyAdd a dialog box for constructing expressions that...
2000-11-22 gramChange Ethereal homepage URL from etheral.zing.org...
2000-10-20 gramRemove #include "gtk/colors.h" from file.h, which keep...
2000-09-09 guy"redraw_hex_dump()" can't use "cfile.pd" or "cfile...
2000-09-08 guyRedraw:
2000-09-08 guyGraham Bloice's patch to support inverse video rather...
2000-08-21 guyInstead of each set of built-in preferences having...
2000-04-27 guyUse "isprint()", rather than "isgraph()" followed by...
2000-04-27 gramPrint spaces as spaces (instead of '.') in the hex...
2000-03-02 guyUse GtkScrolledWindows to add scrollbars to the hex...
2000-02-29 guyJeff Foster's changes, with my additions, to allow...
2000-01-25 geraldTry to work around the undraw_cursor() bug in GTK+...
1999-12-29 gramChanged the protocol tree widget from a GtkTree to...
next