summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Check whether widgets are viewable, not just if they are mapped. (#122912,Owen Taylor2004-03-031-1/+2
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-021-52/+70
* export gtk_window_activate_key() (Request from Tim Janik)Owen Taylor2004-03-011-5/+8
* Various reentrancy fixes for widgets being destroyed out ofOwen Taylor2004-02-131-0/+6
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-42/+42
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-6/+90
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-071-7/+9
* Fix a residual call to gtk_window_get_private().Owen Taylor2003-11-031-54/+30
* Remove some accidentally committed duplicate code.Owen Taylor2003-10-281-23/+0
* Add getters corresponding to the is_active and has_toplevel_focusOwen Taylor2003-10-281-2/+68
* Protect against reentrancy from ::focus-out handlers. (#118129, FelipeOwen Taylor2003-08-121-7/+18
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-101-1/+106
* Rename parameter pixbuf to icon, to pacify gtk-doc.Matthias Clasen2003-07-311-4/+4
* Fix C99 declarationSoeren Sandmann2003-07-181-1/+3
* Add properties decorated and gravity. (#80234)Matthias Clasen2003-07-181-3/+51
* Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport):Matthias Clasen2003-07-181-4/+23
* Handle gtk_window_get_geometry_info() returning NULL. (#107311, JohnOwen Taylor2003-06-061-2/+2
* Add some hints and an example to the docs. (#98427)Matthias Clasen2003-05-311-0/+45
* We need to pass the unmasked state toOwen Taylor2003-05-211-1/+2
* Fix height/width confusion (#113370, Xan Lopez)Owen Taylor2003-05-201-1/+1
* add property focus_on_clickSoeren Sandmann2003-04-021-0/+8
* Add a new property, role, corresponding to gtk_window_[gs]et_role().Matthias Clasen2003-03-311-3/+20
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-3/+3
* Document that it may return NULL. (#102069)Matthias Clasen2003-01-021-1/+1
* Some fixes for modal hint setting based on a patch from Arvind SampturOwen Taylor2002-12-161-7/+23
* Add docs.Matthias Clasen2002-12-151-0/+19
* Remove a couple of places if (widget->window), this function will onlyOwen Taylor2002-12-101-7/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+17
* Add _gtk_window_unset_focus_and_default(), use to clear the focus andOwen Taylor2002-11-121-1/+38
* Access window->screen through a function so we can provide an informativeOwen Taylor2002-11-081-18/+43
* Add ::screen-changed signal.Owen Taylor2002-11-071-2/+7
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-0/+31
* small doc fixes.Matthias Clasen2002-10-291-1/+1
* Actively monitor the screen of the parent. (#80281)Owen Taylor2002-10-221-1/+15
* fix compiler warningsHavoc Pennington2002-10-171-3/+1
* fix typo to make it compileSoeren Sandmann2002-10-171-1/+1
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-171-24/+129
* Documentation fixes.Soeren Sandmann2002-10-131-1/+3
* Documentation improvements.Matthias Clasen2002-10-101-3/+5
* Deprecation cleanupManish Singh2002-10-091-9/+9
* Clean up the handling of clearing transient state settings, fixing bugOwen Taylor2002-10-071-13/+13
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-14/+17
* Deprecation cleanupManish Singh2002-10-011-94/+95
* Add gtk_window_set_icon_from_file(),Owen Taylor2002-09-301-1/+91
* Clear initial_pos_set even if it only causes a move, not a resize as well.Owen Taylor2002-09-301-0/+2
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-4/+300
* Minor documentation fixesSoren Sandmann2002-08-101-8/+8
* Renames:Owen Taylor2002-06-201-1/+1
* Fix bug where if CENTER_ON_PARENT was set, but there was no parent,Owen Taylor2002-06-121-7/+14