aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
Commit message (Expand)AuthorAgeFilesLines
* I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping2005-09-111-15/+51
* The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping2005-08-211-0/+39
* - Declare some functions staticJörg Mayer2005-08-201-3/+3
* - Include ../ui_util.h into files that implement functions declard inJörg Mayer2005-08-201-0/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* removed tons of MSVC const related warnings.Ulf Lamping2005-08-101-3/+3
* "g_locale_to_utf8()" returns a "gchar *", and the string it returns isGuy Harris2005-08-091-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping2005-05-181-0/+2
* removed various gcc warningsUlf Lamping2005-04-301-1/+1
* add keyboard expand/collapse in the tree view (with Left/Right keys) with GTK2Ulf Lamping2005-04-191-0/+59
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-2/+2
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris2004-09-101-1/+1
* "g_string_sprintfa()" might be deprecated in GLib 2.x, but it's all GLibGuy Harris2004-09-041-6/+6
* Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe2004-09-021-0/+41
* Include "colors.h" to define BLACK and WHITE.Guy Harris2004-07-241-0/+1
* Get rid of unneeded include of "colors.h".Guy Harris2004-07-241-1/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* In the GTK+ code, move the redefinition of "isprint()" toGuy Harris2004-07-091-1/+3
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-28/+35
* add details for doxygen, various code cleanups as a result of thisUlf Lamping2004-06-011-6/+1
* Eliminate a no-longer-used routine.Guy Harris2004-06-011-8/+1
* directly use the file selection dialog instead of using an additional custom ...Ulf Lamping2004-05-311-122/+89
* more code cleanup from dialog things:Ulf Lamping2004-05-261-8/+11
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-16/+9
* Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris2004-05-211-3/+3
* this is a hack, to workaround a bug in GTK2.x!Ulf Lamping2004-05-181-3/+13
* remove FI_LINK again,Ulf Lamping2004-05-151-4/+3
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-15/+20
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-1/+77
* make notebook tabs scrollable, if not all fits into the pane,Ulf Lamping2004-05-091-1/+7
* add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2004-05-011-2/+10
* Note that a custom widget might be the right way to speed up theGuy Harris2004-04-281-1/+14
* added a progress dialog box, while processing packet details,Ulf Lamping2004-04-231-1/+66
* From Tomas Kukosa:Guy Harris2004-03-201-1/+13
* bugfix for export selected data: win32 needs O_BINARY flag for open call,Ulf Lamping2004-02-201-4/+12
* Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris2004-02-111-6/+3
* Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris2004-02-111-3/+3
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-15/+13
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-14/+26
* "Export Selected Packet Bytes" -> change all appearances to this text,Ulf Lamping2004-01-271-7/+37
* Make "{byte,tree}_view_select()" return "gboolean", not "gint", as theyGuy Harris2004-01-271-7/+9
* always select the current item under cursor, before showing up theUlf Lamping2004-01-271-2/+49
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-14/+6
* use stock buttons whereever possible,Ulf Lamping2004-01-211-5/+5
* added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping2004-01-191-17/+6
* using button compatibility macrosUlf Lamping2004-01-101-6/+2