summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only set using_themed_icon if we actually got an icon list from the theme.Matthias Clasen2004-10-041-1/+2
* Ref the new icons before unreffing the old ones. (#154468, MortenMatthias Clasen2004-10-041-2/+3
* Ref the new icons before unreffing the old ones. (#154468, MortenMatthias Clasen2004-10-041-4/+7
* 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