| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/pixbuf-lowmem.c tests/pixbuf-random.c | Björn Lindqvist | 2008-05-25 | 1 | -35/+14 |
* | added GdkRectangle *clip_rect to gtk_widget_get_snapshot(). | 21:10:15 Tim Janik | 2008-05-21 | 1 | -3/+3 |
* | Bug 318807 – Offscreen windows and window redirection. | 10:49:20 Tim Janik | 2008-05-21 | 1 | -1/+167 |
* | Revert back to r19454. | Emmanuele Bassi | 2008-02-27 | 1 | -19/+13815 |
* | 2.13.0GTK_2_13_0 | Matthias Clasen | 2008-02-21 | 1 | -13815/+19 |
* | initialize GdkColor structs to fix warning about uninitialized "pixel" | Michael Natterer | 2008-02-01 | 1 | -6/+6 |
* | Connect the "destroy" signal so that the 'window' pointer is set back to | Ryan Lortie | 2007-06-29 | 1 | -1/+5 |
* | new method, gtk_widget_modify_cursor() (#89314). | Yevgen Muntyan | 2007-06-06 | 1 | -0/+9 |
* | Revert previous commit; the API is not yet finalized - see bug #166995. | Emmanuele Bassi | 2007-06-04 | 1 | -31/+0 |
* | Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() and | Emmanuele Bassi | 2007-06-03 | 1 | -0/+31 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 1 | -0/+141 |
* | made handle box test non-modal, so other test can interact with handle | Tim Janik | 2007-05-03 | 1 | -2/+2 |
* | applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to | Tim Janik | 2007-02-08 | 1 | -16/+24 |
* | added GtkArrow::arrow-scaling style property to control the arrow/border | Tim Janik | 2006-09-19 | 1 | -1/+3 |
* | fixed compiler warnings. | Tim Janik | 2006-09-11 | 1 | -5/+9 |
* | allow (most) windows to be resizable. added ellipsization settings to | Tim Janik | 2006-08-29 | 1 | -11/+45 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -6/+23 |
* | Add an expander example. | Matthias Clasen | 2006-01-11 | 1 | -0/+41 |
* | Fix the build | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Add tests for extra virtual modifiers. | Matthias Clasen | 2005-09-06 | 1 | -0/+15 |
* | Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to | Matthias Clasen | 2005-06-15 | 1 | -0/+49 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-12 | 1 | -1/+5 |
* | Fill in unused bits so they can be used for the depth-32 target case. | Owen Taylor | 2005-05-09 | 1 | -0/+253 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -5/+5 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -0/+215 |
* | modules/engines/ms-windows/msw_rc_style.c | Manish Singh | 2004-11-19 | 1 | -4/+4 |
* | Apply a patch by Soeren Sandmann to test long statusbar texts. | Matthias Clasen | 2004-11-09 | 1 | -1/+25 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -3/+3 |
* | #136672, reported by Christian Persch; fixes based on a patch by Soeren | Owen Taylor | 2004-03-15 | 1 | -0/+33 |
* | Use gtk_entry_set_width_chars() rather than gtk_widget_set_size_request(). | Owen Taylor | 2004-03-11 | 1 | -3/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Add gtk_drag_source_set/get_target_list(). (#127499, based on patch from | Owen Taylor | 2004-03-02 | 1 | -4/+2 |
* | Fix #59707. | Federico Mena Quintero | 2004-02-04 | 1 | -2/+2 |
* | new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... | Hans Breuer | 2004-01-28 | 1 | -3/+8 |
* | Set a small size request and make the window resizable, to test | Soeren Sandmann | 2004-01-18 | 1 | -1/+2 |
* | Add table menu tests. | Matthias Clasen | 2003-09-11 | 1 | -0/+163 |
* | Implement gtk_event_box_get/set_input_only() | Alexander Larsson | 2003-09-08 | 1 | -0/+130 |
* | Make the layers in the paint stack have their own pixmap instead of | Soeren Sandmann | 2003-08-20 | 1 | -8/+8 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -1/+49 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -2/+2 |
* | Add a test for GtkFontButton and GtkColorButton. | Matthias Clasen | 2003-07-01 | 1 | -44/+34 |
* | Make it compile with C89 compilers | Soeren Sandmann | 2003-06-09 | 1 | -2/+2 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -28/+12 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | #include <stdlib.h> for putenv, <string.h> for strlen. | Manish Singh | 2003-01-09 | 1 | -2/+2 |
* | Use octal escapes rather than literal UTF-8. | Owen Taylor | 2002-12-07 | 1 | -12/+12 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+2 |
* | Add a dummy widget and pass it as first argument to the various create | Matthias Clasen | 2002-11-19 | 1 | -10/+12 |
* | - comment out check_inconsistent_aa_bits[]. | Soeren Sandmann | 2002-11-13 | 1 | -0/+18 |
* | Don't start a drag on double click. (#98189) Also test moving. | Matthias Clasen | 2002-11-10 | 1 | -4/+11 |