aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
Commit message (Expand)AuthorAgeFilesLines
* From Martin MathielsonLuis Ontanon2005-02-271-1/+2
* For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris2004-09-301-0/+15
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-3/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Daniel Thompson: add additional message/alert box options toGuy Harris2004-07-131-2/+12
* bugfix to a bug reported by Ian Schorr:Ulf Lamping2004-07-121-2/+2
* bugfix to a bug reported by Ian Schorr:Ulf Lamping2004-07-121-3/+9
* bugfix: is using last_open_dir with GTK2.4 file chooserUlf Lamping2004-06-201-4/+20
* "gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser,Guy Harris2004-06-031-3/+4
* add details for doxygen, various code cleanups as a result of thisUlf Lamping2004-06-011-8/+57
* more code cleanup from dialog things:Ulf Lamping2004-05-261-35/+133
* dlg_destroy_cb() is staticUlf Lamping2004-05-241-2/+2
* Even with GTK+ 2.x the arguments to "dlg_destroy_cb()" aren't used.Guy Harris2004-05-241-11/+2
* "dlg_destroy_cb()" doesn't use its arguments when built with GTK+Guy Harris2004-05-241-2/+11
* next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping2004-05-231-29/+4
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-11/+37
* gtk_window_present() new dialog windows, to be sure they get on topUlf Lamping2004-05-211-1/+2
* Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris2004-05-211-3/+4
* call gtk_window_present() only on GTK2 and aboveUlf Lamping2004-05-201-1/+3
* workaround for GTK2 bug: bring main window back to front,Ulf Lamping2004-05-191-1/+11
* It *appears* that if you don't explicitly request that a file chooserGuy Harris2004-03-291-2/+1
* In a "save" dialog, the "yes" button should be a "Save" button, not anGuy Harris2004-03-291-2/+6
* Add another wrapper routine, "file_selection_set_extra_widget()", to setGuy Harris2004-03-291-1/+14
* Make "file_selection_new()" take as its second argument anGuy Harris2004-03-291-9/+40
* Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad2004-03-271-1/+14
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-6/+6
* cleanup of new "question dialogs",Ulf Lamping2004-01-311-2/+2
* added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_rowUlf Lamping2004-01-291-1/+15
* adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping2004-01-251-76/+93
* Fix a typo.Guy Harris2004-01-221-2/+2
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-1/+216
* save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping2004-01-071-1/+12
* Put in a comment about some issues with the way we do "Update list ofGuy Harris2003-12-131-1/+15
* In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs2003-12-121-2/+4
* Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris2003-09-241-9/+24
* From Giles Scott:Guy Harris2003-09-201-3/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-101-22/+5
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-5/+26
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-2/+2
* Go nuts with the 3D logo.Gerald Combs2001-12-121-1/+4
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-2/+3
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-1/+14
* Don't duplicate the "gtk_radio_button_new_with_label()" andGuy Harris2000-05-261-39/+38
* Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris2000-05-081-1/+61
* Add some utilities to:Guy Harris2000-05-021-0/+91