summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bounding box test that will avoid getting the individual cell boxesMatthias Clasen2007-09-101-0/+8
* Fix some doc formatting errorsMatthias Clasen2007-07-231-1/+1
* Remove debug spewMatthias Clasen2007-07-201-4/+1
* Add new convenience api for tooltips on icon viewsMatthias Clasen2007-07-191-3/+205
* Convenience functions to position tooltips on icon view items or cells.Matthias Clasen2007-07-161-1/+79
* New function to convert widget coords to what is expected by the at_posMatthias Clasen2007-07-111-3/+41
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+60
* use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cellMichael Natterer2007-06-121-2/+2
* Fix #410815, reported by Lucas Rocha.Kristian Rietveld2007-06-121-7/+25
* Queue a resize if the size changed. (#418047, Alex Graveley)Matthias Clasen2007-05-301-1/+5
* Don't crash and don't leak. (#439565, Pedro Villavicencio)Matthias Clasen2007-05-251-2/+8
* Disable key bindings during rubber banding, make pressing Esc stop rubberKristian Rietveld2007-05-091-0/+35
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-2/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Documentation fixes (#400530, Anders Brander)Matthias Clasen2007-01-271-3/+3
* Cross-compilation fixes. (#392646, Yevgen Muntyan)Matthias Clasen2007-01-041-0/+5
* New function to get the cell renderers of a cell layout.Matthias Clasen2006-12-291-0/+19
* Use word wrapping by default, and center multiline labels. (#318763, RossMatthias Clasen2006-12-291-5/+9
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-4/+4
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-20/+4
* Fix docs typo. Bug #385642.Christian Persch2006-12-141-1/+1
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-2/+14
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-3/+0
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-2/+2
* Update background upon style-set and state-changed. (#348634, ThomasMatthias Clasen2006-08-161-1/+41
* Fix a memleakMatthias Clasen2006-07-211-0/+12
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-6/+6
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-13/+13
* Small doc fix. (#345176, Claudio Saavedra)Matthias Clasen2006-06-201-1/+1
* 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