summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Use the canonical form of signal names after "notify::". Otherwise, noMatthias Clasen2004-07-311-1/+1
* Support named themed window icons.Matthias Clasen2004-07-171-3/+240
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-1/+10
* Fix links to www.freedesktop.org. (#145210, Billy Biggs)Matthias Clasen2004-07-041-4/+4
* Make detached handleboxes work when their parent is minimized, porting theMatthias Clasen2004-05-311-3/+5
* Make static.Matthias Clasen2004-05-101-1/+1
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-0/+87
* Remove the window from the toplevel_list here rather in destroy. WhileOwen Taylor2004-03-131-2/+2
* Don't ignore the return value of gtk_widget_activate().Federico Mena Quintero2004-03-121-16/+5
* 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