| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c | Michael Natterer | 2008-03-04 | 1 | -1/+0 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -0/+3 |
* | Change queue_resize() to queue_draw(), and add a check for child2 != NULL | Cody Russell | 2008-01-31 | 1 | -1/+4 |
* | Prevent assertion failure in gtk_paned_find_neighbours. (#503824, | Mathias Hasselmann | 2007-12-16 | 1 | -1/+1 |
* | [Win32]: On Windows, queue a redraw of child2 whenever we set the pane | Cody Russell | 2007-12-01 | 1 | -0/+5 |
* | applied patch from Mikael Hallendal which documents GtkPaned's keybinding | Michael Natterer | 2007-08-21 | 1 | -0/+79 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -4/+34 |
* | Avoid warnings if a child is NULL. (#342007, Patrick Monnerat) | Matthias Clasen | 2006-05-19 | 1 | -2/+5 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Reinstate abstract types | Matthias Clasen | 2006-05-07 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -42/+10 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-10 | 1 | -5/+5 |
* | Stop drags when being grab shadowed. (#317332) | Matthias Clasen | 2005-09-29 | 1 | -5/+25 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -7/+7 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | add GDK_GRAB_BROKEN to the switch cases. | Manish Singh | 2005-06-26 | 1 | -0/+2 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -12/+29 |
* | Fix 308111 | Matthias Clasen | 2005-06-18 | 1 | -0/+2 |
* | 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 | -7/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Work better when there is not enough space. This avoids a nasty size | Matthias Clasen | 2005-02-04 | 1 | -0/+1 |
* | Reduce rounding error. (#154658, John Cupitt) | Matthias Clasen | 2004-10-07 | 1 | -3/+3 |
* | gtk/gtkexpander.c | Soeren Sandmann | 2004-08-22 | 1 | -2/+2 |
* | s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/ | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Remove clip-region computing code. Just use &paned->handle_pos. | Soeren Sandmann | 2004-07-10 | 1 | -28/+15 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix #99425, add accessor functions for GtkPaned's children. | Federico Mena Quintero | 2004-01-20 | 1 | -0/+36 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -14/+14 |
* | Add readonly properties min-position and max-position. (#58431, Padraig | Matthias Clasen | 2003-11-05 | 1 | -1/+54 |
* | implement RTL flipping (#96632) | Soeren Sandmann | 2003-09-19 | 1 | -10/+45 |
* | Insert cast to fix warning. Assign something to old_value to quiet gcc | Soeren Sandmann | 2003-07-03 | 1 | -1/+2 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -0/+16 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -0/+112 |
* | New GtkPaned keyboard navigation. (Shift-)F8 now cycles the available | Soeren Sandmann | 2002-10-25 | 1 | -67/+179 |
* | Deprecation cleanup | Manish Singh | 2002-10-08 | 1 | -16/+16 |
* | Allow the slider to be set all the way to the edge, and if that happens, | Owen Taylor | 2002-10-07 | 1 | -1/+4 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -3/+4 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -3/+0 |
* | process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP's | Hans Breuer | 2002-02-18 | 1 | -2/+2 |
* | Only queue a draw on the handle, not the whole widget. #71530. | Richard Hult | 2002-02-15 | 1 | -2/+10 |
* | Opaque resizing + prelighting for paned widget. move reszing logic to | Soeren Sandmann | 2002-02-11 | 1 | -5/+151 |
* | Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handle | Soeren Sandmann | 2002-02-09 | 1 | -28/+749 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -20/+3 |