summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-0/+16
* Install boolean child properties "resize" and "shrink".Matthias Clasen2003-06-091-0/+112
* New GtkPaned keyboard navigation. (Shift-)F8 now cycles the availableSoeren Sandmann2002-10-251-67/+179
* Deprecation cleanupManish Singh2002-10-081-16/+16
* Allow the slider to be set all the way to the edge, and if that happens,Owen Taylor2002-10-071-1/+4
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-3/+4
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-3/+0
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-181-2/+2
* Only queue a draw on the handle, not the whole widget. #71530.Richard Hult2002-02-151-2/+10
* Opaque resizing + prelighting for paned widget. move reszing logic toSoeren Sandmann2002-02-111-5/+151
* Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handleSoeren Sandmann2002-02-091-28/+749
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-20/+3