]> Pileus Git - ~andy/gtk/history - gtk/gtkcellview.c
texthandle: Set a bigger input shape, covering the line height
[~andy/gtk] / gtk / gtkcellview.c
2006-05-24 Henrique RomanoAdd model property for GtkCellView, part of #172535.
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
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-12-15 Matthias ClasenUse _gtk_menu_item_popup_submenu() to make keynav into...
2004-12-07 Marco Pesenti GrittiFix a typo in last commit
2004-12-07 Matthias ClasenQueue a redraw. (#160679, Damon Chaplin)
2004-11-29 Matthias ClasenDon't call gtk_cell_view_set_cell_data() from here.
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-10-25 Matthias ClasenFix the doc formatting.
2004-10-15 Matthias ClasenUnset GTK_REQUEST_NEEDED before emitting ::size-request...
2004-10-15 Matthias ClasenRestore the size info for the current row after measuri...
2004-10-09 Matthias ClasenAdd docs.
2004-10-01 Matthias ClasenSilently ignore info being NULL. This is unavoidable...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-02 Matthias ClasenDon't crash if the displayed row is gone.
2004-07-23 Matthias ClasenRemove unnecessary checks. (#148175, Morten Welinder)
2004-07-22 Matthias ClasenDon't leak tree model and tree row reference. (#148125...
2004-05-27 Matthias ClasenSupport insensitive cells in tree views and combo boxes.
2004-04-29 Matthias ClasenAdd a missing cat. (#141070, Chris Sherlock)
2004-04-14 Matthias ClasenMake the arrow and separator regular children of an...
2004-03-14 Matthias ClasenAlign this function with gtk_tree_view_column_set_cell_...
2004-03-13 Matthias ClasenSupport the model-less use of GtkCellView shown in...
2004-03-13 Matthias ClasenDon't do anything beyond clearing to the background...
2004-03-10 Matthias ClasenKeep the cell_list in a consistent state while iteratin...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen TaylorAlways connect to the changed signals on the model...
2004-02-09 Matthias ClasenUgh. Don't try to free ints, even if they're stored...
2004-02-06 Matthias ClasenActually free the lists. Pointed out by Morten Welinder.
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-12-19 Kristian RietveldFixes #108458.
2003-12-12 Kristian RietveldCombo box flipping support.
2003-12-08 Owen Taylor=== Released 2.3.1 ===
2003-11-18 Kristian RietveldFixes based on comments from Owen Taylor, #125264.
2003-11-16 Kristian Rietveldjust call gtk_cell_view_cell_layout_clear instead of...
2003-10-24 Kristian RietveldFix licensing (I managed to put it under GPL licensing...
2003-10-23 Kristian RietveldFix includes.
2003-10-01 Kristian Rietveldimplement the GtkCellLayout interface, drop packing...
2003-09-26 Kristian RietveldLanding the new ComboBox. Note that only gtkcombobox...