]> Pileus Git - ~andy/gtk/history - gtk/gtkhandlebox.c
Deprecate flag macros for toplevel, state, no window and composite child
[~andy/gtk] / gtk / gtkhandlebox.c
1998-03-28 Owen TaylorDon't clear the window on an expose event. On draws...
1998-03-25 Tim Janikremoved a leftover g_print() call
1998-03-24 Tim Janikimplemented new flag shrink_on_detach (TRUE by default...
1998-03-24 Jay PainterQuick fix for size allocation -- needs more work overall
1998-03-21 Tim Janikmajor overhaul of the code, fixed all known bugs (hopef...
1998-03-14 Tim Janikrefuse to allocate with a greater height than requested.
1998-03-12 Tim Janikreturn TRUE for GtkWidget::delete_event to avoid destru...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-28 Tim Janikhandle box signals. fixups for 99.4 -timj
1998-02-28 Tim Janikreserve the space for child_attach/child_detach signals.
1998-02-27 Owen Taylorgtk/gtktext.c
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-28 Arturo EspinosaOops, forgot a clean-up - Federico
1998-01-28 Federico MenaThe auto_shrink policy of the floating window is now...
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Federico MenaNow we use a GtkWindow of type GTK_WINDOW_DIALOG as...
1998-01-16 Federico MenaLots of changes all over the place. Now the widget...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-08 Elliot Leecopyright notices
1998-01-05 Arturo EspinosaSome geometry management bugs fixed (and some others...
1998-01-03 Shawn AmundsonSeveral portability fixes from Michael Callahan <callah...
1998-01-02 Elliot LeeGo back to old handlebox for now, so we can get a relea...
1998-01-01 Elliot LeeGtkHandleBox needs some changes, it might not work now
1998-01-01 Elliot Leehandlebox now lets you set in_root flag (and if you...
1997-12-28 Elliot LeeHandleBox mostly works now (the size_request and size_a...
1997-12-28 Elliot LeeA few fixes to the handlebox, mostly to make it debuggable
1997-12-26 scottEliminated a compiler warning caused by not casting...
1997-12-22 Elliot LeeThe handlebox is almost finished. Just need help with...
1997-12-22 Elliot LeeFixed dragging of handlebox
1997-12-19 Elliot LeeOK, handle box is good to go except for having the...
1997-12-19 Elliot Leemore gtkhandlebox painting stuff..
1997-12-19 Elliot Leemore gtkhandlebox work..
1997-12-18 Elliot Leehandlebox mods
1997-12-17 Elliot LeeAdded root coords to button & motion events - sopwith
1997-12-16 Elliot LeeStart of work on a widget to allow you to drag other...