aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include string.h to import strerrorJörg Mayer2004-01-071-1/+3
* added some simple_dialogs, if save of raw data fails for some reasonsUlf Lamping2004-01-071-7/+11
* removed some MSVC warnings (warning level 2)Ulf Lamping2003-12-281-3/+3
* A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe2003-12-181-3/+4
* removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping2003-12-171-2/+2
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-2/+2
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-8/+6
* "select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris2003-12-011-8/+3
* Not all platforms have <unistd.h> - in particular, Windows doesn't.Guy Harris2003-11-301-1/+8
* Fix some warnings in proto_draw.cRichard Sharpe2003-11-301-1/+2
* Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe2003-11-301-5/+2
* Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe2003-11-291-1/+178
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-251-3/+3
* From Olivier Abad: Insert the GTK+ 2.2.4Guy Harris2003-11-031-7/+52
* Use gtk_tree_view_expand_to_path() in gtk2 code to expand a node, as itOlivier Abad2003-10-171-2/+2
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-2/+2
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-68/+32
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-294/+746
* Removed all gtk calls in file.c :Olivier Abad2002-09-211-1/+13