]> Pileus Git - ~andy/gtk/history - gtk/gtkhandlebox.c
Merges from gtk-1-2
[~andy/gtk] / gtk / gtkhandlebox.c
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-11-08 Owen TaylorSubstitute gdkx.h => gdkprivate.h since we need to...
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-09 Federico Mena QuinteroSignificantly reduced the number of calls to gdk_draw_p...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen TaylorChanged warnings from g_message() to g_warning().
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-15 Owen TaylorWhen we find a match, stop searching. (Because we assum...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-21 Andrew T. VeliathMinor indent fix on gtk_handle_box_get_arg proto
1998-11-21 Andrew T. VeliathAdd shadow_type and gtk_handle_box_set_shadow_type...
1998-11-18 Carsten HaitzlerTue Nov 17 1998 The Rasterman <raster@redhat.com> Added
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-08-20 Federico Mena QuinteroDo not do anything if the event's window is not the...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-17 Federico Mena QuinteroNow accepts an extra "clip" parameter, which is the...
1998-06-09 Federico Mena QuinteroRemoved the fleur_cursor field. Now the cursor is creat...
1998-05-22 Owen TaylorAdded style_set handler.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-09 Elliot LeeCombobulator fixes..... ....
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-04-04 Federico Mena QuinteroNew function to draw a nifty "textured metal" frame...
1998-04-03 Owen TaylorMore extensive debugging output
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...