summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Only optimize out the full configure handling if we got a gratuitousOwen Taylor2002-05-161-33/+57
* Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-05-161-1/+2
* Fix frame_right/frame_top screwup. (Detlef Reichl, #78111)Owen Taylor2002-05-141-1/+1
* gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typosVitaly Tishkov2002-05-131-1/+1
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-011-4/+4
* Make it work, even if the window is already realized or mapped.Owen Taylor2002-04-301-8/+23
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-58/+165
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-231-34/+38
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* When setting the focus to NULL, clear the existing focus chain so thatOwen Taylor2002-03-061-1/+16
* Fix docs.Matthias Clasen2002-03-051-0/+25
* Fix to properly take the default window into account by setting a flag andOwen Taylor2002-03-041-18/+52
* Append mnemonics rather than prepending them so that the order isOwen Taylor2002-02-261-1/+1
* Sanity check default font family name and size.Owen Taylor2002-02-241-8/+4
* Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRABOwen Taylor2002-02-241-13/+7
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-31/+28
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-6/+13
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-12/+195
* take GDK_HINT_RESIZE_INC into account, and handle negative coordinatesHavoc Pennington2002-02-161-3/+13
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-081-27/+26
* remove unused variable.Manish Singh2002-01-301-1/+1
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-77/+16
* Try to make sure that we have some focused widget on map. (#50339)Owen Taylor2002-01-301-2/+7
* Add <Control>Tab bindings for "move-focus" so that Control-Tab to escapeOwen Taylor2002-01-291-19/+20
* General property notification cleanup.Matthias Clasen2002-01-281-3/+3
* changed the comment so that gtk-doc doesn't get confused.Sven Neumann2002-01-251-6/+6
* link to new X11 section in a lot of places when mentioning the windowHavoc Pennington2002-01-191-73/+96
* Unset initial_pos_set after the first configure request.Owen Taylor2002-01-141-0/+1
* Fix problem where widget->requisition was being used instead ofOwen Taylor2002-01-141-2/+18
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-1/+1
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-2/+2
* Additions.Matthias Clasen2001-12-301-15/+15
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-0/+1
* Typo fixes Typo fix. (#66746)Matthias Clasen2001-12-121-2/+2
* Deprecate. (#65851)Matthias Clasen2001-12-051-0/+9
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Typo fixes. (#65607)Matthias Clasen2001-11-281-0/+8
* Add markup to docs.Matthias Clasen2001-11-281-3/+4
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-27/+27
* Reprioritize key bindings in order of visibility - mnemonics, thenOwen Taylor2001-11-181-27/+28
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-5/+6
* Move notification of "has_default" to here, so it is safe to callOwen Taylor2001-11-171-16/+46
* Propagate key press events not just to focus/window but also toOwen Taylor2001-11-161-4/+26
* Move '.' out of quote. (#64407)Matthias Clasen2001-11-151-1/+1
* protect idle handle with gdk threads macro.Tim Janik2001-11-131-2/+6
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-30/+134
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-5/+4
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-4/+2
* Use GtkWindow* as first signal argument (was GtkWidget*).Daniel Elstner2001-11-031-4/+3
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-311-0/+20