| Commit message (Expand) | Author | Age | Files | Lines |
* | In the GTK+ code, move the redefinition of "isprint()" to | Guy Harris | 2004-07-09 | 1 | -1/+3 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -6/+1 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -28/+35 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -6/+1 |
* | Eliminate a no-longer-used routine. | Guy Harris | 2004-06-01 | 1 | -8/+1 |
* | directly use the file selection dialog instead of using an additional custom ... | Ulf Lamping | 2004-05-31 | 1 | -122/+89 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -8/+11 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -16/+9 |
* | Tag unused parameters with _U_ to squelch GCC compiler warnings (they're | Guy Harris | 2004-05-21 | 1 | -3/+3 |
* | this is a hack, to workaround a bug in GTK2.x! | Ulf Lamping | 2004-05-18 | 1 | -3/+13 |
* | remove FI_LINK again, | Ulf Lamping | 2004-05-15 | 1 | -4/+3 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -15/+20 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -1/+77 |
* | make notebook tabs scrollable, if not all fits into the pane, | Ulf Lamping | 2004-05-09 | 1 | -1/+7 |
* | add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(), | Ulf Lamping | 2004-05-01 | 1 | -2/+10 |
* | Note that a custom widget might be the right way to speed up the | Guy Harris | 2004-04-28 | 1 | -1/+14 |
* | added a progress dialog box, while processing packet details, | Ulf Lamping | 2004-04-23 | 1 | -1/+66 |
* | From Tomas Kukosa: | Guy Harris | 2004-03-20 | 1 | -1/+13 |
* | bugfix for export selected data: win32 needs O_BINARY flag for open call, | Ulf Lamping | 2004-02-20 | 1 | -4/+12 |
* | Add "write_failure_alert_box()" to put up an alert box for a failed | Guy Harris | 2004-02-11 | 1 | -6/+3 |
* | Add an "open_failure_alert_box()" routine to pop up an alert box for a | Guy Harris | 2004-02-11 | 1 | -3/+3 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -15/+13 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -14/+26 |
* | "Export Selected Packet Bytes" -> change all appearances to this text, | Ulf Lamping | 2004-01-27 | 1 | -7/+37 |
* | Make "{byte,tree}_view_select()" return "gboolean", not "gint", as they | Guy Harris | 2004-01-27 | 1 | -7/+9 |
* | always select the current item under cursor, before showing up the | Ulf Lamping | 2004-01-27 | 1 | -2/+49 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -14/+6 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -5/+5 |
* | added some menuitems "View->Show" including show/hide of all main widgets, | Ulf Lamping | 2004-01-19 | 1 | -17/+6 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -6/+2 |
* | Include string.h to import strerror | Jörg Mayer | 2004-01-07 | 1 | -1/+3 |
* | added some simple_dialogs, if save of raw data fails for some reasons | Ulf Lamping | 2004-01-07 | 1 | -7/+11 |
* | removed some MSVC warnings (warning level 2) | Ulf Lamping | 2003-12-28 | 1 | -3/+3 |
* | A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that we | Richard Sharpe | 2003-12-18 | 1 | -3/+4 |
* | removed some more MSVC warnings (type casting), GTK2 specific | Ulf Lamping | 2003-12-17 | 1 | -2/+2 |
* | Use gtk compatibility macros (from compat_macros.h) instead of some gtk+ | Olivier Abad | 2003-12-16 | 1 | -2/+2 |
* | Don't use GNodes for the protocol tree, put the sibling pointer, and | Guy Harris | 2003-12-04 | 1 | -8/+6 |
* | "select_file_cb()" only needs a title, not a "construct_args_t" - | Guy Harris | 2003-12-01 | 1 | -8/+3 |
* | Not all platforms have <unistd.h> - in particular, Windows doesn't. | Guy Harris | 2003-11-30 | 1 | -1/+8 |
* | Fix some warnings in proto_draw.c | Richard Sharpe | 2003-11-30 | 1 | -1/+2 |
* | Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c and | Richard Sharpe | 2003-11-30 | 1 | -5/+2 |
* | Add an entry in the byte_view pane that allows the user to save the highlighted | Richard Sharpe | 2003-11-29 | 1 | -1/+178 |
* | remove another slow GMemChunk from ethereal making ethereal a little bit faster | Ronnie Sahlberg | 2003-11-25 | 1 | -3/+3 |
* | From Olivier Abad: Insert the GTK+ 2.2.4 | Guy Harris | 2003-11-03 | 1 | -7/+52 |
* | Use gtk_tree_view_expand_to_path() in gtk2 code to expand a node, as it | Olivier Abad | 2003-10-17 | 1 | -2/+2 |
* | Make "finfo_selected" a member of a "capture_file" structure rather than | Guy Harris | 2003-09-24 | 1 | -2/+2 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -68/+32 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -294/+746 |
* | Removed all gtk calls in file.c : | Olivier Abad | 2002-09-21 | 1 | -1/+13 |