summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation updates.Matthias Clasen2001-10-281-9/+1
* Put notes in gtk_window_set_has_frame(), etc. docs about how these are notHavoc Pennington2001-09-251-1/+19
* Don't wait for a response back from the window manager if our size hasn'tOwen Taylor2001-09-241-39/+28
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+1
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-2/+0
* returned incorrect values for top, right and bottom due to cut-and-pasteKristian Rietveld2001-09-201-2/+2
* Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,Owen Taylor2001-09-191-0/+1
* fix xscale and yscale behaviour which havoc broke. they have to default toTim Janik2001-09-101-2/+1
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-8/+8
* Removed unused function.Alex Larsson2001-09-081-1/+4
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-0/+6
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-47/+5