]> Pileus Git - ~andy/gtk/history - gtk/gtkcolorsel.c
Revert name change
[~andy/gtk] / gtk / gtkcolorsel.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-06-20 Johan DahlinFix up deprecated markup syntax. Add version numbers...
2008-06-20 Johan DahlinModernize and order things as most other objects. Defin...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-09 Michael Nattererremove unused variable.
2007-07-24 Matthias ClasenPort to use new tooltips API. (#451397, Jan Arne Petersen)
2007-01-04 Matthias ClasenFix compiler warnings
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-13 Matthias ClasenFix the color picker with window groups
2006-08-15 Matthias ClasenRemove a leftover debug statement. (#350072, Iago Rubio)
2006-05-25 Matthias ClasenMake GTK+ work as an untrusted X client. (#136571,...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-11 Matthias ClasenAdd a style property ::activate_slider that allows...
2006-03-10 Matthias ClasenAvoid a mnemonic conflict. (#163850, Dennis Cranston)
2006-03-10 Matthias ClasenApply a patch from Dennis Cranston to make dialogs...
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-25 Matthias ClasenAdd a GrabBroken event to GDK, and a grab-broken-event...
2005-06-14 Matthias ClasenUse a named cursor with the name "color-picker", when...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-04-18 Owen Taylorgtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkic...
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-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-18 Matthias ClasenAdd pointer warping to GDK. (#160437)
2004-12-05 Hans BreuerImplement keynav for the color picker - win32 too....
2004-11-28 Matthias ClasenImplement keynav for the color picker (only on X11...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-04-14 Matthias ClasenAdd a11y relations between the color wheel and the...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Owen Taylor#109594, reported by Olivier Ripoll
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-11-12 Padraig O'Briain*gtk/gtkcolorsel.c (gtk_color_selection_init): Add...
2003-11-05 Matthias ClasenChange the ranges for Saturation and Value to be 0...
2003-08-02 Matthias ClasenAccept drops with the wrong format, since the KDE color...
2003-07-23 Matthias ClasenMake the hue spinbutton wrap. (#118097, John Darrington)
2003-05-22 Matthias ClasenUpdate color on focus out of hex_entry. (#112665) ...
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-31 Matthias ClasenDeprecate. (#60582)
2003-01-30 Daniel ElstnerExplicitely draw an opaque rectangle using the backgrou...
2003-01-20 Matthias ClasenFix clamping to [0,1] to avoid unnecessary roundtrip...
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-12-08 Matthias ClasenReset priv->changing before returning. (#100443)
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-13 Matthias ClasenAdd a const here.
2002-11-08 Matthias ClasenPut into #ifdef DO_BLINK to avoid an unused static...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-07 Owen TaylorFree the private data. (#84903, Matthias Clasen)
2002-10-07 Owen TaylorUse a pixbuf to set the drag icon, combine code to...
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-09-27 Owen TaylorFix some signed/unsigned warnings. (#85863, David L...
2002-09-16 Matthias ClasenStockify color picker icon. (#89880)
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-06-20 Owen TaylorRenames:
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-02-26 Owen TaylorEmit ::color_changed every time we notify current_color...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
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.
next