| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Use the canonical form of signal names after "notify::". Otherwise, no | Matthias Clasen | 2004-07-31 | 1 | -1/+1 |
* | Support named themed window icons. | Matthias Clasen | 2004-07-17 | 1 | -3/+240 |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 1 | -1/+10 |
* | Fix links to www.freedesktop.org. (#145210, Billy Biggs) | Matthias Clasen | 2004-07-04 | 1 | -4/+4 |
* | Make detached handleboxes work when their parent is minimized, porting the | Matthias Clasen | 2004-05-31 | 1 | -3/+5 |
* | Make static. | Matthias Clasen | 2004-05-10 | 1 | -1/+1 |
* | Changes to support do-not-focus-on-map hint in conjunction with | Elijah Newren | 2004-05-06 | 1 | -0/+87 |
* | Remove the window from the toplevel_list here rather in destroy. While | Owen Taylor | 2004-03-13 | 1 | -2/+2 |
* | Don't ignore the return value of gtk_widget_activate(). | Federico Mena Quintero | 2004-03-12 | 1 | -16/+5 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Check whether widgets are viewable, not just if they are mapped. (#122912, | Owen Taylor | 2004-03-03 | 1 | -1/+2 |
* | expose gtk_bindings_activate_event(), changed callers. | Tim Janik | 2004-03-02 | 1 | -52/+70 |
* | export gtk_window_activate_key() (Request from Tim Janik) | Owen Taylor | 2004-03-01 | 1 | -5/+8 |
* | Various reentrancy fixes for widgets being destroyed out of | Owen Taylor | 2004-02-13 | 1 | -0/+6 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -42/+42 |
* | 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 |