]> Pileus Git - ~andy/gtk/history - gtk/gtkiconview.c
gdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback-c89.c
[~andy/gtk] / gtk / gtkiconview.c
2011-01-17 Martin PittAnnotate GtkIconView array arguments
2011-01-06 Tristan Van BerkomEnsure that GtkIconView items get redrawn when the...
2011-01-06 Tristan Van BerkomFixed GtkIconView keynav
2011-01-06 Tristan Van BerkomFixed gtkiconview dispose cycle to not fire warnings.
2011-01-06 Tristan Van BerkomRestored the old GtkIconView guess for wrap-width/width...
2011-01-06 Tristan Van BerkomMade GtkIconView reset the context and invalidate all...
2011-01-06 Tristan Van BerkomRemoved gtk_icon_view_get_item_area()
2011-01-06 Tristan Van BerkomFixed GtkIconView buildable custom tag end to let cell...
2011-01-06 Tristan Van BerkomAdded gtk_icon_view_new_with_area()
2011-01-06 Tristan Van BerkomGtkIconView now uses a per-row GtkCellAreaContext to...
2011-01-06 Tristan Van BerkomAlignments with variable row heights almost works perfe...
2011-01-06 Tristan Van BerkomExperimenting with allocating the context a different...
2011-01-06 Tristan Van BerkomCommitting working version of GtkIconView using GtkCell...
2011-01-06 Tristan Van BerkomInitial messy commit of GtkIconView using GtkCellArea...
2011-01-06 Tristan Van BerkomAdded GtkCellArea & GtkCellAreaContext to GtkIconView
2011-01-05 Benjamin Otteiconview: Update adjustment usage for sealing
2011-01-05 Benjamin Otteiconview: Use gtk_adjustment_configure() instead of...
2011-01-05 Benjamin Otteiconview: Use set_[hv]adjustment_values() also when...
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Javier Jardóngtk/gtkiconview.c: Use accessor functions to access...
2010-12-10 Matthias ClasenDon't access GdkDragContext fields directly
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Benjamin OtteAPI: gdk: Remove depth argument from gdk_window_get_geo...
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-02 Bastien Noceragtk: Centre the text under the icon in GtkIconView
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-28 Matthias ClasenFix recursion in the GtkIconView accessible initialization
2010-11-16 Carlos Garcia Camposdocs: Mention that tooltip_column text should be escape...
2010-11-14 Carlos Garcia Camposdocs: Mention that tooltip_column text should be escape...
2010-10-30 Tristan Van BerkomRemoved size_request from GtkIconView.
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Tristan Van BerkomRemoved size_request from GtkIconView.
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Tristan Van BerkomAdded GtkScrollablePolicy property to scrollable interface
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Matthias ClasenMove min-display-width/height to GtkScrolledWindow
2010-10-22 Tadej BorovšakAdd GtkScrollable interface
2010-10-21 Michael Natterergtk: change GtkIconView to "support" actual trees
2010-10-17 Kristian RietveldIcon view must layout before the draw handler is called
2010-09-28 Javier JardónRemove unneded casts
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin Otteiconview: Use gtk_cairo_transform_to_window()
2010-09-26 Benjamin Ottecellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Otteiconview: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: gtk_cell_renderer_render_cairo() => gtk_cell_rende...
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Otteiconview: Port to draw vfunc
2010-09-26 Benjamin Otteiconview: Check if the cr is clipped instead of using...
2010-09-26 Benjamin Otteiconview: Simplify rubberband drawing
2010-09-26 Benjamin Ottegtk: Don't set colormap anymore when creating GDK windows
2010-09-26 Benjamin OtteAPI: make gtk_icon_view_create_drag_icon() return a...
2010-09-26 Benjamin Otteiconview: Port to Cairo rendering
2010-09-26 Benjamin Otteiconview: No need to set background
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-19 Matthias ClasenFix a few dubious return values in return_if_fail calls
2010-09-17 Javier JardónDo not use deprecated gtk_cell_renderer_get_size()
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-09 Tristan Van BerkomFixed GtkTextView & GtkIconView to consult it's true...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-08 Javier Jardóngtk/gtkiconview.c: use accessor functions to access...
2010-09-08 Tristan Van BerkomCompletely removed requisition cache from GtkWidget...
2010-09-02 Matthias ClasenRename GtkIconView::orientation property
2010-08-10 Benjamin Otteiconview: Remove debug drawing code
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónGtkIconView: Unseal private pointer
2010-07-13 Javier JardónUse accessor functions to access GtkCellRenderer
2010-07-13 Javier JardónUse accessor functions to access GtkAccesible variables
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-07 Philip WithnallAdd (out) annotations to GtkTreeIter parameters
2010-07-02 Florian Müllner[iconview] Fix segfault when using rubberband selection
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-28 Colin WaltersRevert "Add length to gtk_tree_path_get_indices"
2010-06-28 Colin WaltersAdd length to gtk_tree_path_get_indices
2010-06-08 Matthias ClasenGet rid of templates that gtk-doc touches during distcheck
2010-05-30 Matthias ClasenImproved icon view keynav
2010-05-30 Matthias ClasenTrivial typo fix
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-24 Javier JardónRevert "Forward-port a GtkAdjustment compatibility...
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
next