| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle widget being NULL. Pointed out by Wouter Bolsterlee. | Matthias Clasen | 2009-02-28 | 1 | -1/+1 |
* | Keep all these abstract for now | Matthias Clasen | 2008-12-31 | 1 | -3/+5 |
* | Bug 558694 – Paned window splitter keynav broken | Matthias Clasen | 2008-12-30 | 1 | -1/+4 |
* | argh, actually call the newly added private gtk_paned_calc_position() | Michael Natterer | 2008-11-07 | 1 | -13/+13 |
* | Bug 553586 – Add orientation API to GtkPaned | Michael Natterer | 2008-11-07 | 1 | -27/+317 |
* | Bug 551987 – GtkPaned redrawing problem | Matthias Clasen | 2008-09-16 | 1 | -6/+10 |
* | minor indentation / coding style fixes. | Michael Natterer | 2008-08-29 | 1 | -28/+28 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -4/+4 |
* | gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.c | Sven Neumann | 2008-08-11 | 1 | -16/+16 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | 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 |