]> Pileus Git - ~andy/gtk/history - gtk/gtkwindow.c
Intern some more strings.
[~andy/gtk] / gtk / gtkwindow.c
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-31 Matthias ClasenInherit window groups across transient parents. (#31291...
2005-08-30 Matthias ClasenAdd a deletable property with getter and setter, to...
2005-08-22 Manish Singhadd declaration for _gtk_icon_theme_check_reload.
2005-08-22 Matthias ClasenImplement a clientmessage based scheme for makeing...
2005-07-26 Elijah NewrenRevert part of patch from #166379; don't have gtk_windo...
2005-07-21 Tor LillqvistNo need for ifdef, can now use GTK_IS_PLUG() with all...
2005-07-11 Matthias ClasenMake gdk_window_present() move the window to the curren...
2005-07-05 Matthias ClasenTake window groups into account. (#309473, Diego Gonzalez)
2005-06-20 Matthias ClasenVariant of gtk_window_present which takes a timestamp...
2005-06-17 Matthias ClasenSupport the ICCCM urgency hint. (#61858, Havoc Pennington)
2005-06-17 Matthias ClasenQueue a draw on the old and new focus widgets, if their...
2005-06-15 Matthias ClasenFox doc formatting, pointed out by Kjartan Maraas.
2005-06-15 Matthias ClasenFix some docs
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
2005-02-21 Matthias ClasenFix links to freedesktop.org specs in the documentation.
2005-02-21 Matthias ClasenUse the timestamp of the last user interaction when...
2005-02-02 Matthias ClasenSet info->icon_list to NULL after freeing it. (#165800...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-12-13 Matthias ClasenCompare only the HAS_DEFAULT flags. (#160711, Tommi...
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-12-10 Matthias ClasenSupport no-Alt mnemnonics in menu bars (#101309, Owen...
2004-12-10 Matthias ClasenRevert the patch which added no-alt mnemonics, since...
2004-11-12 Matthias Clasen2.5.5
2004-11-02 Matthias ClasenAs a last stage in GtkWindow key press handing, try...
2004-10-04 Matthias ClasenOnly set using_themed_icon if we actually got an icon...
2004-10-04 Matthias ClasenRef the new icons before unreffing the old ones. (...
2004-10-04 Matthias ClasenRef the new icons before unreffing the old ones. (...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-31 Matthias ClasenUse the canonical form of signal names after "notify...
2004-07-17 Matthias ClasenSupport named themed window icons.
2004-07-11 Soeren SandmannBug 143330, support update counter spec.
2004-07-04 Matthias ClasenFix links to www.freedesktop.org. (#145210, Billy Biggs)
2004-05-31 Matthias ClasenMake detached handleboxes work when their parent is...
2004-05-10 Matthias ClasenMake static.
2004-05-06 Elijah NewrenChanges to support do-not-focus-on-map hint in conjunct...
2004-03-13 Owen TaylorRemove the window from the toplevel_list here rather...
2004-03-12 Federico Mena QuinteroDon't ignore the return value of gtk_widget_activate().
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Owen TaylorCheck whether widgets are viewable, not just if they...
2004-03-02 Tim Janikexpose gtk_bindings_activate_event(), changed callers.
2004-03-01 Owen Taylorexport gtk_window_activate_key() (Request from Tim...
2004-02-13 Owen TaylorVarious reentrancy fixes for widgets being destroyed...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-11-07 Matthias ClasenMake string setters safe for self-assignment. (#122745...
2003-11-03 Owen TaylorFix a residual call to gtk_window_get_private().
2003-10-28 Owen TaylorRemove some accidentally committed duplicate code.
2003-10-28 Owen TaylorAdd getters corresponding to the is_active and has_topl...
2003-08-12 Owen TaylorProtect against reentrancy from ::focus-out handlers...
2003-08-10 Matthias Clasen Add support for EWMH "Above" and "Below" window states...
2003-07-31 Matthias ClasenRename parameter pixbuf to icon, to pacify gtk-doc.
2003-07-18 Soeren SandmannFix C99 declaration
2003-07-18 Matthias ClasenAdd properties decorated and gravity. (#80234)
2003-07-18 Matthias ClasenAdd a new keybinding signal, move_viewport. (gtk_text_v...
2003-06-06 Owen TaylorHandle gtk_window_get_geometry_info() returning NULL...
2003-05-31 Matthias ClasenAdd some hints and an example to the docs. (#98427)
2003-05-21 Owen TaylorWe need to pass the unmasked state to
2003-05-20 Owen TaylorFix height/width confusion (#113370, Xan Lopez)
2003-04-02 Soeren Sandmannadd property focus_on_click
2003-03-31 Matthias ClasenAdd a new property, role, corresponding to gtk_window_...
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2003-01-02 Matthias ClasenDocument that it may return NULL. (#102069)
2002-12-16 Owen TaylorSome fixes for modal hint setting based on a patch...
2002-12-15 Matthias ClasenAdd docs.
2002-12-10 Owen TaylorRemove a couple of places if (widget->window), this...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-12 Owen TaylorAdd _gtk_window_unset_focus_and_default(), use to clear...
2002-11-08 Owen TaylorAccess window->screen through a function so we can...
2002-11-07 Owen TaylorAdd ::screen-changed signal.
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-10-29 Matthias Clasensmall doc fixes.
2002-10-22 Owen TaylorActively monitor the screen of the parent. (#80281)
2002-10-17 Havoc Penningtonfix compiler warnings
2002-10-17 Soeren Sandmannfix typo to make it compile
2002-10-17 Havoc Penningtonadd g_return_if_fail for monitor number <= 0
2002-10-13 Soeren SandmannDocumentation fixes.
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-09 Manish SinghDeprecation cleanup
2002-10-07 Owen TaylorClean up the handling of clearing transient state setti...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-10-01 Manish SinghDeprecation cleanup
2002-09-30 Owen TaylorAdd gtk_window_set_icon_from_file(),
2002-09-30 Owen TaylorClear initial_pos_set even if it only causes a move...
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-08-10 Soren SandmannMinor documentation fixes
2002-06-20 Owen TaylorRenames:
2002-06-12 Owen TaylorFix bug where if CENTER_ON_PARENT was set, but there...
2002-06-10 Hans Breueradded gdkdisplay and gdkscreen
2002-06-07 Mark McLoughlinuse the RootWindow of this screen for gdk_window_get_po...
2002-06-06 Owen TaylorAdd a "is_focus" property indicating whether a widget...
2002-05-28 Matthias ClasenMarkup fixes
2002-05-16 Owen TaylorOnly optimize out the full configure handling if we...
2002-05-16 Owen Taylor Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat...
2002-05-14 Owen TaylorFix frame_right/frame_top screwup. (Detlef Reichl,...
next