aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-05-19expert_comp: Fix some memory leaks (several non-trivial);wmeier1-22/+42
2009-05-18prefs_column: fix a small memory leak.wmeier1-2/+1
2009-05-18Use g_strdup_printf() instead of g_snprintf() with a fixed buffer.stig1-11/+9
2009-05-18Fix a small memory leak.stig1-0/+2
2009-05-18pixmap_save: fix a small memory leak.wmeier1-8/+6
2009-05-18mtp3_summary: fix a small memory leak.wmeier1-3/+4
2009-05-18prefs_capture: Interface Options Edit dialog: code cleanup;wmeier1-286/+288
2009-05-18Don't skipp the first entry.etxrab1-18/+20
2009-05-17From Roland Illig via bug 1764:gerald1-3/+4
2009-05-14Extend error reporting from PortAudio library.jake1-0/+69
2009-05-13Remove airpcap_get_all_channels_list, it isn't usedjmayer2-54/+0
2009-05-13Forgot to convert the types in these files as well.jmayer2-19/+19
2009-05-13() -> (void)jmayer1-2/+2
2009-05-13Don't check if unsigned values are > 0.stig3-13/+9
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.gerald8-831/+553
2009-05-13Do not prototype static functions in the header file.stig2-113/+38
2009-05-13Make it compile without warnings on OSX.stig1-2/+2
2009-05-13Fixed some compiler warnings on OSX.stig1-9/+5
2009-05-13Removed some unused variables.stig1-7/+3
2009-05-13Initialize some uninitialized variables.stig1-3/+3
2009-05-13Removed an unused variable.stig1-3/+0
2009-05-13ULONG -> guint32jmayer1-1/+1
2009-05-11#if 0 out an unused function declaration. Make itjmayer2-2/+5
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKkukosa1-1/+6
2009-05-08Clist -> list_storeetxrab1-160/+338
2009-05-08Warningfix:jmayer9-9/+9
2009-05-07Restore original spacing in several constant strings wmeier1-4/+4
2009-05-07Change some usage of tabs within string constants to spaces.wmeier1-4/+4
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.wmeier1-1/+0
2009-05-06Analyze!EnabledProtocols: Remove unnecessary line of code added in the previo...wmeier1-1/+0
2009-05-06Analyze!Enabled Protocols: For OK/Apply/Cancel: Cancel reverts to "Last Saved...wmeier1-10/+24
2009-05-05Get rid of deprecated functions by removingetxrab1-37/+0
2009-05-05Get rid of deprecated functions:etxrab1-1/+1
2009-05-05prefs_dlg: Cancel always reverts to "Last Saved" [Part 1]wmeier1-0/+57
2009-05-05The reason why the expert_item value is null when performing a retap isguy1-15/+17
2009-05-04From Didier Gautheron (bug 3126):stig8-18/+28
2009-05-04prefs_column: Rework & cleanup Column Preferences dialog codewmeier2-157/+260
2009-05-04Fix some spelling, reword some comments & etc.wmeier1-20/+20
2009-05-03prefs_dlg: Fix an inadvertant character deletion in last commit;wmeier1-1/+1
2009-05-03prefs_dlg: use consistent indentationwmeier1-299/+312
2009-05-01Use consistent indentationwmeier1-310/+325
2009-04-29Add the ability to push and pop messages in to and out of the welcomegerald3-25/+84
2009-04-28find_dlg: handler_id returned from g_signal_connect is gulong (not int)wmeier1-2/+2
2009-04-27follow_stream: Oops: revert making functions static.wmeier1-16/+16
2009-04-27follow_stream: Don't load follow text twice when initially building the window;wmeier1-18/+19
2009-04-24From Artem Tamazov (bug 3436):stig1-2/+2
2009-04-22More float-constant-not-double-constant fixes.guy1-1/+1
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.gerald1-1/+14
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy38-98/+98
2009-04-21Also show number of RAR bodies/entries in stats.martinm1-0/+11