summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert part of patch from #166379; don't have gtk_window_present() changeElijah Newren2005-07-261-3/+0
* No need for ifdef, can now use GTK_IS_PLUG() with all backends.Tor Lillqvist2005-07-211-5/+2
* Make gdk_window_present() move the window to the current desktop, insteadMatthias Clasen2005-07-111-14/+17
* Take window groups into account. (#309473, Diego Gonzalez)Matthias Clasen2005-07-051-0/+9
* Variant of gtk_window_present which takes a timestamp. (#166379, ElijahMatthias Clasen2005-06-201-7/+33
* Support the ICCCM urgency hint. (#61858, Havoc Pennington)Matthias Clasen2005-06-171-0/+72
* Queue a draw on the old and new focus widgets, if their defaultnessMatthias Clasen2005-06-171-3/+14
* Fox doc formatting, pointed out by Kjartan Maraas.Matthias Clasen2005-06-151-3/+3
* Fix some docsMatthias Clasen2005-06-151-9/+15
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-19/+19
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-23/+23
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-14/+14
* Fix links to freedesktop.org specs in the documentation.Matthias Clasen2005-02-211-8/+10
* Use the timestamp of the last user interaction when focusing the window.Matthias Clasen2005-02-211-0/+9
* Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin)Matthias Clasen2005-02-021-0/+1
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Compare only the HAS_DEFAULT flags. (#160711, Tommi Komulainen)Matthias Clasen2004-12-131-3/+3
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-0/+43
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-101-166/+40
* Revert the patch which added no-alt mnemonics, since it interfers badlyMatthias Clasen2004-12-101-80/+30
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-121-1/+1
* As a last stage in GtkWindow key press handing, try addingMatthias Clasen2004-11-021-30/+80