summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Chain up in buildable_finish()Tristan Van Berkom2008-04-161-0/+2
* Bug 314084 - GTK+ dialogs should not be placed partially offscreenTor Lillqvist2008-03-201-14/+27
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-2/+3
* simply use gtk_window_get_key_hash() to get the hash instead of manuallyMichael Natterer2008-02-121-8/+7
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Zero some variables to silence valgrind. (#495124, Morten Welinder)Matthias Clasen2007-11-271-0/+2
* Require gtk-doc 1.8Matthias Clasen2007-11-251-8/+7
* Fixes #426246.Kristian Rietveld2007-09-121-23/+45
* Update menu accelerators, when adding/removing AccelGroups dynamically.Stefan Kost2007-08-271-0/+2
* Use the correct type check on `window'. We now check GTK_IS_WINDOW ratherCody Russell2007-08-231-1/+1
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-10/+10
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+49
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-12/+0
* Fix a typoMatthias Clasen2007-05-181-3/+2
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-0/+97
* Win32 drop shadow goodnessCody Russell2007-04-251-3/+2
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-131-5/+135
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-4/+20
* chain up to the right function (fix taken from maemo-gtk).Michael Natterer2007-01-051-1/+1
* Only process updates on the window at hand, not on all windows, to avoidMatthias Clasen2007-01-031-1/+1
* Correctly handle min size. (#320465, Philipp Langdale)Matthias Clasen2006-12-311-5/+7
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-3/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Fix some assignments involving booleans. (#346467, Christian Persch)Matthias Clasen2006-07-051-7/+7
* doc improvementMatthias Clasen2006-06-191-3/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Better handling of the window group on unsetting transient-for, since theAlexander Larsson2006-05-121-4/+13
* Fix build errors.Alexander Larsson2006-05-121-1/+24
* Fix doc typos.Matthias Clasen2006-05-081-0/+2
* Boilerplate reductionMatthias Clasen2006-05-021-39/+9
* Create 'composited' label.Søren Sandmann2006-04-251-8/+66
* Don't for the creation of geometry info here. (#114533)Matthias Clasen2006-03-131-6/+15
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-3/+13
* Only connect to the event if we have a frame, since the handler is onlyMatthias Clasen2006-01-051-5/+6
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-34/+48
* Documentation fixes. (#324815, Ross Burton)Matthias Clasen2005-12-261-7/+6
* Documentation fixes.Matthias Clasen2005-12-191-0/+1
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* gtk_window_map_event(): new function to work around lost unmap requests.Tim Janik2005-09-151-0/+21
* No point in using a mem chunk for window groups, buttons, labels.Matthias Clasen2005-09-141-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-9/+3
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-3/+3
* Don't set unsigned ints to -1. (#315481, Kjartan Maraas)Matthias Clasen2005-09-091-8/+4
* Intern some more strings.Matthias Clasen2005-09-011-13/+13
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+3
* Inherit window groups across transient parents. (#312918, ChristianMatthias Clasen2005-08-311-0/+7
* Add a deletable property with getter and setter, to control the closeMatthias Clasen2005-08-301-0/+99
* add declaration for _gtk_icon_theme_check_reload.Manish Singh2005-08-221-6/+4
* Implement a clientmessage based scheme for makeing sure that all GTK+Matthias Clasen2005-08-221-7/+18