| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a style property ::activate_slider that allows themes to draw the | Matthias Clasen | 2006-03-11 | 1 | -1/+1 |
* | Avoid a mnemonic conflict. (#163850, Dennis Cranston) | Matthias Clasen | 2006-03-10 | 1 | -1/+1 |
* | Apply a patch from Dennis Cranston to make dialogs more consistent | Matthias Clasen | 2006-03-10 | 1 | -21/+29 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -10/+4 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+3 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -6/+0 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -2/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -13/+13 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -11/+11 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -8/+32 |
* | Use a named cursor with the name "color-picker", when available. | Matthias Clasen | 2005-06-14 | 1 | -15/+25 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -18/+15 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -14/+16 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -6/+7 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -84/+107 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Add pointer warping to GDK. (#160437) | Matthias Clasen | 2005-01-18 | 1 | -22/+5 |
* | Implement keynav for the color picker - win32 too. Fixes bug #160437. | Hans Breuer | 2004-12-05 | 1 | -1/+10 |
* | Implement keynav for the color picker (only on X11 currently, since GDK | Matthias Clasen | 2004-11-28 | 1 | -3/+60 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Add a11y relations between the color wheel and the spin buttons. (#132745, | Matthias Clasen | 2004-04-14 | 1 | -0/+37 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | #109594, reported by Olivier Ripoll | Owen Taylor | 2004-03-03 | 1 | -1/+1 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -2/+6 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -10/+10 |
* | *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for opacity | Padraig O'Briain | 2003-11-12 | 1 | -1/+4 |
* | Change the ranges for Saturation and Value to be 0-100 instead of 0-255, | Matthias Clasen | 2003-11-05 | 1 | -3/+8 |
* | Accept drops with the wrong format, since the KDE color chooser | Matthias Clasen | 2003-08-02 | 1 | -4/+8 |
* | Make the hue spinbutton wrap. (#118097, John Darrington) | Matthias Clasen | 2003-07-23 | 1 | -0/+1 |
* | Update color on focus out of hex_entry. (#112665) (hex_focus_out): New | Matthias Clasen | 2003-05-22 | 1 | -0/+13 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Deprecate. (#60582) | Matthias Clasen | 2003-01-31 | 1 | -3/+4 |
* | Explicitely draw an opaque rectangle using the background color rather | Daniel Elstner | 2003-01-30 | 1 | -6/+5 |
* | Fix clamping to [0,1] to avoid unnecessary roundtrip failures. (#93500) | Matthias Clasen | 2003-01-20 | 1 | -3/+3 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Reset priv->changing before returning. (#100443) | Matthias Clasen | 2002-12-08 | 1 | -0/+2 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -40/+38 |
* | Add a const here. | Matthias Clasen | 2002-11-13 | 1 | -2/+2 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 1 | -87/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -151/+154 |
* | Free the private data. (#84903, Matthias Clasen) | Owen Taylor | 2002-10-07 | 1 | -1/+17 |
* | Use a pixbuf to set the drag icon, combine code to create drag icons | Owen Taylor | 2002-10-07 | 1 | -74/+92 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -5/+7 |
* | Fix some signed/unsigned warnings. (#85863, David L. Cooper II) | Owen Taylor | 2002-09-27 | 1 | -5/+5 |
* | Stockify color picker icon. (#89880) | Matthias Clasen | 2002-09-16 | 1 | -44/+2 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -1/+1 |