| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 1 | -6/+90 |
* | Make string setters safe for self-assignment. (#122745, Soeren Sandmann) | Matthias Clasen | 2003-11-07 | 1 | -7/+9 |
* | Fix a residual call to gtk_window_get_private(). | Owen Taylor | 2003-11-03 | 1 | -54/+30 |
* | Remove some accidentally committed duplicate code. | Owen Taylor | 2003-10-28 | 1 | -23/+0 |
* | Add getters corresponding to the is_active and has_toplevel_focus | Owen Taylor | 2003-10-28 | 1 | -2/+68 |
* | Protect against reentrancy from ::focus-out handlers. (#118129, Felipe | Owen Taylor | 2003-08-12 | 1 | -7/+18 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -1/+106 |
* | Rename parameter pixbuf to icon, to pacify gtk-doc. | Matthias Clasen | 2003-07-31 | 1 | -4/+4 |
* | Fix C99 declaration | Soeren Sandmann | 2003-07-18 | 1 | -1/+3 |
* | Add properties decorated and gravity. (#80234) | Matthias Clasen | 2003-07-18 | 1 | -3/+51 |
* | Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): | Matthias Clasen | 2003-07-18 | 1 | -4/+23 |
* | Handle gtk_window_get_geometry_info() returning NULL. (#107311, John | Owen Taylor | 2003-06-06 | 1 | -2/+2 |
* | Add some hints and an example to the docs. (#98427) | Matthias Clasen | 2003-05-31 | 1 | -0/+45 |
* | We need to pass the unmasked state to | Owen Taylor | 2003-05-21 | 1 | -1/+2 |
* | Fix height/width confusion (#113370, Xan Lopez) | Owen Taylor | 2003-05-20 | 1 | -1/+1 |
* | add property focus_on_click | Soeren Sandmann | 2003-04-02 | 1 | -0/+8 |
* | Add a new property, role, corresponding to gtk_window_[gs]et_role(). | Matthias Clasen | 2003-03-31 | 1 | -3/+20 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -3/+3 |
* | Document that it may return NULL. (#102069) | Matthias Clasen | 2003-01-02 | 1 | -1/+1 |
* | Some fixes for modal hint setting based on a patch from Arvind Samptur | Owen Taylor | 2002-12-16 | 1 | -7/+23 |
* | Add docs. | Matthias Clasen | 2002-12-15 | 1 | -0/+19 |
* | Remove a couple of places if (widget->window), this function will only | Owen Taylor | 2002-12-10 | 1 | -7/+5 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+17 |
* | Add _gtk_window_unset_focus_and_default(), use to clear the focus and | Owen Taylor | 2002-11-12 | 1 | -1/+38 |
* | Access window->screen through a function so we can provide an informative | Owen Taylor | 2002-11-08 | 1 | -18/+43 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 1 | -2/+7 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -0/+31 |
* | 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 |