aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-03-25In some dialogs, have *no* auto-default buttons on macOS.Guy Harris2-2/+53
2018-03-24wslua: Fix loggingPeter Wu1-1/+1
2018-03-24OID name resolv: Fix MIB/PIB path presentationsJaap Keuter2-2/+4
2018-03-23Qt: Remove a redundant include.Gerald Combs1-1/+0
2018-03-23Qt: ensure that taps are invoked on reload/rescanPeter Wu1-1/+2
2018-03-21Qt: fix "Follow stream" in Conversations dialogPeter Wu4-16/+16
2018-03-20Note that exit_application() has UI-specific implementations.Guy Harris1-0/+1
2018-03-20Remove redundant declaration of exit_application().Guy Harris1-3/+0
2018-03-20gui_utils(.c): fix no previous prototype for ‘exit_application’ [-Wmissin...Alexis La Goutte1-0/+2
2018-03-18Qt: allow keyboard navigation in Unsaved packets dialogPeter Wu2-0/+4
2018-03-18[Automatic update for 2018-03-18]Gerald Combs7-60/+28
2018-03-18Qt: ensure field is visible on selection from bytes viewPeter Wu4-73/+5
2018-03-17tap-tcp-stream: fix indentation.Dario Lombardo1-17/+22
2018-03-17tap-tcp-stream: replace some g_malloc with g_new.Dario Lombardo1-3/+3
2018-03-17tap-iax2-analysis: fix minor indentation issues.Dario Lombardo1-5/+9
2018-03-17tap-sctp: replace g_malloc with g_new.Dario Lombardo1-15/+15
2018-03-17tap-sctp: remove guint32 unneeded allocations.Dario Lombardo1-9/+6
2018-03-15Qt 4.8 compatibility for escaping HTMLPeter Wu1-4/+4
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs7-12/+32
2018-03-15tap-sctp: remove leak of sack and tsn (found by clang).Dario Lombardo1-1/+8
2018-03-15tap-sctp: remove leak of tmp_info (found by clang).Dario Lombardo1-1/+7
2018-03-15tap-sctp: rework the memory allocations.Dario Lombardo1-121/+35
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs1-2/+0
2018-03-12Qt: Implement MulticastStatisticsDialog::treeItemDataGerald Combs2-0/+12
2018-03-11[Automatic update for 2018-03-11]Gerald Combs7-109/+35
2018-03-10Don't put a comma after the last item in an enum list.Guy Harris1-1/+1
2018-03-09spdx: use consistent formatting for GPL-2.0-or-laterPeter Wu4-4/+4
2018-03-09Plug a leak.Guy Harris1-1/+1
2018-03-09When looking up response codes, just keep the key on the stack.Guy Harris1-10/+10
2018-03-07Qt: remove leak in simple_statistics_dialog (found by clang).Dario Lombardo1-4/+6
2018-03-07Qt: remove leak from protocol_preferences_menu (found by clang).Dario Lombardo1-7/+11
2018-03-07spdx: more licenses converted.Dario Lombardo4-52/+4
2018-03-07Qt: rework routine in module_preferences_scroll_area.Dario Lombardo1-2/+5
2018-03-07Qt: Handle UAT editor dialogs explicitly.Michael Mann6-82/+181
2018-03-07Plug another leak for Wiretap errors.Guy Harris1-8/+10
2018-03-07failure_message.c: fix a memory leak if err is not negativePascal Quantin1-5/+3
2018-03-07NSIS, WiX: Handle the presence or absence of mmdbresolve.Gerald Combs1-9/+7
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs4-134/+77
2018-03-04coloring rules dialogue: remove unused signalMartin Kaiser1-2/+0
2018-03-04[Automatic update for 2018-03-04]Gerald Combs7-36/+21
2018-03-03Move what capture_info_close() does into its only caller.Guy Harris1-2/+5
2018-03-03More indentation cleanups.Guy Harris1-13/+13
2018-03-03Clean up indentation.Guy Harris1-2/+2
2018-03-03Fix a warning message.Guy Harris1-1/+1
2018-03-03Remove declaration of routine that no longer exists.Guy Harris1-3/+0
2018-03-02Remove the endpoint "Map" feature.Gerald Combs5-395/+0
2018-03-02extcap: Make settings dialog modalRoland Knall1-0/+1
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice2-12/+7
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs5-14/+25
2018-02-28Fix StringCchPrintf() calls.Guy Harris1-3/+4