| Commit message (Expand) | Author | Age | Files | Lines |
* | small doc fixes. | Matthias Clasen | 2002-10-29 | 1 | -1/+1 |
* | Actively monitor the screen of the parent. (#80281) | Owen Taylor | 2002-10-22 | 1 | -1/+15 |
* | fix compiler warnings | Havoc Pennington | 2002-10-17 | 1 | -3/+1 |
* | fix typo to make it compile | Soeren Sandmann | 2002-10-17 | 1 | -1/+1 |
* | add g_return_if_fail for monitor number <= 0 | Havoc Pennington | 2002-10-17 | 1 | -24/+129 |
* | Documentation fixes. | Soeren Sandmann | 2002-10-13 | 1 | -1/+3 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -3/+5 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -9/+9 |
* | Clean up the handling of clearing transient state settings, fixing bug | Owen Taylor | 2002-10-07 | 1 | -13/+13 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -14/+17 |
* | Deprecation cleanup | Manish Singh | 2002-10-01 | 1 | -94/+95 |
* | Add gtk_window_set_icon_from_file(), | Owen Taylor | 2002-09-30 | 1 | -1/+91 |
* | Clear initial_pos_set even if it only causes a move, not a resize as well. | Owen Taylor | 2002-09-30 | 1 | -0/+2 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -4/+300 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -8/+8 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Fix bug where if CENTER_ON_PARENT was set, but there was no parent, | Owen Taylor | 2002-06-12 | 1 | -7/+14 |
* | added gdkdisplay and gdkscreen | Hans Breuer | 2002-06-10 | 1 | -0/+4 |
* | use the RootWindow of this screen for gdk_window_get_pointer. | Mark McLoughlin | 2002-06-07 | 1 | -1/+2 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -13/+113 |
* | Markup fixes | Matthias Clasen | 2002-05-28 | 1 | -2/+8 |
* | Only optimize out the full configure handling if we got a gratuitous | Owen Taylor | 2002-05-16 | 1 | -33/+57 |
* | Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-05-16 | 1 | -1/+2 |
* | Fix frame_right/frame_top screwup. (Detlef Reichl, #78111) | Owen Taylor | 2002-05-14 | 1 | -1/+1 |
* | gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos | Vitaly Tishkov | 2002-05-13 | 1 | -1/+1 |
* | remove virtualization and made it cross platform. fix #79961 fixed | Erwann Chenede - | 2002-05-01 | 1 | -4/+4 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -8/+23 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -58/+165 |
* | add more explanatory text to the error message about missing charsets, and | Havoc Pennington | 2002-03-23 | 1 | -34/+38 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | When setting the focus to NULL, clear the existing focus chain so that | Owen Taylor | 2002-03-06 | 1 | -1/+16 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 1 | -0/+25 |
* | Fix to properly take the default window into account by setting a flag and | Owen Taylor | 2002-03-04 | 1 | -18/+52 |
* | Append mnemonics rather than prepending them so that the order is | Owen Taylor | 2002-02-26 | 1 | -1/+1 |
* | Sanity check default font family name and size. | Owen Taylor | 2002-02-24 | 1 | -8/+4 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -13/+7 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -31/+28 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -6/+13 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -12/+195 |
* | take GDK_HINT_RESIZE_INC into account, and handle negative coordinates | Havoc Pennington | 2002-02-16 | 1 | -3/+13 |
* | Convert to using binding set for doing key bindings. (#62622, Requested by | Owen Taylor | 2002-02-08 | 1 | -27/+26 |
* | remove unused variable. | Manish Singh | 2002-01-30 | 1 | -1/+1 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -77/+16 |
* | Try to make sure that we have some focused widget on map. (#50339) | Owen Taylor | 2002-01-30 | 1 | -2/+7 |
* | Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape | Owen Taylor | 2002-01-29 | 1 | -19/+20 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -3/+3 |
* | changed the comment so that gtk-doc doesn't get confused. | Sven Neumann | 2002-01-25 | 1 | -6/+6 |
* | link to new X11 section in a lot of places when mentioning the window | Havoc Pennington | 2002-01-19 | 1 | -73/+96 |
* | Unset initial_pos_set after the first configure request. | Owen Taylor | 2002-01-14 | 1 | -0/+1 |
* | Fix problem where widget->requisition was being used instead of | Owen Taylor | 2002-01-14 | 1 | -2/+18 |