| Commit message (Expand) | Author | Age | Files | Lines |
* | add a new DCE/RPC related column, which contains the call_id for connection o... | Ulf Lamping | 2005-06-30 | 1 | -2/+5 |
* | fix #220: the automatic display of the vertical scrollbar at the packet list ... | Ulf Lamping | 2005-06-04 | 1 | -0/+8 |
* | fix bugzilla #16: make columns resizeable again after doing "Resize Columns" | Ulf Lamping | 2005-04-14 | 1 | -1/+5 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -5/+5 |
* | Mark unused arguments as such. | Guy Harris | 2005-01-29 | 1 | -1/+1 |
* | Add a new menu item "View/Resize Columns" to, well, resize columns. As this m... | Ulf Lamping | 2005-01-29 | 1 | -2/+74 |
* | Add a missing case. | Guy Harris | 2005-01-13 | 1 | -0/+1 |
* | Throw in a cast to squelch an (unavoidable, and probably harmless - | Guy Harris | 2005-01-01 | 1 | -1/+1 |
* | Make the "col_data" field in a "column_info" structure a pointer to an | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | first implementation of the packet history function | Ulf Lamping | 2004-11-01 | 1 | -0/+4 |
* | Move the column preferences stuff to epan (the rest of the preferences | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | As suggested by Guy: Have mark_frame() do nothing if the frame has | Gerald Combs | 2004-08-19 | 1 | -1/+0 |
* | Move the color-filter related stuff out of "color.h" into | Guy Harris | 2004-07-24 | 1 | -0/+1 |
* | Have "gtk/color_utils.c" contain routines with toolkit-independent APIs, | Guy Harris | 2004-07-24 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -8/+5 |
* | alyways use SIGNAL_EMIT_BY_NAME with one user parameter, | Ulf Lamping | 2004-06-05 | 1 | -2/+2 |
* | From Lars Roland: Move timestamp_type into libethereal and provide accessor | Olivier Biot | 2004-03-18 | 1 | -2/+3 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -3/+7 |
* | added some more info to the statusbar (filesize, packet count, ..), | Ulf Lamping | 2004-02-03 | 1 | -1/+17 |
* | If comparing any field other than the frame number, if both field values | Guy Harris | 2004-01-31 | 1 | -42/+38 |
* | Fix the spelling of "cumulative" (and variables whose names derive from | Guy Harris | 2004-01-31 | 1 | -4/+3 |
* | Fix a comment. | Guy Harris | 2004-01-28 | 1 | -3/+2 |
* | Clean up the comparison code a bit. | Guy Harris | 2004-01-28 | 1 | -129/+89 |
* | For columns whose data comes from the frame_data structure for a packet, | Guy Harris | 2004-01-28 | 1 | -9/+130 |
* | move timestamp format options from "View->Options" dialog into | Ulf Lamping | 2004-01-19 | 1 | -3/+3 |
* | added some menuitems "View->Show" including show/hide of all main widgets, | Ulf Lamping | 2004-01-19 | 1 | -6/+5 |
* | Include <string.h> to declare "strcmp()". | Guy Harris | 2004-01-09 | 1 | -1/+2 |
* | Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it | Guy Harris | 2004-01-09 | 1 | -20/+464 |
* | Don't automatically size the columns - that's expensive in large | Guy Harris | 2003-12-09 | 1 | -21/+2 |
* | From Jeff Morriss: avoid at least some N^2 behavior when changing the | Guy Harris | 2003-12-06 | 1 | -1/+8 |
* | In gtk2 code : | Olivier Abad | 2002-11-15 | 1 | -5/+9 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -2/+3 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -1/+6 |
* | Change to color filters : | Olivier Abad | 2002-09-23 | 1 | -4/+16 |
* | Removed all gtk calls in file.c : | Olivier Abad | 2002-09-21 | 1 | -0/+153 |