]> Pileus Git - ~andy/gtk/history - gtk/gtkhandlebox.c
Apply a cleanup patch by Kjartan Maraas (#341812)
[~andy/gtk] / gtk / gtkhandlebox.c
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-01-11 Matthias ClasenConvert to use instance private data.
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
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.
2004-08-13 Matthias ClasenAdd missing include.
2004-08-13 Matthias ClasenRemove an accidentally added include.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-31 Matthias ClasenMake detached handleboxes work when their parent is...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2002-12-14 Owen TaylorHandle the case where the pointer is moved between...
2002-11-17 Manish Singhadd -DGDK_DISABLE_DEPRECATED
2002-11-07 Owen TaylorAdd a snap_edge_set property to deal with the fact...
2002-11-02 Matthias ClasenAutomatic RTL flipping for handleboxes.
2002-10-11 Manish SinghDeprecation cleanup
2002-10-04 Soeren Sandmannremove unused codepath.
2002-08-10 Soren SandmannMinor documentation fixes
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-27 Soeren Sandmannminor code cleanup
2002-01-30 Manish Singhremove unused variable.
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-29 Owen TaylorSmall fix to size of torn off window (#60271, Detlef...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-09-10 Tim Janikslight fix for g_object_set() not usable for nesting...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-03-24 Havoc Penningtonfix warnings
2001-03-23 Havoc PenningtonApply property patch from Lee Mallabone
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-05 Alexander LarssonAdded GdkWindowTypeHint type. Added modal_hint field...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
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...
next