]> Pileus Git - ~andy/gtk/history - gtk/gtkwindow.c
Some fixes for modal hint setting based on a patch from Arvind Samptur
[~andy/gtk] / gtk / gtkwindow.c
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,...
2002-05-13 Vitaly Tishkovgtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk...
2002-05-01 Erwann Chenede -remove virtualization and made it cross platform. fix...
2002-04-30 Owen TaylorMake it work, even if the window is already realized...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-03-23 Havoc Penningtonadd more explanatory text to the error message about...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-06 Owen TaylorWhen setting the focus to NULL, clear the existing...
2002-03-05 Matthias ClasenFix docs.
2002-03-04 Owen TaylorFix to properly take the default window into account...
2002-02-26 Owen TaylorAppend mnemonics rather than prepending them so that...
2002-02-24 Owen TaylorSanity check default font family name and size.
2002-02-24 Owen TaylorImplement accelerator propagation using a custom XEMBED...
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
2002-02-21 Owen TaylorAdd GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_G...
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-16 Havoc Penningtontake GDK_HINT_RESIZE_INC into account, and handle negat...
2002-02-08 Owen TaylorConvert to using binding set for doing key bindings...
2002-01-30 Manish Singhremove unused variable.
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-30 Owen TaylorTry to make sure that we have some focused widget on...
2002-01-29 Owen TaylorAdd <Control>Tab bindings for "move-focus" so that...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-25 Sven Neumannchanged the comment so that gtk-doc doesn't get confused.
2002-01-19 Havoc Penningtonlink to new X11 section in a lot of places when mention...
2002-01-14 Owen TaylorUnset initial_pos_set after the first configure request.
2002-01-14 Owen TaylorFix problem where widget->requisition was being used...
2002-01-10 Vitaly Tishkovgtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2001-12-30 Matthias ClasenAdditions.
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-12 Matthias ClasenTypo fixes Typo fix. (#66746)
2001-12-05 Matthias ClasenDeprecate. (#65851)
2001-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-11-28 Matthias ClasenTypo fixes. (#65607)
2001-11-28 Matthias ClasenAdd markup to docs.
2001-11-20 Tim Janikapplied patch from owen to get rid of accel map notifie...
2001-11-18 Owen TaylorReprioritize key bindings in order of visibility -...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-17 Owen TaylorMove notification of "has_default" to here, so it is...
2001-11-16 Owen TaylorPropagate key press events not just to focus/window...
2001-11-15 Matthias ClasenMove '.' out of quote. (#64407)
2001-11-13 Tim Janikprotect idle handle with gdk threads macro.
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-10 Matthias ClasenMass fixing of trivial doc bugs. (#63544, #57007, ...
2001-11-04 Owen TaylorAdd a function gdk_window_invalidate_maybe_recurse...
2001-11-03 Daniel ElstnerUse GtkWindow* as first signal argument (was GtkWidget*).
2001-10-31 Owen TaylorAdd a gtk_window_get_focus() getter to determine the...
2001-10-28 Matthias ClasenDocumentation updates.
2001-09-25 Havoc PenningtonPut notes in gtk_window_set_has_frame(), etc. docs...
2001-09-24 Owen TaylorDon't wait for a response back from the window manager...
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-09-20 Sven Neumannconfigure.in gdk/Makefile.am gtk/Makefile.am gtk/gtksel...
2001-09-20 Kristian Rietveldreturned incorrect values for top, right and bottom...
2001-09-19 Owen TaylorAdd xgettext:no-c-format comment to to handle '99%...
2001-09-10 Tim Janikfix xscale and yscale behaviour which havoc broke....
2001-09-08 Havoc Penningtonput GtkPacker back in here so it won't be in gtk-unused...
2001-09-08 Alex LarssonRemoved unused function.
2001-09-07 Owen TaylorMake the default default colormap the GdkRGB colormap...
2001-09-07 Owen TaylorDeprecate gdk_set/get_use_xshm, make gdk_set_use_xshm...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-29 Havoc Penningtonfix g_object_notify
2001-08-29 Havoc Penningtonadd default icon
2001-08-26 Havoc Penningtonremove gtk_menu_* compat defines; these are already...
2001-08-18 Havoc Penningtonconstrain position on hints_changed in addition to...
2001-08-17 Tim Janikconst correct string parameter.
2001-08-10 Tim Janikcoalesce multiple property notifies.
2001-08-10 Havoc Penningtonfix a typo.
2001-07-25 James Henstridgecommiting patch after comments from Alex on IRC
next