summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple of places if (widget->window), this function will onlyOwen Taylor2002-12-101-7/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+17
* Add _gtk_window_unset_focus_and_default(), use to clear the focus andOwen Taylor2002-11-121-1/+38
* Access window->screen through a function so we can provide an informativeOwen Taylor2002-11-081-18/+43
* Add ::screen-changed signal.Owen Taylor2002-11-071-2/+7
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-0/+31
* small doc fixes.Matthias Clasen2002-10-291-1/+1
* Actively monitor the screen of the parent. (#80281)Owen Taylor2002-10-221-1/+15
* fix compiler warningsHavoc Pennington2002-10-171-3/+1
* fix typo to make it compileSoeren Sandmann2002-10-171-1/+1
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-171-24/+129
* Documentation fixes.Soeren Sandmann2002-10-131-1/+3
* Documentation improvements.Matthias Clasen2002-10-101-3/+5
* Deprecation cleanupManish Singh2002-10-091-9/+9
* Clean up the handling of clearing transient state settings, fixing bugOwen Taylor2002-10-071-13/+13
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-14/+17
* Deprecation cleanupManish Singh2002-10-011-94/+95
* Add gtk_window_set_icon_from_file(),Owen Taylor2002-09-301-1/+91
* Clear initial_pos_set even if it only causes a move, not a resize as well.Owen Taylor2002-09-301-0/+2
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-4/+300
* Minor documentation fixesSoren Sandmann2002-08-101-8/+8
* Renames:Owen Taylor2002-06-201-1/+1
* Fix bug where if CENTER_ON_PARENT was set, but there was no parent,Owen Taylor2002-06-121-7/+14
* added gdkdisplay and gdkscreenHans Breuer2002-06-101-0/+4
* use the RootWindow of this screen for gdk_window_get_pointer.Mark McLoughlin2002-06-071-1/+2
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-061-13/+113
* Markup fixesMatthias Clasen2002-05-281-2/+8
* 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