summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore the return value of gtk_widget_activate().Federico Mena Quintero2004-03-121-6/+21
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #68938.Federico Mena Quintero2004-02-031-0/+33
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* Sigh, revert the change.Federico Mena Quintero2003-12-151-0/+27
* Removed. (gtk_dialog_close): Don't call dialog_has_cancel(). At leastFederico Mena Quintero2003-12-151-27/+0
* Some fixes for modal hint setting based on a patch from Arvind SampturOwen Taylor2002-12-161-3/+3
* minor coding style fix.Chema Celorio2002-12-141-3/+3
* Change the Escape key binding to only close if the dialog contains aOwen Taylor2002-12-141-10/+39
* Remove code to grab the focus here, it is no longer needed since we focusOwen Taylor2002-11-251-6/+1
* Documentation fixes.Soeren Sandmann2002-10-131-4/+4
* Deprecation cleanupManish Singh2002-10-111-78/+81
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-9/+5
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-4/+4
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-19/+19
* Try to make sure that we have some focused widget on map. (#50339)Owen Taylor2002-01-301-0/+41
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-19/+19
* s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.James Henstridge2001-12-241-2/+2
* Markup fixes.Matthias Clasen2001-12-131-8/+8
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-191-7/+23
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-19/+14
* Add g_return_if_fail.Darin Adler2001-11-071-0/+4
* remove totally broken unused, non-compiling, static function.Matt Wilson2001-11-021-28/+0
* Iterate through children of the action area, not of the vbox. (#58278,Owen Taylor2001-11-021-1/+29
* Automatically set set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)Owen Taylor2001-09-201-0/+1
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-0/+17
* Rename gtk_container_children() to gtk_container_get_children. AddedOwen Taylor2001-08-231-2/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-0/+2
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-1/+4
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-25/+37
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-3/+3
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-2/+2
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-8/+66
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-2/+1
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-13/+120
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-1/+1
* Add animation of activation by, on activate, pressing the button, andOwen Taylor2001-03-061-3/+10
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-051-1/+4
* Remove spurious const.Owen Taylor2001-03-031-3/+8
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-11/+82
* doh, this was broken beyond believe.Tim Janik2000-12-131-4/+2
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-2/+2
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-11/+19
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-201-4/+546
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1