summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Handle widget being NULL. Pointed out by Wouter Bolsterlee.Matthias Clasen2009-02-281-1/+1
* Keep all these abstract for nowMatthias Clasen2008-12-311-3/+5
* Bug 558694 – Paned window splitter keynav brokenMatthias Clasen2008-12-301-1/+4
* argh, actually call the newly added private gtk_paned_calc_position()Michael Natterer2008-11-071-13/+13
* Bug 553586 – Add orientation API to GtkPanedMichael Natterer2008-11-071-27/+317
* Bug 551987 – GtkPaned redrawing problemMatthias Clasen2008-09-161-6/+10
* minor indentation / coding style fixes.Michael Natterer2008-08-291-28/+28
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-3/+3
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-4/+4
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-111-16/+16
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+3
* Change queue_resize() to queue_draw(), and add a check for child2 != NULLCody Russell2008-01-311-1/+4
* Prevent assertion failure in gtk_paned_find_neighbours. (#503824,Mathias Hasselmann2007-12-161-1/+1
* [Win32]: On Windows, queue a redraw of child2 whenever we set the paneCody Russell2007-12-011-0/+5
* applied patch from Mikael Hallendal which documents GtkPaned's keybindingMichael Natterer2007-08-211-0/+79
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-4/+34
* Avoid warnings if a child is NULL. (#342007, Patrick Monnerat)Matthias Clasen2006-05-191-2/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Reinstate abstract typesMatthias Clasen2006-05-071-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-42/+10
* Convert to use instance private data.Matthias Clasen2006-01-101-5/+5
* Stop drags when being grab shadowed. (#317332)Matthias Clasen2005-09-291-5/+25
* Intern some more strings.Matthias Clasen2005-09-011-7/+7
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-261-0/+2
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-12/+29
* Fix 308111Matthias Clasen2005-06-181-0/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-7/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Work better when there is not enough space. This avoids a nasty sizeMatthias Clasen2005-02-041-0/+1
* Reduce rounding error. (#154658, John Cupitt)Matthias Clasen2004-10-071-3/+3
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-2/+2
* s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/Soeren Sandmann2004-08-221-1/+1
* Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_positionSoeren Sandmann2004-08-221-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove clip-region computing code. Just use &paned->handle_pos.Soeren Sandmann2004-07-101-28/+15
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #99425, add accessor functions for GtkPaned's children.Federico Mena Quintero2004-01-201-0/+36
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-14/+14
* Add readonly properties min-position and max-position. (#58431, PadraigMatthias Clasen2003-11-051-1/+54
* implement RTL flipping (#96632)Soeren Sandmann2003-09-191-10/+45
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-031-1/+2