plugins: Be more descriptive in "about wireshark"->"folders"
[metze/wireshark/wip.git] / ui / gtk / about_dlg.c
2017-09-20 João Valverdeplugins: Be more descriptive in "about wireshark"-...
2017-09-20 João ValverdeRename get_plugin_dir() for consistency
2017-09-11 João Valverdewsutil: Initialize and store plugin personal dir
2017-02-07 Gerald CombsAdjust startup count for extcap.
2017-01-05 Guy HarrisFix comment.
2017-01-05 Guy HarrisRemove RA_CONFIGURATION.
2017-01-04 Guy HarrisInclude extcap binaries in the count of things to point...
2017-01-04 AndersBromanAdd a startup message for Initializing extcap.
2016-06-26 Gerald CombsAdd an RA_INTERFACES register action.
2016-06-19 Michael MannRefactor command-line handling of GUI options.
2016-04-21 João ValverdeLink version code statically again
2016-02-25 João ValverdeAdd GResource message to configure script
2016-02-18 Guy HarrisDon't add the wiretap directory to the list of include...
2015-11-12 João Valverde[GTK] Replace deprecated gdk_pixbuf_new_from_inline()
2015-02-15 Bill Meierui/gtk/*.c: Add editor modelines; As needed: Fix indent...
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-10-31 Stig BjørlykkeRemove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.
2014-08-21 Jeff MorrissFix compilation when we don't HAVE_LIBSMI or HAVE_GEOIP.
2014-08-21 Roland KnallExtcap Capture Interface
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-06-16 Jeff MorrissMore Python-bindings removal.
2014-03-11 Balint ReczeyMigrate GTK icon handling to GTK 3.10 API
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisWe just use g_get_tmp_dir() to get the temporary file...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-08-13 Stig BjørlykkeShow the Lua plugin being loaded in the splash screen.
2013-07-01 Bill Meier Define certain 'const char *...' arrays as static.
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-27 Gerald CombsAdd the new splash image. Designed by Elliott Aldrich...
2013-03-21 Bill MeierFrom beroset:
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders BromanMove summary related stuff to summary_dlg
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-20 Jakub Zawadzkigtk_container_add() -> gtk_box_pack_start() [bug #7377]
2012-07-20 Jakub ZawadzkiFor all recent changes (r43820...r43829) from gtk_conta...
2012-07-19 Anders BromanShoul be gtk_box_pack_start(GTK_BOX (vbox), message_typ...
2012-07-19 Anders Bromangtk_container_add() -> gtk_box_pack_start().
2012-06-25 Anders BromanFrom Tony Trinh:
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-02 Anders BromanIntroduce utility function to ease GTK3 depcrecated...
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-15 Jörg MayerMore .. -> ../.. changes after gtk/ move
2012-01-15 Jörg MayerMove gtk to ui/gtk.