]> Pileus Git - ~andy/gtk/history - gtk/gtkiconview.c
Rename GdkQuartzWindow.h and .c to GdkQuartzNSWindow.h and .c
[~andy/gtk] / gtk / gtkiconview.c
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 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
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-08 Christian Dywan[doc] Fix the documentation of GtkIconEntry
2009-11-27 Matthias ClasenFix a doc comment
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-23 Matthew BarnesBug 581150 - GtkIconView tries to paint items with...
2009-09-28 Matthias ClasenAlways initialize out params
2009-09-22 Mart RaudseppPack the struct better, should save four bytes per...
2009-08-13 Matthias ClasenDon't return uninitialized pointers
2009-08-11 Matthias ClasenFix make check
2009-08-07 Matthias ClasenAdd a GtkIconView::item-padding property
2009-07-17 Matthias ClasenFix DND onto an empty icon view
2009-07-01 Cody Russellfix wrap width calculations that caused item height...
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-17 Benjamin Ottefix compile warnings
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
next