Move a comment next to the only item to which it now refers.
[obnox/wireshark/wip.git] / gtk /
2010-10-08 guyMove a comment next to the only item to which it now...
2010-10-08 guyClean up white space.
2010-10-08 guyMove menu_items[] inside the #ifdef MAIN_MENU_USE_UIMAN...
2010-10-08 guyUse #error to cause the build to fail for un-implemente...
2010-10-07 etxrabReinsert #ifdef's removed by mistake.
2010-10-07 etxrabRemove #ifdef'ed code for MENUS_USE_UIMANAGER.
2010-10-07 martinmAdd more CRC failure codes.
2010-10-06 etxrabFrom Alexander Koeppe:
2010-10-05 morrissAdd (a copy of) glib's g_strv_length() if we have glib...
2010-10-05 stigSplit some texts on the welcome page to make "Interface...
2010-10-04 stigFrom Jose Pico via bug 5272:
2010-10-04 etxrab(GUIManager)set time display format(makes file load...
2010-10-04 stigExplain BPF in the tooltips for "Compile BPF".
2010-10-04 etxrab(GUIManager)set_menu_sensitivity_old not used when...
2010-10-04 stigAdded some defines to make it compile with MAIN_MENU_US...
2010-10-04 etxrabMark unused parameters as unused.
2010-10-03 sakeAdd a cast to make the OSX-PPC buildbot happy.
2010-10-03 etxrab[GTKUImanagerFix a typo and a callback.
2010-10-03 etxrab[GTKUImanager]Fix Help callbacks.
2010-10-03 stigAdded a missing separator.
2010-10-03 stigUse UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.
2010-10-03 stigUse correct text for "Not Selected".
2010-10-03 stigAdd the missing "... or not Selected".
2010-10-03 stigUse correct text for "Not Selected".
2010-10-03 sakeRetry of SVN 34338, now tested on my WinXP dev VM:
2010-10-02 sakeReverting SVN 34338, looks like libpcap and winpcap...
2010-10-02 sakeUse pcap_open_dead instead of pcap_create for the compi...
2010-10-02 stigEnsure we always show the selected frame when changing...
2010-10-02 wmeierFix a compilation error
2010-10-02 sakeMake capture filter syntax checking independent of...
2010-10-02 sakeCheck for HAVE_PCAP_CREATE in a few more spots to fix...
2010-10-02 sakeAdd syntax checking to the capture filter text entry...
2010-10-02 sakeWhen a user selected a non-default DLT for the interfac...
2010-10-02 sakepcap_activate needs to be called to set the DLT of...
2010-10-01 sakeAdd navigation to previous/next packets in the conversa...
2010-10-01 etxrab[GTKUImanager]Fix faulty paths.
2010-10-01 stigGTK_STOCK_EDIT came in gtk 2.6.0
2010-10-01 martinmInitialize a variable to avoid a (bogus) gcc warning.
2010-10-01 stigAdd a new right-click popup menu for the statusbar...
2010-10-01 morriss(GtkUIManager) view_menu_colorize_auto_scroll_live_cb...
2010-10-01 etxrab(GUIManager)Try to fix the time format issue.
2010-09-30 morriss(GUIManager) Rename prefs_cb() to menus_prefs_cb()...
2010-09-30 etxrab[GTKUImanager] Fix a few callbacks, use #defines for...
2010-09-30 stigIndicate that the selected display filter is applied...
2010-09-29 etxrabFurther GUIManager updates.
2010-09-28 jmayerCompile failed because of text after #endif
2010-09-28 etxrabUpdate GUIManager menubar code.
2010-09-27 sfisherFormat changes from r34265 to fit a 80 column wide...
2010-09-27 sfisherFix bug #553 by ensuring that the upper-left corner...
2010-09-26 etxrabGUImanager: Add missing set_menu_sensitivity().
2010-09-26 stigAllow creating a filter from a multi occurrence field...
2010-09-25 guyMore whitespace cleanups.
2010-09-25 guyClean up indentation.
2010-09-25 sakeFix the output of columns with "show resolved" disabled...
2010-09-24 etxrabFurther GUIManager updates, the basics are now there.
2010-09-24 stigDisable the "File Set" menu while capturing, because...
2010-09-24 etxrabUpdate GUIManager menubar code.
2010-09-23 wmeierFix crash creating a filter (using "Expression ......
2010-09-23 stigStore "Show Resolved" setting for custom columns.
2010-09-23 stigDo not set custom occurrence in recent file, this is...
2010-09-23 stigDisable sorting while capturing.
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-09-23 jmayerPut the guides into the "guides" subdirectory of DOC_DIR
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-09-22 jakeFix for bug 5172:
2010-09-21 stigMake it compile.
2010-09-21 guyMove a bunch of definitions before the code that uses...
2010-09-21 etxrabTry to fix:
2010-09-21 guyGet rid of C++ comment.
2010-09-21 stigMake "Displayed Columns" work yet again, as done in...
2010-09-21 guyFix comments.
2010-09-21 etxrabUpdate GUIManager menubar code(#IF 0 ).
2010-09-21 etxrabWrong signature used for a GtkToggleActionEntry callback.
2010-09-21 etxrabRemove leftover debug code/comment
2010-09-20 stigMake "Displayed Columns" work again.
2010-09-17 morrissDon't include stock icons that we no longer use.
2010-09-17 etxrabUse GTK dialog stock icons rather than our own.
2010-09-17 guyFix some bugs that show up when you build with the...
2010-09-17 guyUse the same control sequences for the old packet list...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-09-16 morriss#if out ui_desc_conv_filter_popup to get the builds...
2010-09-16 etxrabFix a typo.
2010-09-16 guyRemove C++ comments.
2010-09-16 etxrabmenus.c:1508: warning: unused parameter 'current'
2010-09-16 etxrabUse GUIManager for the pop-up:s.
2010-09-15 etxrabAdd more GUIManager code #ifdef:ed out.
2010-09-14 etxrabAdd more GUIManager code #ifdef:ed out
2010-09-13 etxrabAdd more GUIManager code #ifdef:ed out
2010-09-12 guyset_menu_sensitivity() is used only if MENUS_USE_UIMANA...
2010-09-12 guyGet rid of /* within comment, clean up white space.
2010-09-12 etxrabAdd more GUIManager code #ifdef:ed out
2010-09-09 wmeierRemove what appear to be two redundant lines of code...
2010-09-09 sfisherResolve another issue the Windows buildbots are having...
2010-09-07 sfisherThese two capture option variables are defined by captu...
2010-09-07 etxrabStart adding GTKUIManager code.(#IF 0'ed out.).
2010-09-06 martinmChange bandwidth labels, and update stop time even...
2010-09-03 martinmAdd bandwidth figures per UE.
2010-09-03 martinmTry to cast away windows buildbot problems.
2010-09-03 martinmAdd bandwidth figures to RLC stats (per-UE and per...
2010-09-03 stigIncrease maximum number of nodes to 40.
next