aboutsummaryrefslogtreecommitdiffstats
path: root/ui/alert_box.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
svn path=/trunk/; revision=53655
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
2013-05-13Clean up indentation.Guy Harris1-1/+1
svn path=/trunk/; revision=49279
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte1-35/+48
svn path=/trunk/; revision=45765
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris1-14/+27
file.c and routines called from it; non-modal dialogs end up, in some cases, either hidden, devoid of the input focus and not dismissable, or both. svn path=/trunk/; revision=43321
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-20/+0
statistics window. Get rid of the non-modal version (it's not being used any more), and remove the now-redundant _modal from the modal version. svn path=/trunk/; revision=43081
2012-03-08Move alert_box.c to the ui directory.Guy Harris1-0/+134
svn path=/trunk/; revision=41436
2012-01-16Move alert_box.c back up to the top-level directory for now, to fix theGuy Harris1-134/+0
Windows build. We probably want to construct a "ui" (static) library the same way we construct the libwireshark (dynamic) library, out of stuff in the ui directory and the relevant subdirectories. svn path=/trunk/; revision=40541
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-0/+134
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529