| Commit message (Expand) | Author | Age | Files | Lines |
* | cut text_page related things from help_page.c and | Ulf Lamping | 2004-06-05 | 1 | -151/+14 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -2/+2 |
* | save window position/size/maximized state into recent file | Ulf Lamping | 2004-05-30 | 1 | -2/+2 |
* | next step to save the size and postition of the dialogs (using a hashtable) | Ulf Lamping | 2004-05-23 | 1 | -26/+10 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -7/+4 |
* | Declare "text_page_new()" in a "gtk/text_page.h" header, rather than | Guy Harris | 2004-05-22 | 1 | -1/+2 |
* | code cleanup (e.g. removed unused function parameters), | Ulf Lamping | 2004-05-21 | 1 | -4/+4 |
* | split helper text page function into a generic and a help specific part, | Ulf Lamping | 2004-05-21 | 1 | -9/+25 |
* | various string related changes | Ulf Lamping | 2004-03-13 | 1 | -2/+2 |
* | The Help window should be a separate top-level window, not a dialog | Guy Harris | 2004-02-13 | 1 | -2/+2 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -2/+14 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -4/+4 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | adding a function to the help dialog, showing a specific topic (context help), | Ulf Lamping | 2004-01-25 | 1 | -4/+46 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -8/+6 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -7/+3 |
* | Have a "toc" file in the help directory, which gives a list of help | Guy Harris | 2003-12-22 | 1 | -106/+111 |
* | Patch from Guy: using distributed help text files, | Ulf Lamping | 2003-12-22 | 1 | -76/+77 |
* | using dlg_utils.c functions to catch the ESC key to close the dialog | Ulf Lamping | 2003-11-27 | 1 | -9/+9 |
* | using text files from help dir, to display the help texts. | Ulf Lamping | 2003-11-27 | 1 | -430/+105 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -4/+8 |
* | From Matthijs Melchior: | Guy Harris | 2003-08-25 | 1 | -68/+104 |
* | - fix FAQ display (faq_help[] was not initialised before strcat | Laurent Deniel | 2003-03-03 | 1 | -59/+70 |
* | Remove wip comments | Jörg Mayer | 2003-03-02 | 1 | -4/+1 |
* | Split FAQ into shorter lines before including it into the gtk help dialog. | Jörg Mayer | 2003-03-02 | 1 | -3/+10 |
* | Add the FAQ to the help menu | Jörg Mayer | 2003-01-29 | 1 | -4/+43 |
* | Update my email address in various places since my old one no longer works | Laurent Deniel | 2003-01-26 | 1 | -2/+2 |
* | Update some text in the help dialog. | Gerald Combs | 2002-12-01 | 1 | -5/+5 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -21/+8 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -25/+158 |
* | Put needed include back in (<string.h>, to declare "memset()"). | Guy Harris | 2002-09-06 | 1 | -1/+2 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -4/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -25/+25 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -4/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Have a routine to create a scrolled window, set its vertical scrollbar | Guy Harris | 2002-01-11 | 1 | -12/+5 |
* | Go nuts with the 3D logo. | Gerald Combs | 2001-12-12 | 1 | -1/+3 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -4/+2 |
* | Fix a bug reported by Christopher McAvaney in | Gerald Combs | 2001-05-12 | 1 | -12/+31 |
* | Use "proto_get_first_protocol()" and "proto_get_next_protocol()" to | Guy Harris | 2001-03-06 | 1 | -23/+22 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 1 | -3/+3 |
* | Use the pretty name for the type, not the internal name, in the help | Guy Harris | 2001-02-01 | 1 | -2/+2 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -2/+2 |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 1 | -2/+2 |
* | Small changes in help windows: | Laurent Deniel | 2000-09-09 | 1 | -8/+15 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -5/+49 |
* | Change variable from 'char*' to 'const char*' to avoid compiler warning. | Gilbert Ramirez | 2000-09-07 | 1 | -2/+2 |
* | Fix help display (random character displayed in tab). | Laurent Deniel | 2000-09-05 | 1 | -2/+2 |
* | Add FT_STRINGZ type. NCP dissector is only one that uses it right now. | Gilbert Ramirez | 2000-08-30 | 1 | -70/+3 |