aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_map_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Change C++ style commentsJörg Mayer2004-05-261-3/+3
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-46/+11
* From Michael Lum:Guy Harris2004-04-211-29/+56
* added a close button to the dialogs,Ulf Lamping2004-04-121-35/+23
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-6/+5
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-2/+2
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-7/+3
* Most taps that now include "tap_menu.h" no longer need to includeGuy Harris2004-02-111-2/+1
* Move the declaration of "register_tap_menu_item()" into a newGuy Harris2004-02-111-2/+2
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-5/+4
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-17/+8
* use stock buttons whereever possible,Ulf Lamping2004-01-211-2/+2
* #if 0 out test that causes an always false warningJörg Mayer2004-01-111-1/+3
* Not that it really matters as the test still alwas evaluates to false:Jörg Mayer2004-01-071-2/+2
* Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe2004-01-031-2/+2
* Arrays indexed by a 1-octet unsigned value, if we don't know whichGuy Harris2003-12-211-2/+2
* "sizeof(array)" is the size of the array in bytes, not the number ofGuy Harris2003-12-211-4/+5
* From Lars Roland: have common code to handle display filter dialogs inGuy Harris2003-12-171-2/+2
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-11/+8
* Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris2003-12-131-1/+3
* removed unused #include "menu.h" from the stats.c filesUlf Lamping2003-12-131-2/+1
* From Michael Lum:Guy Harris2003-12-121-0/+487