]> Pileus Git - ~andy/gtk/history - gtk/gtkcolorsel.c
check handler_id before disconnecting the signal handler since it might
[~andy/gtk] / gtk / gtkcolorsel.c
2002-02-20 Sven Neumanncheck handler_id before disconnecting the signal handle...
2002-02-16 Owen TaylorAdd key bindings on GtkScrolledWindow for arrow keys...
2002-02-07 Padraig O'BriainChange popup_menu signal to return gboolean instead...
2002-01-17 Matthias ClasenMark children as composite. (#66360)
2002-01-03 Anders CarlssonFree dash list if necessary.
2001-12-06 Matthias ClasenFix docs. (#66383)
2001-12-04 Owen TaylorRef and sink priv->tooltips in init() and unref priv...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-10 Matthias ClasenFix docs for gtk_tree_view_column_set_sort_order. ...
2001-10-28 jacob berkmando not call gtk_settings_get_default() here as that...
2001-10-11 Matthias ClasenRemove stale gdk backend includes.
2001-08-05 Owen TaylorFix conversion from float to int so that we don't get...
2001-07-19 Owen Taylorgtk/gtkaccellabel.c (gtk_accel_label_class_init) Use...
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-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-05 Havoc PenningtonUse new mnemonic convenience functions
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-05-11 Havoc Penningtondocs, fixes bug #54144
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-29 Havoc Penningtonfix bug in tooltip
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-20 Alexander LarssonAPI Change. Take GdkColor arguments instead of gdouble...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-24 Havoc Penningtonfix warnings
2001-01-23 3Don't leak image. Simplify using gdk_colormap_query_col...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-04 Havoc PenningtonFix bugs Alex found:
2000-10-26 Havoc Penningtonfix constness warning
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-07-31 Elliot LeeWe really do need to include gdkfb.h in order to get...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-25 Tor LillqvistGenerate gtk/makefile.mingw.
2000-07-24 Elliot Leerevert
2000-07-24 Elliot LeePart 1 of a multipart commit
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-21 Owen TaylorRemove use of libunicode in favor of new GLib functions.
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-19 Christopher BlizzardChange private class member to be named private_data...
2000-05-17 Owen TaylorPatch from David Santiago <mrcooger@cyberverse.com...
2000-05-16 Tor LillqvistPlug same refcount leaks as in the X11 backend.
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-05-10 Owen TaylorColor selection dialog rewrite.
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
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-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-01-28 Owen TaylorWhen translating N_() strings, use _(), not gettext...
1999-01-26 Owen TaylorNew functions to set the colormap or visual of an exist...
1999-01-26 Owen TaylorBack out the last solution to updating problem. And...
1999-01-25 Owen TaylorRemoved some GTK_WIDGET_DRAWABLE() tests - we need...
1999-01-21 Owen TaylorPushing and popping the visual/cmap in the init() funct...
1999-01-06 Owen TaylorPush GdkRGB's visual and colormap around the color...
1998-12-31 Elliot Leegtk.m4: When testing to see if glib exists, set LIBS...
1998-12-18 Owen TaylorAdd @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
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-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-09-21 Manish SinghShut up gcc AND cvs
1998-09-21 jaycoxuse $(PERL) instead of perl render properly in non...
1998-09-02 Federico Mena QuinteroReplaced "foo == TRUE" and "foo == FALSE" constructs...
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-08 Tim Janikwrapped enum definitions with glib macros.
1998-05-13 Owen TaylorFixed up a stat() that Sopwith missed when changing...
1998-05-12 Federico Mena QuinteroThe commit to the stable branch is on its way...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-09 Owen Taylor(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisof...
1998-03-22 CST 1998 Shawn T... use button_box for buttons
1998-03-19 Manish Singh#define M_PI if it isn't already initialize transparent...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-02 Tim Janikwatch the next ChangeLog update...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-29 Tim Janikthis goes to *all* widget writers,
1998-01-01 Elliot LeeFixed configure.in to AC_CONFIG_SUBDIRS(glib)
1997-12-06 Elliot LeeRead the ChangeLog :)
1997-11-24 Elliot LeeInitial revision