]> Pileus Git - ~andy/gtk/history - gtk/gtkpaned.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtkpaned.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Christian DywanImplement gtk_paned_get_handle_window
2010-04-04 Christian DywanDo not update paned position if it's already at the...
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-02-28 Matthias ClasenHandle widget being NULL. Pointed out by Wouter Bolsterlee.
2008-12-31 Matthias ClasenKeep all these abstract for now
2008-12-30 Matthias Clasen Bug 558694 – Paned window splitter keynav broken
2008-11-07 Michael Nattererargh, actually call the newly added private gtk_paned_c...
2008-11-07 Michael NattererBug 553586 – Add orientation API to GtkPaned
2008-09-16 Matthias ClasenBug 551987 – GtkPaned redrawing problem
2008-08-29 Michael Nattererminor indentation / coding style fixes.
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-03-04 Michael Natterergtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycomp...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-31 Cody RussellChange queue_resize() to queue_draw(), and add a check...
2007-12-16 Mathias HasselmannPrevent assertion failure in gtk_paned_find_neighbours...
2007-12-01 Cody Russell[Win32]: On Windows, queue a redraw of child2 whenever...
2007-08-21 Michael Nattererapplied patch from Mikael Hallendal which documents...
2006-12-31 Matthias ClasenDon't install cursors on insensitive widgets. (#358864...
2006-05-19 Matthias ClasenAvoid warnings if a child is NULL. (#342007, Patrick...
2006-05-14 Matthias ClasenMore of the same
2006-05-07 Matthias ClasenReinstate abstract types
2006-05-02 Matthias ClasenBoilerplate reduction
2006-01-10 Matthias ClasenConvert to use instance private data.
2005-09-29 Matthias ClasenStop drags when being grab shadowed. (#317332)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-26 Manish Singhadd GDK_GRAB_BROKEN to the switch cases.
2005-06-25 Matthias ClasenAdd a GrabBroken event to GDK, and a grab-broken-event...
2005-06-18 Matthias ClasenFix 308111
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-02-04 Matthias ClasenWork better when there is not enough space. This avoids...
2004-10-07 Matthias ClasenReduce rounding error. (#154658, John Cupitt)
2004-08-22 Soeren Sandmanngtk/gtkexpander.c
2004-08-22 Soeren Sandmanns/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
2004-08-22 Soeren SandmannUse PROP_MAX_POSITION, not PROP_MIN_POSITION for the...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-10 Soeren SandmannRemove clip-region computing code. Just use &paned...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-20 Federico Mena QuinteroFix #99425, add accessor functions for GtkPaned's children.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-11-05 Matthias ClasenAdd readonly properties min-position and max-position...
2003-09-19 Soeren Sandmannimplement RTL flipping (#96632)
2003-07-03 Soeren SandmannInsert cast to fix warning. Assign something to old_val...
2003-06-14 Matthias ClasenDocument new properties as 2.4 additions.
2003-06-09 Matthias ClasenInstall boolean child properties "resize" and "shrink".
2002-10-25 Soeren SandmannNew GtkPaned keyboard navigation. (Shift-)F8 now cycles...
2002-10-08 Manish SinghDeprecation cleanup
2002-10-07 Owen TaylorAllow the slider to be set all the way to the edge...
2002-09-21 Matthias ClasenMark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-18 Hans Breuerprocess WM_PAINT messages for bg_pixmap == GDK_NO_BG...
2002-02-15 Richard HultOnly queue a draw on the handle, not the whole widget...
2002-02-11 Soeren SandmannOpaque resizing + prelighting for paned widget. move...
2002-02-09 Soeren SandmannKeyboard navigation for GtkPaned F6: cycle between...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-09 Owen TaylorFix problem with menus without accel groups, such as...
2002-01-08 Owen TaylorDon't draw the handle if we aren't showing both childre...
2001-12-16 Kjartan MaraasFix a typo. Fix a typo.
2001-11-16 Owen TaylorMake Menu items NO_WINDOW widgets.
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-05-21 Owen TaylorOnly show the separator if both children are present...
2001-05-14 Owen TaylorBlock against redundant changes.
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2000-12-04 Havoc Penningtonfix this to be sane
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-03-30 Jonathan Blandfordoops. s/return_if_fail/return_val_if_fail/g and add...
2000-03-23 Jonathan Blandfordadd getter.
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-17 Owen TaylorAdd patch from Jonathan Blandford and Anders Carlsson...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1998-12-15 Owen TaylorFixed up some warnings.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-13 Federico Mena QuinteroDestroy the cursor after we have assigned it to the...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
next