summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-151-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-1/+0
* Document that @cell must be one of the renderers of the icon view, warn ifMatthias Clasen2006-03-201-17/+16
* Apply some arbitrary lower limit for the guessed wrap width. (#332466,Matthias Clasen2006-03-061-40/+40
* Make scroll_to_path work for newly inserted items, by delaying the scrollMatthias Clasen2006-03-021-28/+39
* Fix row_spacing/column_spacing confusion. (#330732, Donald Straney)Matthias Clasen2006-02-111-2/+2
* Adjust the wrap-width also if an explicit item width is set. (#322475,Matthias Clasen2005-12-211-2/+1
* Reset pressed_button to -1 after handling a double click, so that motionMatthias Clasen2005-12-201-0/+1
* Correctly handle the cell list and indices into it. (#321856)Matthias Clasen2005-11-281-2/+8
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-8/+4
* More typo fixesMatthias Clasen2005-09-191-1/+1
* Fix a typo in the docs. (#316419, Guillaume Cottenceau)Matthias Clasen2005-09-191-1/+1
* Use g_list_nth_data() instead of g_list_nth()->data in multiple places toMatthias Clasen2005-09-191-18/+13
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-26/+22
* Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)Matthias Clasen2005-09-131-2/+2
* Silently return NULL if the widget is not realized. (#316023, GuillaumeMatthias Clasen2005-09-131-0/+6
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-2/+2
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-24/+31
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* clear scroll_to_path if the model changes.Jonathan Blandford2005-08-201-11/+72
* Handle paths of depth 0 gracefully. (#312796, Jonathan Blandford)Matthias Clasen2005-08-151-8/+10
* Documentation improvements. (#309946, Torsten Schoenfeld)Matthias Clasen2005-07-111-1/+3
* Make sure that cell boxes are always completely inside the item area.Matthias Clasen2005-06-281-10/+15
* Add a function to determine what parts of the model are visible. (#306726,Matthias Clasen2005-06-111-0/+56
* More doc fixes.Matthias Clasen2005-06-101-1/+1
* Doc fixes.Matthias Clasen2005-06-101-1/+1
* New function to scroll to a path. (#306838, Jonathan Blandford)Matthias Clasen2005-06-091-0/+78
* Scroll to the item. (#306839, Jonathan Blandford)Matthias Clasen2005-06-081-0/+2
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-1/+2
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-17/+10
* Fix a copy-and-paste accidentMatthias Clasen2005-05-081-11/+1
* Test DND.Matthias Clasen2005-05-061-144/+1510
* Test cell renderers.Matthias Clasen2005-05-021-589/+1876
* Get rid of this function, instead show the bin_window when it is created.Matthias Clasen2005-04-291-15/+2
* Use the internal unselect_all function, since we need the unselection toMatthias Clasen2005-04-291-8/+8
* Also scroll horizontally when necessary, and keep the northwest corner ofMatthias Clasen2005-04-291-3/+17
* Add some more tests.Matthias Clasen2005-04-291-0/+2
* Don't crash if the path does not point to a row in the model. (#300909,Matthias Clasen2005-04-291-8/+6
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-4/+11
* Merged from gtk-2-6:Sven Neumann2005-03-311-3/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-14/+15
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Clamp adjustment values on resize. (#170567, Tomislav Jonjic)Matthias Clasen2005-03-171-13/+25
* Typo fix in the docs.Matthias Clasen2005-03-171-12/+143
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-69/+52
* Queue a resize when the model is unset. (#169528, Tomislav Jonjic)Matthias Clasen2005-03-091-2/+7